/*  Copyright (c) 2023 Albion Online Tools (https://albiononlinetools.com/) */

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");

@font-face {
    font-family: "berlin_sans_fb_demibold";
    src: url("../fonts/berlin_sans_fb_demi_bold-webfont.woff2") format("woff2"), url("../fonts/berlin_sans_fb_demi_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --albion-body-font-family: 'Poppins', sans-serif;
    --albion-heading-font-family: 'Barlow', sans-serif;
    --albion-berlin-font-family: 'berlin_sans_fb_demibold';
    --albion-icon-font-family: "Font Awesome 5 Free";
    --albion-body-font-size: 16px;
    --albion-body-line-height: 1.75;
    --albion-heading-line-height: 1.2;
    --albion-common-color-blue: #0d6efd;
    --albion-common-color-indigo: #6610f2;
    --albion-common-color-purple: #6f42c1;
    --albion-common-color-pink: #d63384;
    --albion-common-color-red: #dc3545;
    --albion-common-color-orange: #fd7e14;
    --albion-common-color-yellow: #ffc107;
    --albion-common-color-green: #198754;
    --albion-common-color-teal: #68fb9a;
    --albion-common-color-cyan: #0dcaf0;
    --albion-common-color-rating: #faa706;
    --albion-common-color-white: #fff;
    --albion-common-color-gray: #182029;
    --albion-common-color-black: #0f161b;
    --albion-common-color-black-2: #201f2a;
    --albion-common-color-black-3: #0b0e13;
    --albion-common-color-black-4: #10181f;
    --albion-common-color-black-5: #090d10;
    --albion-common-color-black-6: #050506;
    --albion-common-color-black-7: #040608;
    --albion-common-color-black-8: #0d141b;
    --albion-common-color-black-9: #111922;
    --albion-body-color: #adb0bc;
    --albion-heading-color: #fff;
    --albion-theme-primary: #ffbe18;
    --albion-theme-primary-rgb: 255, 190, 24;
    --albion-theme-secondary: #45f882;

    /*
        --albion-theme-primary: #45f882;
    --albion-theme-primary-rgb: 69, 248, 130;
    --albion-theme-secondary: #ffbe18;
    */
    --albion-border-1: #19222b;
    --albion-border-2: #22292f;
    --albion-border-3: #2c3137;
    --albion-border-4: #333333;
    --albion-border-5: #1b242e;
    --albion-fw-extra-bold: 800;
    --albion-fw-bold: 700;
    --albion-fw-semi-bold: 600;
    --albion-fw-medium: 500;
    --albion-fw-regular: 400;
    --albion-fw-light: 300;

    /* --- AOT BADGE STYLES --- */

     /* Gradient Colors */
    --aot-grad-basic: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    --aot-grad-pro: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    --aot-grad-lifetime: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    --aot-grad-free: linear-gradient(135deg, #94a3b8 0%, #64748b 100%); /* Grey for Free */

    /* Glow/Shadow Colors */
    --aot-glow-basic: rgba(74, 222, 128, 0.5);
    --aot-glow-pro: rgba(251, 191, 36, 0.5);
    --aot-glow-lifetime: rgba(59, 130, 246, 0.5);
}


/*=============================
	Typography css start
===============================*/

body {
    font-family: var(--albion-body-font-family);
    font-size: var(--albion-body-font-size);
    font-weight: var(--albion-fw-regular);
    color: var(--albion-body-color);
    line-height: var(--albion-body-line-height);
    background: var(--albion-common-color-black);
}

img,
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    color: var(--albion-theme-primary);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

a:hover,
button:hover {
    color: var(--albion-theme-secondary);
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--albion-heading-font-family);
    color: var(--albion-heading-color);
    margin-top: 0px;
    font-weight: var(--albion-fw-bold);
    line-height: var(--albion-heading-line-height);
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none;
}

p {
    font-family: var(--albion-body-font-family);
    font-size: var(--albion-body-font-size);
    line-height: var(--albion-body-line-height);
    font-weight: var(--albion-fw-regular);
    color: var(--albion-body-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--albion-common-color-gray);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--albion-heading-color);
    cursor: pointer;
    font-size: var(--albion-body-font-size);
    font-weight: var(--albion-fw-regular);
}

input,
textarea {
    color: var(--albion-body-color);
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: var(--albion-common-color-black);
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--albion-common-color-black);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--albion-theme-primary);
}

*::-moz-selection {
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    text-shadow: none;
}

::selection {
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    text-shadow: none;
}




/*=============================
    - Header Top Tools Bar
===============================*/

.top-tools-bar {
    position: fixed;
    top: 0;
    left: 0;
    /* margin-bottom: 5px; */
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 1000;
    padding: 5x;
    text-align: center;
    box-shadow: 0px 2px 5px color-mix(in srgb, var(--albion-theme-primary) 90%, transparent);
}

.top-tools-bar span {
    color: var(--albion-common-color-white);
}

.top-tools-bar span .value {
    color: var(--albion-theme-secondary) !important;
    margin-right: 15px;
}

.tg-header__area {
    padding-top: 25px;
}

@media (min-width: 1000px) {
    .top-tools-bar {
        display: block;
    }
}

@media (max-width: 1000px) {
    .top-tools-bar {
        display: none;
    }

    .tg-header__area {
        padding-top: 0px !important;
    }
}


.tgmenu__nav {
    padding-top: 25px;
}

/*=============================
    - Input Placeholder
===============================*/

*::-moz-placeholder {
    color: var(--albion-body-color);
    font-size: var(--albion-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--albion-body-color);
    font-size: var(--albion-body-font-size);
    opacity: 1;
}


/*=============================
    - Common General
===============================*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.main--area {
    overflow-x: hidden;
}


/*=============================
    - Bootstrap Custom
=============================*/

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gx-0 {
    --bs-gutter-x: 0;
}

.container {
    max-width: 1300px;
}

@media (max-width: 1500px) {
    .container {
        max-width: 1260px;
    }
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

.custom-container {
    max-width: 1590px;
}

@media (max-width: 1800px) {
    .custom-container {
        max-width: 1490px;
    }
}

@media (max-width: 1500px) {
    .custom-container {
        max-width: 1260px;
    }
}

@media (max-width: 1199.98px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .custom-container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*=============================
    - Background color
===============================*/

.grey-bg {
    background: var(--albion-common-color-gray);
}

.white-bg {
    background: var(--albion-common-color-white);
}

.black-bg {
    background: var(--albion-common-color-black);
}


/*=============================
    - Popups
===============================*/

.popup-message {
    position: fixed;
    z-index: 1001;
    max-width: 400px;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    font-size: 16px;
    border-radius: 5px;
    background: #45f882;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.popup-message p {
    color: #000 !important;
}

.popup-message-inner {
    position: relative;
}

.popup-message-button {
    background: var(--albion-common-color-primary);
    color: var(--albion-common-color-white);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
    margin-top: 5px;
}

.popup-connection {
    background: #FF9800 !important;
}

.popup-connection p {
    color: white !important;
}

.popup-connect small {
    color: white !important;
}

.popup-discord {
    background: #5865F2 !important;
}

.popup-discord p {
    color: white !important;
}

.popup-message-button-discord {
    background: #5865F2 !important;
    color: var(--albion-common-color-white) !important;
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
    margin-top: 5px;
}

.popup-message-button-discord:hover {
    background: #4a59f8 !important;
}

.popup-message-button-discord img {
    width: 30px;
    margin-right: 10px;
}

.popup-close-link {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 18px;
}


/*=============================
	1. Button style
===============================*/

.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--albion-theme-primary) none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: var(--albion-common-color-black-2);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 0.8px;
    margin-bottom: 0;
    padding: 15px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    font-family: var(--albion-heading-font-family);
    white-space: nowrap;
}

.btn:hover {
    background: var(--albion-common-color-gray);
    color: var(--albion-common-color-white);
}

.btn-logout {
    background-color: #dc3545 !important;
    color: whitesmoke;
    border-radius: 5px;
}


/* TG Button 01 */

.tg-btn-1 {
    display: inline-flex;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-common-color-black-2);
    font-weight: var(--albion-fw-extra-bold);
    text-transform: uppercase;
    padding: 14px 49px;
    font-size: 15px;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    min-width: 195px;
    z-index: 1;
}

.tg-btn-1::before,
.tg-btn-1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='100.25' height='126.657' viewBox='0 0 30.25 56.657'%3e%3cpath id='shape.svg' class='cls-1' d='M248.391%2c576.3L218.17%2c605.258l30.221%2c27.7L226.985%2c604Z' transform='translate(-218.156 -576.312)'/%3e%3c/svg%3e");
    width: 30px;
    height: calc(100% + 6px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.tg-btn-1::after {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -moz-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    -o-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

.tg-btn-1 span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--albion-theme-primary);
    clip-path: polygon(28px 0, calc(85% + 2px) 0, 100% 50%, calc(85% + 1px) 100%, 28px 100%, 0% 50%);
    border-top: 2px solid var(--albion-common-color-white);
    border-bottom: 2px solid var(--albion-common-color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.tg-btn-1:hover {
    color: var(--albion-common-color-black-2);
}

.tg-btn-1:hover span::after {
    background: var(--albion-common-color-white);
}

.tg-btn-1.-btn-yellow span::after {
    background: var(--albion-theme-secondary);
}

.tg-btn-1.-btn-yellow:hover span::after {
    background: var(--albion-theme-primary);
}

.tg-border-login-btn {
    color: var(--albion-theme-primary);
}

.tg-border-login-btn:hover {
    /*background-color: var(--albion-theme-primary);*/
    fill: var(--albion-theme-primary);
}

.tg-border-btn {
    display: inline-flex;
    font-family: var(--albion-heading-font-family);
    /* color: var(--albion-common-color-white); */
    font-weight: var(--albion-fw-extra-bold);
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--albion-theme-primary);
    /* Set the color for SVG shapes */
    --svg-text-color: var(--albion-common-color-white);
    /* Set the color for SVG text */
    background-image: url("data:image/svg+xml,%3csvg width='157' height='48' viewBox='0 0 157 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1_14)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M131.75 2L155.75 25L131.75 47L148.75 24L131.75 2Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 1L1 24.5111L25 47L8 23.4889L25 1Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.75 1L0.75 25L23.75 47H131.75L155.75 25L131.75 1H24.75Z' stroke='currentColor' stroke-width='1.5'/%3e%3ctext x='10' y='30' fill='var(--svg-text-color)' font-size='16'>Sample Text%3c/text%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_14'%3e%3crect width='156.5' height='47.5' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");

    /*background-image: url("data:image/svg+xml,%3csvg width='157' height='48' viewBox='0 0 157 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1_14)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M131.75 2L155.75 25L131.75 47L148.75 24L131.75 2Z' fill='%2345F882'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 1L1 24.5111L25 47L8 23.4889L25 1Z' fill='%2345F882'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.75 1L0.75 25L23.75 47H131.75L155.75 25L131.75 1H24.75Z' stroke='%2345F882' stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_14'%3e%3crect width='156.5' height='47.5' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 157px;
    min-height: 48px;
    z-index: 1;
}

.tg-border-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--albion-theme-primary);
    clip-path: polygon(27px 0, calc(85% - 3px) 0, 100% 50%, calc(85% - 1px) 100%, 24px 100%, 0% 50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    z-index: -1;
}

.tg-border-btn i {
    margin-right: 10px;
}

.tg-border-btn:hover {
    color: var(--albion-common-color-black-2);
}

.tg-border-btn:hover::before {
    opacity: 1;
}


/* TG Button 02 */

.tg-btn-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-bold);
    border: 2px solid var(--albion-theme-primary);
    white-space: nowrap;
    font-size: 20px;
    padding: 14px 35px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tg-btn-2::before,
.tg-btn-2::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons/btn_shape01.png);
    width: 15px;
    height: 51px;
    pointer-events: none;
}

.tg-btn-2::after {
    left: auto;
    right: -2px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.tg-btn-2:hover {
    background-color: var(--albion-theme-primary);
    color: var(--albion-common-color-black-2);
}

.tg-btn-2.-secondary {
    border: 2px solid var(--albion-theme-secondary);
}

.tg-btn-2.-secondary::before,
.tg-btn-2.-secondary::after {
    background-image: url(../img/icons/btn_shape02.png);
}

.tg-btn-2.-secondary:hover {
    background-color: var(--albion-theme-secondary);
}


/* TG Button 03 */

.tg-btn-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-common-color-black-2);
    font-weight: var(--albion-fw-extra-bold);
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 16px;
    padding: 15px 25px;
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 188px;
    height: 61px;
}

@media (max-width: 767.98px) {
    .tg-btn-3 {
        width: 166px;
        height: 53px;
        padding: 13px 22px;
        font-size: 15px;
    }
}

.tg-btn-3:hover {
    color: var(--albion-common-color-black-2);
}

.tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: var(--albion-theme-primary);
    stroke: var(--albion-common-color-white);
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
}

.tg-btn-3 .svg-icon svg {
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


/*=============================
	0. Image Scroll ad
===============================*/

.imageScroll-bg {
    background-position: center;
    background-size: cover;
    min-height: 565px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.imageScroll-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b242e;
    opacity: 0.22;
    z-index: -1;
}

.imageScroll-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/video_overlay.png);
    background-position: center;
    background-size: cover;
    opacity: 0.38;
    z-index: -1;
}

.imageScroll__content .popup-video {
    display: inline-block;
    font-size: 86px;
    line-height: 1;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
    color: var(--albion-common-color-white);
    margin: 0 0 14px;
}

.imageScroll__content .popup-video:hover {
    color: var(--albion-theme-primary);
}

.imageScroll__content .title {
    font-size: 55px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 0 6px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.33);
    letter-spacing: 3px;
}

@media (max-width: 767.98px) {
    .imageScroll__content .title {
        font-size: 48px;
        letter-spacing: 1px;
        line-height: 1.1;
    }
}

.imageScroll__content .title span {
    color: var(--albion-theme-primary);
}

.imageScroll__content p {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: var(--albion-fw-medium);
    color: #fefefe;
    letter-spacing: 0.9px;
}


/*=============================
	Discord Profile card
===============================*/

.profilecard {
    width: 100%;
    border-radius: 4px;
    margin: 0 0 40px;
    border: 1px solid #23262a;
    background: #2f3136;
    display: flex;
    flex-direction: column;
}

.profilecard .me {
    padding-top: 15px;
    margin: 0 auto;
    width: 100%;
    height: 130px;
    justify-content: center;
    align-items: center;
    /* background: #202225; */
    color: #fff;
    background-image: url(https://cdn.discordapp.com/banners/244832437312552961/a_b2298176a20cd4d964e867d7ad46bffe.gif?size=320);
    background-size: cover;
    border: 5;
    border-bottom: 0;
    border-style: solid;
    border-color: #202225;
}

.profilecard .me .avatar {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.profilecard .me .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-width: 2;
    border-style: solid;
    border-color: #202225;
    border-radius: 50%;
}

.profilecard .me .username {
    margin: 15px auto 15px auto;
    text-align: center;
    font-weigth: 100;
    font-size: 14px;
}

.profilecard .me .username strong {
    color: #202225;
}

.profilecard .me .username span {
    color: #72767d;
    letter-spacing: -1px;
}

.profilecard .role,
.profilecard .note {
    padding: 0.5rem 0.5rem 2rem 0.5rem;
    color: #72767d;
    font-size: 10px;
    display: flex;
    flex-direction: column;
}

.profilecard .note .noteheader {
    padding-bottom: 0.5rem;
}

.profilecard .note textarea {
    padding: 0.5rem;
    resize: none;
    background: transparent;
    border: 0;
    color: #72767d;
    font-size: 10px;
}

.profilecard .note textarea:hover {
    background: #202225;
}

.profilecard .message {
    padding: 0.5rem;
    border-top: 1px solid #23262a;
}

.profilecard .message input {
    width: 100%;
    border: 1px solid #23262a;
    background: #36393f;
    padding: 0.5rem;
    color: hsla(0, 0%, 100%, .7);
    font-size: 12px;
}

.profilecard .tip {
    font-size: 10px;
    padding: 0.2rem 0.5rem;
}

.profilecard .tip strong {
    color: rgb(67, 181, 129);
}

.profilecard .tip span {
    color: #72767d;
}

/*=============================
	Devices card
===============================*/

.device-card {
    background-color: rgba(35, 36, 37, 0.5);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.current-session {
    border: 2px solid #45f882;
}

.device-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.device-icon {
    font-size: 2rem;
    margin-right: 15px;
}

.device-details {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.device-details span {
    margin-bottom: 5px;
}

.disconnect-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    align-self: flex-end;
    margin-top: 10px;
}

.disconnect-btn:hover {
    color: white;
    background-color: rgb(41, 3, 7);
}

@media (min-width: 768px) {
    .device-card {
        flex-direction: row;
        align-items: center;
    }

    .device-details {
        margin-top: 0;
    }

    .disconnect-btn {
        margin-top: 0;
        align-self: center;
    }
}

.device-card.removing {
    animation: fadeOut 2s forwards;
    position: relative;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

/*=============================
	1. Search Popup
===============================*/

.search__popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    margin-top: -370px;
    transform: translateY(-100%);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search__popup-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 370px;
    background-image: url(../img/bg/search_wave.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}

.search__layer {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(15, 22, 27, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.search__close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--albion-theme-primary);
    cursor: pointer;
}

.search__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search__wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-extra-bold);
    text-transform: uppercase;
    color: var(--albion-theme-primary);
    letter-spacing: -1px;
}

.search__wrap .title span {
    color: var(--albion-common-color-white);
    text-shadow: -2px 2.5px 0px rgba(69, 248, 130, 0.66);
    letter-spacing: 5px;
}

.search__form {
    position: relative;
}

.search__form form input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: var(--albion-common-color-white);
}

.search__form form input::placeholder {
    font-size: 30px;
    opacity: 0.5;
}

.search__form form button {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--albion-theme-primary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search__form::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--albion-theme-primary);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.search__active .search__popup-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
}

.search__active .search__form::after {
    width: 100%;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


/*=============================
	404 page
===============================*/

.svg__404_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 70px);
    background-position: top center;
    background-size: cover;
    z-index: -1;
}

/*=============================
 KILLBOARD
===============================*/

@media (max-width: 767.98px) {
    .killboard-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .killboard-section .col-12 {
        width: 100%;
        text-align: center;
    }

    .killboard-section h3 {
        font-size: 1.5rem;
    }

    .killboard-section ul {
        padding-left: 0;
        list-style: none;
    }

    .killboard-section ul li {
        margin-bottom: 10px;
    }
}

/*=============================
 GIVEAWAYS
===============================*/

.giveaway-item__area {

    padding: 20px 0 30px;
}

.giveaway-item__area .row {
    --bs-gutter-x: 37px;
}

@media (max-width: 1500px) {
    .giveaway-item__area .row {
        --bs-gutter-x: 30px;
    }
}

.giveaway-item__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -webkit-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -ms-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(76, 76, 76, 0.2);
    padding: 25px;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    .giveaway-item__box {
        display: block;
        text-align: center;
        max-width: 320px;
        padding: 35px 25px 25px;
        margin: 0 auto 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .giveaway-item__box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        max-width: 100%;
        padding: 25px 25px;
        margin: 0 0 30px;
    }
}

.giveaway-item__box:hover {
    border-color: rgba(69, 248, 130, 0.2);
}

.giveaway-item__thumb {
    flex: 0 0 auto;
    margin-right: 20px;
    max-width: 187px;
}

@media (max-width: 1800px) {
    .giveaway-item__thumb {
        max-width: 165px;
    }
}

@media (max-width: 1500px) {
    .giveaway-item__thumb {
        max-width: 170px;
    }
}

@media (max-width: 991.98px) {
    .giveaway-item__thumb {
        max-width: 187px;
    }
}

@media (max-width: 767.98px) {
    .giveaway-item__thumb {
        margin: 0 auto 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .giveaway-item__thumb {
        margin: 0 20px 0 0;
    }
}

.giveaway-item__thumb img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.giveaway-item__content {
    flex-grow: 1;
}

.giveaway-item__content .title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}

.giveaway-item__avatar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .giveaway-item__avatar {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .giveaway-item__avatar {
        justify-content: flex-start;
    }
}

.giveaway-item__avatar .avatar-img {
    margin: 0 10px 0 0;
    flex: 0 0 auto;
}

.giveaway-item__avatar .avatar-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.giveaway-item__avatar .avatar-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.giveaway-item__avatar .avatar-name .name {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: var(--albion-fw-semi-bold);
    color: #9b9b9b;
    text-transform: capitalize;
}

.giveaway-item__avatar .avatar-name .designation {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.giveaway-item__avatar .avatar-name .designation::before {
    content: "|";
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #434343;
    padding: 0 8px 0 10px;
}

.giveaway-item__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg, rgb(12, 14, 18) 0%, rgb(16, 24, 31) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(12, 14, 18) 0%, rgb(16, 24, 31) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(12, 14, 18) 0%, rgb(16, 24, 31) 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(76, 76, 76, 0.5);
    padding: 14px 15px 14px 20px;
}

@media (max-width: 767.98px) {
    .giveaway-item__price {
        display: block;
        margin-bottom: 15px;
    }
}

.giveaway-item__price p {
    margin: 0 0;
    font-family: var(--albion-heading-font-family);
    font-size: 18px;
    color: #e8e8e8;
    font-weight: var(--albion-fw-semi-bold);
}

.giveaway-item__price p span {
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-theme-secondary);
}

.giveaway-item__price .bid-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: var(--albion-theme-secondary);
    color: var(--albion-common-color-black-2);
    text-transform: capitalize;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    padding: 11px 14px;
    margin-left: auto;
}

.giveaway-item__price .bid-btn:hover {
    background: var(--albion-theme-primary);
}

/*=============================
	AOT Side Profile card
===============================*/

.profile-card {
    background: rgba(34, 34, 34, 0.2);
    border: 2px solid transparent;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    color: #fff;
    max-width: auto;
    flex: 1 1 300px;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border 0.3s;
    margin-bottom: 10px;
}

/* Hover effect for Lifetime card */
.profile-card.discord {
    position: relative;
    overflow: hidden;
}

.profile-card.discord:hover {
    background: color-mix(in srgb, var(--albion-theme-primary) 20%, transparent);
    /* Light background tint */
    border: 2px solid var(--albion-theme-primary);
}

.profile-card.discord::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom left, transparent 90%, var(--albion-theme-primary) 100%);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
    */
    pointer-events: none;
}

.profile-card.discord:hover::after {
    transform: scaleX(1) scaleY(1);
}

.profile-card.discord .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, var(--albion-theme-primary), color-mix(in srgb, var(--albion-theme-primary) 20%, transparent)),
        url('https://i.imgur.com/0q1Mzry.jpeg');
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
    height: 80px;
    border-bottom: 3px solid var(--albion-theme-primary);
}

.profile-card.discord .header img {
    width: 70px;
    border-radius: 50%;
    opacity: 1.0;
    border: 4px solid var(--albion-theme-primary);
    margin-top: 100px;
    z-index: 2;
}

.profile-card .body {
    padding-top: 80px;
    /* Adjust as needed */
    text-align: center;
    display: flex;
    /* Enable flexbox */
    flex-direction: column;
    /* Stack children vertically */
    justify-content: center;
    /* Center along the vertical axis */
    align-items: center;
    /* Center along the horizontal axis */
    height: 100%;
    /* Ensure it fills the parent container */
    position: relative;
    /* Make it a containing block for the pseudo-element */
    overflow: hidden;
    /* Prevent overflow of the background */
    z-index: 1;
}

.profile-card .body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://albiononlinetools.com/assets/img/about-us/bg-2.jpg);
    background-size: cover;
    background-position: center;

    /* Add transparent overlay */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with 50% opacity */
    background-blend-mode: overlay;
    z-index: -2;
    /* Place it behind the content */
}




.profile-card .discord-name {
    color: var(--albion-theme-primary);
}

.button-container {
    display: flex;
    /* Enables flexbox */
    flex-wrap: wrap;
    /* Wrap buttons to the next line when needed */
    gap: 10px;
    /* Space between buttons */
    justify-content: center;
    /* Center buttons horizontally */
    margin: 5px;
    padding-bottom: 10px;
}

.profile-card-button {
    /* margin: 10px 0; /* Add some space between buttons */
    width: 200px;
    color: white !important;
    background: color-mix(in srgb, var(--albion-theme-primary) 40%, transparent);
    /* Light background tint */
    /* background: var(--albion-theme-primary) none repeat scroll 0 0; */
    border: medium none;
    border-radius: 2px;
    font-size: 15px;
    font-weight: var(--albion-fw-extra-bold);
    padding: 2px 5px;
    text-align: center !important;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    flex: 1 1 calc(50% - 10px);
    /* Each button takes 50% of the width minus the gap */
    box-sizing: border-box;
    /* Ensures padding and borders are included in width */
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.profile-card-button a {
    display: block;
    /* Makes the link fill the button */
    text-decoration: none;
    /* Remove underline */
    color: white;
    /* Keep text white */
    width: 100%;
    /* Ensure link takes the full width */
    height: 100%;
    /* Ensure link takes the full height */
}


.profile-card .btn {
    text-align: center;
    color: white !important;
    background-color: rgba(34, 34, 34, 0.5) !important;
    width: 100px;
    border-radius: 0px !important;
}

.profile-card .btn-top {
    border-radius: 0px !important;
}

.profile-card .btn-bottom {
    border-radius: 0px !important;
}

/*=============================
	AOT Connections
===============================*/

.connections-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto;
    padding: 0 20px;
}

.connection-card {
    background: rgba(34, 34, 34, 0.2);
    border: 2px solid transparent;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    color: #fff;
    max-width: 300px;
    flex: 1 1 300px;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border 0.3s;
}

.connection-card-button .connection-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8);
}

/* Hover effect for Basic card */
.connection-card.patreon {
    position: relative;
    overflow: hidden;
}

.connection-card.patreon:hover {
    background: rgba(248, 162, 69, 0.2);
    /* Light orange background tint */
    border: 2px solid #f8a245;
}

.connection-card.patreon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 90%, #f8a245 100%);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.connection-card.patreon:hover::after {
    transform: scaleX(1) scaleY(1);
}

/* Hover effect for Lifetime card */
.connection-card.discord {
    position: relative;
    overflow: hidden;
}

.connection-card.discord:hover {
    background: rgba(69, 170, 248, 0.2);
    /* Light blue background tint */
    border: 2px solid #5865F2;
}

.connection-card.discord::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 90%, #5865F2 100%);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.connection-card.discord:hover::after {
    transform: scaleX(1) scaleY(1);
}


.connection-card.patreon .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(248, 162, 69, 1), rgba(248, 123, 40, 0.2)),
        url('https://www.crowdcrux.com/wp-content/uploads/2021/06/patreon-.jpeg');
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
    height: 80px;
    border-bottom: 3px solid #f8a245;
}

.connection-card.patreon .header img {
    width: 70px;
    border-radius: 50%;
    opacity: 1.0;
    border: 4px solid #f8a245;
    margin-top: 100px;
}

/* AOT Discord connection */
.connection-card.discord .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(88, 101, 242, 1), rgba(40, 90, 248, 0.2)),
        url('https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/625953c86732eddef0362bcb_b0a6c5f555b86f9b368733aa50f8eb67.svg');
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
    height: 80px;
    border-bottom: 3px solid #5865F2;
}

.connection-card.discord .header img {
    width: 70px;
    border-radius: 50%;
    opacity: 1.0;
    border: 4px solid #5865F2;
    margin-top: 100px;
}

.connection-card .body {
    padding: 20px;
    text-align: center;
}

.connection-card .body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.connection-card .body ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    gap: 10px;
    font-size: 1rem;
}

.connection-card .body ul li svg {
    width: 24px;
    height: 24px;
    fill: #45f882;
}

.connection-card .body ul li:last-child {
    border-bottom: none;
}


.connection-card .name {
    font-size: 2rem;
    margin: 20px 0;
    font-weight: bold;
    min-height: 60px;
}

.connection-card .discord-name {
    color: #5865F2;
}

.connection-card .patreon-name {
    color: #f8a245;
}


.connection-card .btn {
    display: inline-block;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
}

.connect-btn {
    color: white !important;
    background-color: #4CAF50 !important;
}

.disconnect-btn {
    color: white !important;
    background-color: #F44336 !important;
}


.connection-card .btn:hover {
    background: #28c468;
    color: #fff;
}

/*=============================
	AOT PRO
===============================*/

.pricing-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto;
    padding: 0 20px;
}

.pricing-card {
    background: rgba(34, 34, 34, 0.2);
    border: 2px solid transparent;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    color: #fff;
    max-width: 300px;
    flex: 1 1 300px;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border 0.3s;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8);
}

/* Hover effect for Basic card */
.pricing-card.basic {
    position: relative;
    overflow: hidden;
}

.pricing-card.basic:hover {
    background: rgba(69, 248, 130, 0.2);
    /* Light green background tint */
    border: 2px solid #45f882;
}

.pricing-card.basic::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 90%, #45f882 100%);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.pricing-card.basic:hover::after {
    transform: scaleX(1) scaleY(1);
}

/* Hover effect for Pro card */
.pricing-card.pro {
    position: relative;
    overflow: hidden;
}

.pricing-card.pro:hover {
    background: rgba(248, 162, 69, 0.2);
    /* Light orange background tint */
    border: 2px solid #f8a245;
}

.pricing-card.pro::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 90%, #f8a245 100%);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.pricing-card.pro:hover::after {
    transform: scaleX(1) scaleY(1);
}

/* Hover effect for Lifetime card */
.pricing-card.lifetime {
    position: relative;
    overflow: hidden;
}

.pricing-card.lifetime:hover {
    background: rgba(69, 170, 248, 0.2);
    /* Light blue background tint */
    border: 2px solid #45aaf8;
}

.pricing-card.lifetime::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 90%, #45aaf8 100%);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.pricing-card.lifetime:hover::after {
    transform: scaleX(1) scaleY(1);
}



.pricing-card.basic .header {
    /* background: linear-gradient(90deg, #45f882, #28c468); */
}

.pricing-card.basic .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(69, 248, 130, 1), rgba(40, 196, 104, 0.2)),
        url('https://albiononlinetools.com/assets/img/about-us/bg-2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
}


/* AOT PRO Header */
.pricing-card.pro .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(248, 162, 69, 1), rgba(248, 123, 40, 0.2)),
        url('https://albiononlinetools.com/assets/img/about-us/bg-2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
}

/* AOT Lifetime Header */
.pricing-card.lifetime .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(69, 170, 248, 1), rgba(40, 90, 248, 0.2)),
        url('https://albiononlinetools.com/assets/img/about-us/bg-2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
}


.pricing-card .body {
    padding: 20px;
    text-align: center;
}

.pricing-card .body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-card .body ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    
    border-bottom: 1px solid #333;

}

.pricing-card .body ul li svg {
    width: 24px;
    height: 24px;
    fill: #45f882;
}

.pricing-card .body ul li:last-child {
    border-bottom: none;
}


.pricing-card .price {
    font-size: 2rem;
    color: #45f882;
    margin: 20px 0;
    font-weight: bold;
}


.pricing-card .btn {
    display: inline-block;
    text-decoration: none;
    background: #45f882;
    color: #222;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
}

.pricing-card .btn:hover {
    background: #28c468;
    color: #fff;
}



/*=============================
	Login popup
===============================*/

.login__popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    margin-top: -370px;
    transform: translateY(-100%);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.login__popup-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 370px;
    background-image: url(../img/bg/search_wave.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}

.login__layer {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(15, 22, 27, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.login__close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--albion-theme-primary);
    cursor: pointer;
}

.login__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login__wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-extra-bold);
    text-transform: uppercase;
    color: var(--albion-theme-primary);
    letter-spacing: -1px;
}

.login__wrap .title span {
    color: var(--albion-common-color-white);
    text-shadow: -2px 2.5px 0px rgba(69, 248, 130, 0.66);
    letter-spacing: 5px;
}

.login__form {
    position: relative;
}

.login__form form input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: var(--albion-common-color-white);
}

.login__form form input::placeholder {
    font-size: 30px;
    opacity: 0.5;
}

.login__form form button {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--albion-theme-primary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login__form::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--albion-theme-primary);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.login__active .login__popup-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
}

.login__active .login__form::after {
    width: 100%;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.singUp-wrap {
    /*background-color: #121a23;*/
    background-image: -moz-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 70%);
    background-image: -webkit-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 70%);
    background-image: -ms-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 70%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(76, 76, 76, 0.2);
    padding: 30px 50px 40px;
}

@media (max-width: 767.98px) {
    .singUp-wrap {
        padding: 30px 20px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .singUp-wrap {
        padding: 30px 30px 30px;
    }
}

.singUp-wrap .title {
    font-size: 36px;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .singUp-wrap .title {
        font-size: 26px;
    }
}

.singUp-wrap p {
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .singUp-wrap p br {
        display: none;
    }
}

.account__social-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-common-color-black);
    border: 1px solid rgba(76, 76, 76, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    gap: 10px;
    color: var(--tg-common-color-dark);
    padding: 10px 20px;
}

.account__social-btn:hover {
    color: var(--albion-theme-primary);
    border-color: var(--albion-theme-primary);
}

.account__divider {
    position: relative;
    text-align: center;
    margin-block-end: 35px;
    margin-block-start: 35px;
}

.account__divider::before,
.account__divider::after {
    content: "";
    height: 1px;
    width: 40%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(76, 76, 76, 0.5);
    position: absolute;
}

.account__divider::after {
    left: auto;
    right: 0;
}

.account__divider span {
    font-size: 16px;
    color: var(--tg-heading-color);
}

.account__form .form-grp {
    margin-bottom: 20px;
}

.account__form .form-grp label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.account__form .form-grp input {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    color: var(--tg-heading-color);
    border: 1px solid rgba(76, 76, 76, 0.2);
    background: var(--tg-common-color-gray);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.account__form .form-grp input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-color);
    opacity: 0.8;
    text-transform: capitalize;
}

.account__form .form-grp input:focus {
    border-color: var(--albion-theme-primary);
}

.account__form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.account__form .btn.mt-15 {
    margin-top: 15px;
}

.account__switch {
    margin-top: 30px;
}

.account__switch p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.account__switch p a {
    color: var(--albion-theme-primary);
    text-decoration: underline;
}

.account__switch p a:hover {
    color: var(--tg-theme-secondary);
}

.account__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.account__check-remember {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
}

.account__check-remember input {
    width: 20px;
    height: 20px;
    margin-inline-end: 3px;
    background: var(--tg-common-color-gray);
}

.account__check-remember input:focus {
    box-shadow: none;
}

.account__check-remember input:checked {
    background-color: var(--albion-theme-primary);
    border-color: var(--albion-theme-primary);
}

.account__check-remember label {
    user-select: none;
}

.account__check-forgot a {
    color: var(--albion-theme-primary);
    font-size: 16px;
    text-decoration: underline;
}

.account__check-forgot a:hover {
    color: var(--albion-theme-primary);
}

.account__discord_connect {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.account__discord_connect_logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.account__details-content {
    background: #182029;
    padding: 40px 45px 40px 40px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    border: 1px solid #232a30;
    font-weight: var(--albion-fw-medium);
}

.account__details-content-transparant {
    background: rgba(24, 32, 41, 0.5) !important;
}

.account__details-content-full-transparant {
    background: rgba(24, 32, 41, 0) !important;
    border: 0px !important;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}


.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}


.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--albion-theme-secondary);
    border-color: var(--albion-theme-secondary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked {
    background-color: var(--albion-theme-primary) !important;
    border-color: var(--albion-theme-primary) !important;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}



/*=============================
	GENERAL FORM
===============================*/

@media (max-width: 991.98px) {
    .general__form-wrap {
        margin: 50px 0 0;
    }
}

.general__form-wrap .input-grp {
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    margin: 0 0 30px;
}

.general__form-wrap .input-grp::after {
    content: "";
    position: absolute;
    background-color: #262f39;
    width: 60px;
    height: 1px;
    right: -21px;
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.general__form-wrap .input-grp-invalid::after {
    background-color: #F44336 !important;
    border-color: #F44336 !important;
}

.general__form-wrap .input-grp-invalid input {
    border-color: #F44336 !important;
}

.general__form-wrap .input-grp input,
.general__form-wrap .input-grp textarea {
    display: block;
    width: 100%;
    border: 1px solid #262f39;
    background: transparent;
    color: var(--albion-common-color-white);
    padding: 15px 25px;
}

.general__form-wrap .input-grp textarea {
    height: 148px;
    max-height: 148px;
}

.general__form-wrap .input-grp.message-grp {
    margin: 0 0 35px;
}

.general__form-wrap .submit-btn {
    -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
}

.general__form-wrap .submit-btn:hover {
    background: var(--albion-theme-secondary);
}


/*=============================
	00. Preloader
===============================*/
/*
.page-revealer {
    pointer-events: none;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    z-index: 12000;
    background-color: var(--albion-common-color-black);
}
*/

.tg-preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--albion-common-color-black);
    z-index: 99999;
}

.tg-preloader>.tg-loading {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.tg-preloader>.tg-loading>div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--albion-theme-primary) transparent transparent transparent;
}

.tg-preloader>.tg-loading>div:nth-child(1) {
    animation-delay: -0.1s;
}

.tg-preloader>.tg-loading>div:nth-child(2) {
    animation-delay: -0.2s;
}

.tg-preloader>.tg-loading>div:nth-child(3) {
    animation-delay: -0.3s;
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html.show-preloader body {
    display: none;
}


/*=============================
    00. OffCanvas Menu
===============================*/

.offCanvas__wrap {
    position: fixed;
    overflow-y: auto;
    top: 80px; /* Start below the header */
    right: 20px;
    bottom: 20px;
    width: 380px;
    transform: translateX(120%);
    height: calc(100vh - 100px); /* Adjust height to fit */
    display: block;
    background: rgba(22, 27, 34, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1020;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.offCanvas__wrap::-webkit-scrollbar {
    width: 5px;
}

.offCanvas__wrap::-webkit-scrollbar-track {
    background: transparent;
    margin: 20px 0;
}

.offCanvas__wrap::-webkit-scrollbar-thumb {
    background: var(--albion-theme-primary);
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .offCanvas__wrap {
        width: calc(100% - 40px);
        right: 20px;
        top: 70px;
        height: calc(100vh - 90px);
    }
}

.offCanvas__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.offCanvas__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 25px; /* Reduced padding */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offCanvas__avatar_container {
    /*border: 2px solid var(--albion-theme-primary);*/
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    padding: 2px;
    /*background: rgba(0,0,0,0.2);*/
}

.offCanvas__avatar {
    height: 90px; /* Smaller avatar */
    width: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.offCanvas__username {
    margin: 0;
    padding-left: 0;
    font-size: 1.2rem; /* Smaller font */
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.offCanvas__toggle {
    margin-left: auto;
    width: 35px; /* Smaller toggle */
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.offCanvas__toggle:hover {
    background: var(--albion-theme-primary);
    color: #000;
    transform: rotate(90deg);
    box-shadow: 0 0 15px var(--albion-theme-primary);
}

@media (max-width: 1500px) {
    .offCanvas__toggle {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

.offCanvas__content {
    padding: 20px 25px 0px 25px; /* Reduced padding */
}

.offCanvas__content .title {
    font-size: 24px; /* Smaller title */
    letter-spacing: 1px;
    margin: 0 0 30px;
}

.offCanvas__content .title span {
    color: var(--albion-theme-primary);
}

.offCanvas__newsletter .small-title .offCanvas__login {
    margin: 0 0 22px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-theme-primary);
}

.offCanvas__newsletter-form {
    position: relative;
    margin: 0 0 20px;
}

.offCanvas__newsletter-form [type=email] {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #202b36;
    padding: 15px 80px 15px 22px;
    font-size: 14px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-medium);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offCanvas__newsletter-form [type=email]:focus {
    border-color: #535d68;
}

.offCanvas__newsletter-form [type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
    width: 60px;
    font-size: 22px;
}

.offCanvas__newsletter-form [type=submit]::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 6px;
    background: #202b36;
    bottom: 6px;
    left: 0;
}

.offCanvas__newsletter p {
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    margin: 0 0;
}

.offCanvas__contact {
    margin: 0 0 40px;
}

.offCanvas__contact .small-title {
    margin: 0 0 22px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: var(--albion-fw-semi-bold);
}

.offCanvas__contact-list li {
    color: var(--albion-body-color);
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-medium);
    position: relative;
    padding-left: 23px;
    margin: 0 0 8px;
}

.offCanvas__contact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    background: var(--albion-body-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offCanvas__contact-list li:hover::before {
    background: var(--albion-theme-primary);
}

.offCanvas__contact-list li:last-child {
    margin: 0 0;
}

.offCanvas__contact-list li a {
    color: var(--albion-body-color);
}

.offCanvas__contact-list li a:hover {
    color: var(--albion-theme-primary);
}

.offCanvas__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 28px;
    padding: 30px 0 0;
    border-top: 1px solid #202b36;
    margin: 50px 0 0;
}

.offCanvas__social li {
    line-height: 1;
}

.offCanvas__social li a {
    display: block;
    font-size: 16px;
    color: var(--albion-common-color-white);
}

.offCanvas__social li a:hover {
    color: var(--albion-theme-primary);
}

.offCanvas__logoutBar {
    margin: auto 0 0;
    background: #dc3545;
    padding: 10px;
    padding-bottom: 1px;
    text-align: center;
}

.logoutP {
    font-weight: var(--albion-fw-semi-bold) !important;
    color: white !important;
}

.offCanvas__copyright {
    margin: auto 0 0;
    background: #090f16;
    padding: 30px 40px;
}


.offCanvas__copyright p {
    margin: 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--albion-fw-semi-bold);
    font-family: var(--albion-heading-font-family);
    letter-spacing: 1px;
}

.offCanvas__copyright p span {
    color: var(--albion-theme-primary);
}

.offCanvas__overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: var(--albion-common-color-black-9);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.offCanvas__menu-visible .offCanvas__overlay {
    opacity: 0.8;
    visibility: visible;
}

.offCanvas__menu-visible .offCanvas__wrap {
    transform: translateX(0);
}

.offCanvas__login-form {
    position: relative;
    margin: 0 0 20px;
    padding: 5px;
}

.offCanvas__login-form {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #202b36;
    padding: 15px 80px 15px 22px;
    margin-top: 5px;
    font-size: 14px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-medium);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offCanvas__login-form :focus {
    border-color: #535d68;
    margin: 15px;
}

.offCanvas__login-form [type=submit] {
    -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
    margin-top: 5px;
}

.discord_login {
    background: #5865F2 !important;
    color: var(--albion-common-color-white);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
    margin-top: 5px;
}

.discord_login img {
    width: 30px;
    margin-right: 10px;
}

.discord_button_shape {
    -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
}

.offCanvas__login-form .login-form[type=submit]:hover {
    background: var(--albion-theme-secondary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*width: 100%; */
    transform: scale(1.1);
    /*margin: 15px */
}

.offCanvas__login .login p {
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    margin: 0 0;
}


/* ===============================
GuidesHome Showcase
===============================*/

.guidesHome__bg-color {
    background-color: var(--albion-common-color-black-7);
}

@media (max-width: 1199.98px) {
    .guidesHome__bg-color .section__title {
        width: calc(100% + 200px);
    }
}

@media (max-width: 991.98px) {
    .guidesHome__bg-color .section__title {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .guidesHome__bg-color .section__title {
        text-align: center !important;
    }

    .guidesHome__bg-color .section__title::after {
        margin: 20px auto 0;
    }
}

.guidesHome__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 50px;
}

@media (max-width: 1199.98px) {
    .guidesHome__wrapper {
        gap: 50px 45px;
    }
}

@media (max-width: 767.98px) {
    .guidesHome__wrapper {
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .guidesHome__wrapper {
        gap: 50px 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.guidesHome__icon {
    font-size: 40px;
    display: block;
    line-height: 1;
    color: var(--albion-theme-primary);
    margin: 0 0 30px;
}

.guidesHome__content .title {
    font-size: 20px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin: 0 0 18px;
}

.guidesHome__content .title a:hover {
    color: var(--albion-theme-primary);
}

.guidesHome__content p {
    font-size: 15px;
    font-weight: var(--albion-fw-medium);
    margin: 0 0;
}

.guidesHome__images {
    margin: 0 0 30px 36px;
    position: relative;
    height: 681px;
}

@media (max-width: 1199.98px) {
    .guidesHome__images {
        margin: 0 0 30px 20px;
        height: 490px;
    }
}

@media (max-width: 991.98px) {
    .guidesHome__images {
        margin: 70px 0 30px 0;
    }
}

@media (max-width: 767.98px) {
    .guidesHome__images {
        height: 360px;
    }
}

.guidesHome__images-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in-out;
    z-index: 1;
}

.guidesHome__images-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    clip-path: inset(0 100% 0 0);
    -webkit-animation: defaultInset 0.8s forwards ease;
    animation: defaultInset 0.8s forwards ease;
}

.guidesHome__images-item.active {
    z-index: 2;
}

.guidesHome__images-item.active img {
    -webkit-animation: activeInset 0.8s forwards ease;
    animation: activeInset 0.8s forwards ease;
}

.guidesHome__images-item.active .guidesHome__link i {
    animation: tg_arrow 0.8s forwards;
}

.guidesHome__link {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 140px;
    height: 140px;
    font-size: 98px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--albion-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #000;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .guidesHome__link {
        right: 0;
        bottom: -30px;
        width: 120px;
        height: 120px;
        font-size: 70px;
    }
}

@media (max-width: 767.98px) {
    .guidesHome__link {
        width: 80px;
        height: 80px;
        font-size: 45px;
    }
}

.guidesHome__link:hover {
    color: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.guidesHome__details-area {
    background-position: top center;
    background-size: cover;
}


/*=============================
	00. Breadcrumb
===============================*/

.breadcrumb-area {
    position: relative;
    padding: 170px 0 75px;
    background-position: center;
    background-size: cover;
    height: 561px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 1500px) {
    .breadcrumb-area {
        height: 480px;
    }
}

@media (max-width: 1199.98px) {
    .breadcrumb-area {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-area {
        height: 310px;
        padding: 160px 0 75px;
    }
}

.breadcrumb-area::before,
.breadcrumb-area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51%;
    height: 3px;
    z-index: 3;
    background: var(--albion-theme-primary);
    box-shadow: 0 0 10px var(--albion-theme-primary), 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.5);
    -webkit-clip-path: none;
    clip-path: none;
}

@media (max-width: 1500px) {

    .breadcrumb-area::before,
    .breadcrumb-area::after {
        height: 40px;
    }
}

@media (max-width: 1199.98px) {

    .breadcrumb-area::before,
    .breadcrumb-area::after {
        height: 30px;
    }
}

@media (max-width: 767.98px) {

    .breadcrumb-area::before,
    .breadcrumb-area::after {
        height: 20px;
    }
}

.breadcrumb-area::after {
        left: auto;
    right: 0px;
}

.breadcrumb__wrapper {
    position: relative;
    padding: 0 80px;
}

@media (max-width: 1199.98px) {
    .breadcrumb__wrapper {
        padding: 0 0;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb__content {
        text-align: center;
    }
}

.breadcrumb__content .title {
    font-size: 60px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 0;
}

@media (max-width: 1500px) {
    .breadcrumb__content .title {
        font-size: 50px;
        letter-spacing: 2px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content .title {
        font-size: 43px;
    }
}

.breadcrumb__content .breadcrumb {
    margin: 12px 0 0;
}

@media (max-width: 991.98px) {
    .breadcrumb__content .breadcrumb {
        justify-content: center;
    }
}

.breadcrumb__content .breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    font-size: 14px;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.breadcrumb__content .breadcrumb .breadcrumb-item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--albion-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.breadcrumb__content .breadcrumb .breadcrumb-item:hover::after {
    background: var(--albion-theme-secondary);
}

.breadcrumb__content .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb__content .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb__content .breadcrumb .breadcrumb-item+.breadcrumb-item::after {
    display: none;
}

.breadcrumb__content .breadcrumb .breadcrumb-item.active {
    color: var(--albion-common-color-white);
}

.breadcrumb__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

@media (max-width: 1500px) {
    .breadcrumb__img {
        right: 60px;
        top: 60%;
    }
}

.breadcrumb__img img {
    max-height: 412px;
    max-width: 402px;
}

@media (max-width: 1500px) {
    .breadcrumb__img img {
        max-height: 320px;
        max-width: 310px;
    }
}

@media (max-width: 1199.98px) {
    .breadcrumb__img img {
        max-height: 260px;
        max-width: 255px;
    }
}

.breadcrumb__img:hover img {
    -webkit-animation: breadcrumbShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: breadcrumbShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.breadcrumb__hide-img .breadcrumb__wrapper {
    padding: 0 0;
}

.breadcrumb__hide-img .breadcrumb__content {
    text-align: center;
}

.breadcrumb__hide-img .breadcrumb {
    justify-content: center;
}


/*=============================
    00. Accordion
===============================*/

.faq-area {
    background-color: #0a0e13;
    padding: 120px 0;
}

.faq__content-wrap .section__title {
    margin: 0 0 55px;
}

.faq__content-wrap .section__title::after {
    display: none;
}

.faq__content-wrap .section__title .title {
    margin: 0 0 24px;
}

.faq__content-wrap .section__title p {
    margin: 0 0;
}

@media (max-width: 1199.98px) {
    .faq__content-wrap .section__title p br {
        display: none;
    }
}

.faq__wrapper .accordion-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #202428;
}

@media (max-width: 1199.98px) {
    .faq__wrapper .accordion-item {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

.faq__wrapper .accordion-item:last-child {
    margin: 0 0;
}

.faq__wrapper .accordion-header {
    margin: 0 0;
}

.faq__wrapper .accordion-button {
    padding: 0 0;
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    color: var(--albion-common-color-white);
    font-size: 20px;
    font-weight: var(--albion-fw-semi-bold);
    letter-spacing: 1px;
    border: none !important;
    box-shadow: none;
}

.faq__wrapper .accordion-button::after {
    content: "\f067";
    background-image: none !important;
    font-size: 16px;
    font-family: var(--albion-icon-font-family);
    color: var(--albion-body-color);
    opacity: 0.76;
    width: auto;
    height: auto;
}

.faq__wrapper .accordion-button .count {
    width: 29px;
    height: 29px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--albion-common-color-black);
    background: var(--albion-body-color);
    font-weight: var(--albion-fw-extra-bold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.faq__wrapper .accordion-button:hover {
    color: var(--albion-theme-primary);
}

.faq__wrapper .accordion-button:hover .count {
    background: var(--albion-theme-primary);
}

.faq__wrapper .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.faq__wrapper .accordion-button:not(.collapsed) .count {
    background: var(--albion-theme-primary);
}

.faq__wrapper .accordion-body {
    padding: 11px 0 0 45px;
}

@media (max-width: 1199.98px) {
    .faq__wrapper .accordion-body {
        padding: 15px 0 0 0;
    }
}

@media (max-width: 991.98px) {
    .faq__wrapper .accordion-body {
        padding: 11px 0 0 45px;
    }
}

@media (max-width: 767.98px) {
    .faq__wrapper .accordion-body {
        padding: 15px 0 0 0;
    }
}


/**
Default Tab Style
**/

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item {
    margin: 0 0;
}

.nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    background: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: auto;
}

.tab-pane.active {
    animation: tgSlideDown 0.5s ease-in-out;
}


/*=============================
    00. Scroll Top
===============================*/

.scroll__top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 20px;
    border-radius: 3px;
    z-index: 99;
    color: var(--albion-common-color-black-2);
    text-align: center;
    cursor: pointer;
    background: var(--albion-theme-primary);
    transition: 0.8s ease;
    border: none;
}

.scroll__top.open {
    bottom: 30px;
}

@media (max-width: 767.98px) {
    .scroll__top.open {
        bottom: 20px;
        right: auto;
        left: 20px;
    }
}

.scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll__top:hover {
    background: var(--albion-theme-secondary);
    color: var(--albion-common-color-black-2);
}

.scroll__top i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 1199.98px) {
    .scroll__top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        right: 30px;
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .scroll__top {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        right: auto;
        left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .scroll__top {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        right: auto;
        left: 25px;
    }
}

/*=============================
    00. Section Title
===============================*/

.section__title {
    position: relative;
}

.page-no-title-shape .section__title::after {
    content: none;
}

.section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-theme-primary);
    line-height: 1;
    margin: 0 0 7px;
}

@media (max-width: 767.98px) {
    .section__title .sub-title {
        margin: 0 0 10px;
    }
}

.section__title .title {
    font-size: 45px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0;
}

@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 35px;
        line-height: 1.1;
    }
}

@media (max-width: 1199.98px) {
    .section__title .title br {
        display: none;
    }
}

.section__title::after {
    content: "";
    display: block;
    background-image: url(../img/bg/title_shape.svg);
    width: 65px;
    height: 5px;
    margin: 20px auto 0;
}

.section__title.title-shape-none::after {
    display: none;
}

.section__title.text-start .title {
    line-height: 1.15;
}

.section__title.text-start::after {
    margin: 20px 0 0;
}

.section__title-link {
    text-align: right;
}

@media (max-width: 991.98px) {
    .section__title-link {
        text-align: center;
        margin: 10px 0 0;
    }
}

.section__title-link a {
    display: inline-block;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-body-color);
    position: relative;
    padding: 0 0 3px;
}

.section__title-link a:hover {
    color: var(--albion-theme-primary);
}

.section__title-link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--albion-theme-primary);
}

.tg__animate-text {
    opacity: 0;
}

.tg__animate-text em {
    opacity: 0;
}

.tg__animate-text.ready {
    opacity: 1;
}


/*=============================
 Header
===============================*/

#admin-tools-bar {
    box-shadow: 0px 2px 5px var(--albion-primary-color);
}

.transparent-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto;
}

@media (max-width: 767.98px) {
    .transparent-header {
        top: 0;
    }
}

.tg-header__area {
    padding: 11px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tg-header__area.tg-sticky-menu {
    padding: 0 0;
}

@media (max-width: 1199.98px) {
    .tg-header__area.tg-sticky-menu {
        padding: 18px 0;
    }
}

.tg-header__area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 20px;
    width: 45px;
    height: 45px;
    display: none; /* Hidden by default, shown in media query */
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.tg-header__area .mobile-nav-toggler:hover {
    background: var(--albion-theme-primary);
    color: #000;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.5);
    transform: rotate(90deg);
}

@media (max-width: 1199.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .tg-header__area .mobile-nav-toggler {
        margin-top: 25px;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__area {
        padding: 25px 0;
    }
}

@media (max-width: 767.98px) {
    .tg-header__area {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tg-header__area {
        padding: 25px 0;
    }
}

.tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*For extra tool bar but currently disabled */
    /*padding-top: 25px; /* For tools bar space */
}

/*
tools bar is currently disabled
@media (max-width: 1199.98px) {
    .tgmenu__nav {
        justify-content: space-between;
        padding-top: 0px;
    }
}

@media (max-width: 991.98px) {
    .tgmenu__nav {
        padding-top: 0px; /
    }
}
*/

.tgmenu__navbar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
}

.tgmenu__navbar-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 0 122px;
}

@media (max-width: 1500px) {
    .tgmenu__navbar-wrap ul {
        margin: 0 auto 0 65px;
    }
}

.tgmenu__navbar-wrap ul li {
    display: block;
    position: relative;
    list-style: none;
}

.tgmenu__navbar-wrap ul li a {
    font-size: 15px;
    font-weight: var(--albion-fw-bold);
    text-transform: uppercase;
    color: var(--albion-heading-color);
    font-family: var(--albion-heading-font-family);
    padding: 38px 23px;
    display: block;
    line-height: 1;
    position: relative;
    letter-spacing: 0.8px;
    z-index: 1;
}

.tgmenu__navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid var(--albion-border-2);
    background: var(--albion-common-color-gray);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sub_menu_borders_scroll {
    /*
    border: 0px !important;
    border-right: 2px !important;
    border-left: 2px !important;
    border-bottom: 2px !important;
    border-style: solid !important;
    border-color: var(--albion-theme-primary) !important;
    */
}

.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.tgmenu__navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-heading-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tgmenu__navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 7px;
    background-color: var(--albion-theme-primary);
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    margin: 7px 9px 0 0;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.tgmenu__navbar-wrap ul li .sub-menu li:hover>a::before,
.tgmenu__navbar-wrap ul li .sub-menu li.active>a::before {
    width: 7px;
}

.tgmenu__navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tgmenu__navbar-wrap>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 42px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: var(--albion-theme-primary);
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tgmenu__navbar-wrap>ul>li.active>a,
.tgmenu__navbar-wrap>ul>li:hover>a {
    color: var(--albion-theme-primary);
}

.tgmenu__navbar-wrap>ul>li.active>a::before,
.tgmenu__navbar-wrap>ul>li:hover>a::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none;
}

.tgmenu__action>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.tgmenu__action>ul li {
    position: relative;
    margin-left: 25px;
}

.tgmenu__action>ul li:first-child {
    margin-left: 0;
}

.tgmenu__action>ul li a {
    color: var(--albion-heading-color);
}

.tgmenu__action>ul li .tg-btn-3 {
    width: 150px;
    height: 45px;
    color: var(--albion-theme-primary);
    font-size: 15px;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
}

.tgmenu__action>ul li .tg-btn-3 i {
    margin-right: 12px;
}

.tgmenu__action>ul li .tg-btn-3 .svg-icon {
    fill: #0f1d29;
    stroke: var(--albion-theme-primary);
}

@media (max-width: 1199.98px) {
    .tgmenu__action {
        margin-right: 40px;
    }
}

.tgmenu__action .search a {
    display: block;
    font-size: 20px;
}

.tgmenu__action .search a:hover {
    color: var(--albion-theme-primary);
}

.tgmenu__action .header-btn {
    padding-left: 25px;
}

.tgmenu__action .header-btn .btn {
    color: var(--albion-common-color-black-2);
    font-size: 14px;
    padding: 13px 22px;
    font-weight: var(--albion-fw-extra-bold);
}

.tgmenu__action .header-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 28px;
    background-color: #131b22;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.61);
}

@media (max-width: 1199.98px) {
    .tgmenu__action .header-btn::before {
        box-shadow: inset 0px 3px 7px 0px var(--albion-theme-primary);
        opacity: 0.1;
    }
}

.tgmenu__action .side-toggle-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    /* min-width: 45px; */
    gap: 10px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .tgmenu__action .side-toggle-icon {
        display: none;
    }
}

.tgmenu__action .side-toggle-icon span {
    display: block;
    height: 3px;
    background-color: var(--albion-common-color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tgmenu__action .side-toggle-icon span:nth-child(1) {
    width: 26px;
}

.tgmenu__action .side-toggle-icon span:nth-child(2) {
    width: 45px;
}

.tgmenu__action .side-toggle-icon span:nth-child(3) {
    width: 26px;
    align-self: flex-end;
}

.tgmenu__action .side-toggle-icon:hover span {
    width: 45px;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-width: 177px;
}

@media (max-width: 1199.98px) {
    .logo img {
        max-width: 40px;
    }
}

.tg-sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
   /* background: rgba(22, 27, 34, 0.85); */
   /* backdrop-filter: blur(10px); */
   /* -webkit-backdrop-filter: blur(10px); */
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}

/*
.tg-sticky-menu.sticky-menu__show {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    border: 0px;
    
    border-bottom: 2px;
    border-style: solid;
    border-color: var(--albion-theme-primary);
    
}
*/

/*=============================
	04. Mobile Menu
===============================*/

.tgmobile__search {
    padding: 0 20px 25px 25px;
}

.tgmobile__search form {
    position: relative;
}

.tgmobile__search input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    height: 45px;
    background: var(--albion-common-color-gray);
    color: var(--albion-common-color-white);
}

.tgmobile__search input::placeholder {
    font-size: 14px;
    color: #c7c7c7;
}

.tgmobile__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--albion-heading-color);
}

.tgmobile__menu_avatar {
    border-radius: 50%;
    border: 2px;
    border-style: solid;
    border-color: var(--albion-theme-primary);

}

.tgmobile__menu {
    position: fixed;
    right: 15px;
    top: 50px;
    width: 300px;
    padding-right: 0;
    max-width: calc(100% - 30px);
    height: calc(100% - 75px);
    z-index: 99;
    border-radius: 20px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}

.tgmobile__menu .navbar-collapse {
    display: block !important;
}

.tgmobile__menu .nav-logo {
    position: relative;
    padding: 0 25px 5px 25px;
    text-align: left;
}

.tgmobile__menu .nav-logo img {
    max-width: 120px;
}

.tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.tgmobile__menu .navigation li:first-child {
    border-top: none;
}

.tgmobile__menu .navigation li.current>a::before {
    height: 100%;
    background: var(--albion-theme-primary);
    width: 3px;
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 18px;
    top: 6px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn:hover {
    background: var(--albion-theme-primary);
    color: #000;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 10px rgba(var(--albion-theme-primary-rgb), 0.4);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 10px;
    height: 2px;
    background-color: var(--albion-common-color-white);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 10px;
    background-color: var(--albion-common-color-white);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--albion-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--albion-common-color-black);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
    display: none;
}

.tgmobile__menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 10px 50px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #ccc;
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}

.tgmobile__menu .navigation li>a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
    padding-left: 30px;
}

.tgmobile__menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 3px;
    background: var(--albion-theme-primary);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

.tgmobile__menu .navigation li:hover>a::before {
    height: 100%;
}

.tgmobile__menu .navigation li ul li>a {
    margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
    display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
    display: none;
}

.tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0;
}

.tgmobile__menu .navigation ul li a {
    display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid var(--albion-border-2);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
    border-top: 1px solid var(--albion-border-2);
}

.tgmobile__menu .close-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tgmobile__menu .close-btn:hover {
    transform: rotate(90deg);
    background: var(--albion-theme-primary);
    color: #000;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.5);
}

.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .header-login {
    display: block !important;
}

.tgmobile__menu .header-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.tgmobile__menu .header-login a:hover {
    background: var(--albion-theme-primary);
    color: #000;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.3);
}

.tgmobile__menu .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tgmobile__menu .social-links ul li {
    position: relative;
    display: block;
}

.tgmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.tgmobile__menu .social-links ul li a:hover {
    border-color: var(--albion-theme-primary);
    background: var(--albion-theme-primary);
    color: #000;
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.5);
    transform: translateY(-3px);
}

/* --- Mobile Language Compact --- */
.mobile-lang-compact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 10px;
}

.mobile-lang-compact a {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    opacity: 0.5;
    filter: grayscale(100%);
}

.mobile-lang-compact a.active,
.mobile-lang-compact a:hover {
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 5px rgba(var(--albion-theme-primary-rgb), 0.4);
    opacity: 1;
    transform: scale(1.1);
    filter: grayscale(0%);
}

.mobile-lang-compact a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Mobile Auth Buttons --- */
.mobile-auth-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.auth-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    height: 42px;
}

.mobile-btn i {
    font-size: 16px;
}

.discord-btn {
    background: rgba(88, 101, 242, 0.2);
    border-color: #5865F2;
    color: #fff;
    width: 42px; /* Square button for Discord icon */
    flex-shrink: 0;
}

.discord-btn:hover {
    background: #5865F2;
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.4);
    color: #fff;
}

.login-btn, .logout-btn {
    flex-grow: 1; /* Take remaining space */
}

.login-btn i, .logout-btn i {
    margin-right: 8px;
}

.login-btn {
    background: rgba(69, 248, 130, 0.1);
    border-color: var(--albion-theme-primary);
    color: var(--albion-theme-primary);
}

.login-btn:hover {
    background: var(--albion-theme-primary);
    color: #000;
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.4);
}

.logout-btn {
    background: rgba(220, 53, 69, 0.2);
    border-color: #dc3545;
    color: #ff6b6b;
}

.logout-btn:hover {
    background: #dc3545;
    color: #fff;
    box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
}

.tgmobile__menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: 100%; */
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /* background: rgba(15, 19, 26, 0.95);*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px 0px 20px 0px;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tgmobile__menu-box::-webkit-scrollbar {
    display: none;
}

.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--albion-common-color-white);
    margin-right: 30px;
    top: 15px;
}

.tgmobile__container {
    margin-left: 25px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


/*=============================

===============================*/

.slider__bg {
    background-position: center;
    background-size: cover;
    padding: 158px 0 54px;
    position: relative;
    z-index: 1;
     background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991.98px) {
    .slider__bg {
        padding: 175px 0 55px;
    }
}

@media (max-width: 767.98px) {
    .slider__bg {
        padding: 160px 0 55px;
    }
}

.slider__content {
    margin: 80px 0 0 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1800px) {
    .slider__content {
        margin: 80px 0 0 0;
    }
}

@media (max-width: 1500px) {
    .slider__content {
        margin: 80px 0 0 0;
    }
}

@media (max-width: 991.98px) {
    .slider__content {
        margin: 0 0 70px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .slider__content {
        margin: 0 0 50px;
    }
}

.slider__content .sub-title {
    margin: 0 0 19px;
    line-height: 1;
    font-family: var(--albion-body-font-family);
    font-weight: var(--albion-fw-bold);
    letter-spacing: 4px;
    font-size: 20px;
    color: var(--albion-theme-primary);
    position: relative;
    padding: 17px 0 17px 20px;
}

@media (max-width: 1199.98px) {
    .slider__content .sub-title {
        font-size: 16px;
        padding: 15px 0 15px 20px;
    }
}

@media (max-width: 991.98px) {
    .slider__content .sub-title {
        font-size: 18px;
        padding: 15px 20px 15px;
    }
}

@media (max-width: 767.98px) {
    .slider__content .sub-title {
        font-size: 17px;
        padding: 15px 20px 15px;
    }
}

.slider__content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/slider/text_gradient_bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.28;
}

@media (max-width: 1199.98px) {
    .slider__content .sub-title::before {
        background-size: contain;
    }
}

@media (max-width: 991.98px) {
    .slider__content .sub-title::before {
        left: 86px;
        top: 0;
        right: 0;
        width: 297px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .slider__content .sub-title::before {
        left: 55px;
        width: 256px;
        margin: 0 auto;
    }
}

.slider__content .title {
    margin: 0 0 21px;
    font-size: 95px;
    font-family: var(--albion-berlin-font-family);
    line-height: 0.8;
    /* text-shadow: -1px 5px 0px rgba(69, 248, 130, 0.66); */
}

@media (max-width: 1500px) {
    .slider__content .title {
        font-size: 118px;
    }
}

@media (max-width: 1199.98px) {
    .slider__content .title {
        font-size: 94px;
    }
}

@media (max-width: 991.98px) {
    .slider__content .title {
        font-size: 120px;
    }
}

@media (max-width: 767.98px) {
    .slider__content .title {
        font-size: 18vw;
        text-shadow: -1px 3px 0px rgba(69, 248, 130, 0.66);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content .title {
        font-size: 17vw;
        text-shadow: -1px 5px 0px rgba(69, 248, 130, 0.66);
    }
}

.slider__content p {
    margin: 0 0;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.4;
    color: var(--albion-common-color-white);
}

@media (max-width: 1199.98px) {
    .slider__content p {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .slider__content p {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .slider__content p {
        font-size: 20px;
        letter-spacing: 3px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content p {
        font-size: 24px;
        letter-spacing: 5px;
    }
}

.slider__btn {
    margin: 33px 0 0;
}

.slider__btn .tg-btn-1 {
    padding: 15px 49px;
}

.slider__img img {
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .slider__img img {
        margin: 0 0 0 auto;
        max-width: 90%;
        display: block;
    }
}

@media (max-width: 991.98px) {
    .slider__img img {
        margin: 0 auto;
        max-width: 480px;
        width: 45%;
        display: block;
    }
}

.slider__shapes {
    opacity: 0.27;
}

.slider__shapes img {
    position: absolute;
    animation: shapeBlinker 1.5s linear infinite;
    opacity: 0;
    z-index: -1;
}

.slider__shapes img:nth-child(1) {
    left: 23%;
    top: 17%;
    animation-delay: 0.2s;
}

@media (max-width: 991.98px) {
    .slider__shapes img:nth-child(1) {
        left: 13%;
        top: 12%;
    }
}

@media (max-width: 767.98px) {
    .slider__shapes img:nth-child(1) {
        left: 11%;
        top: 11%;
    }
}

.slider__shapes img:nth-child(2) {
    left: 29%;
    bottom: 45%;
    animation-delay: 0.4s;
}

@media (max-width: 991.98px) {
    .slider__shapes img:nth-child(2) {
        left: 12%;
    }
}

@media (max-width: 767.98px) {
    .slider__shapes img:nth-child(2) {
        left: 10%;
        bottom: 55%;
    }
}

.slider__shapes img:nth-child(3) {
    right: 47%;
    top: 20%;
    animation-delay: 0.2s;
}

@media (max-width: 991.98px) {
    .slider__shapes img:nth-child(3) {
        right: 23%;
        top: 15%;
    }
}

@media (max-width: 767.98px) {
    .slider__shapes img:nth-child(3) {
        right: 10%;
        top: 17%;
    }
}

.slider__shapes img:nth-child(4) {
    right: 42%;
    top: 23%;
    animation-delay: 0.6s;
}

@media (max-width: 1500px) {
    .slider__shapes img:nth-child(4) {
        right: 40%;
        top: 28%;
    }
}

@media (max-width: 991.98px) {
    .slider__shapes img:nth-child(4) {
        right: 20%;
        top: 35%;
    }
}

@media (max-width: 767.98px) {
    .slider__shapes img:nth-child(4) {
        right: 14%;
        top: 33%;
    }
}

.slider__brand-wrap {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    height: auto;
}

@media (max-width: 1500px) {
    .slider__brand-wrap {
        bottom: 150px;
    }
}

@media (max-width: 1199.98px) {
    .slider__brand-wrap {
        bottom: 85px;
    }
}

@media (max-width: 991.98px) {
    .slider__brand-wrap {
        bottom: 0;
        position: relative;
    }
}

.slider__brand-list {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
    gap: 20px 60px;
    margin: 0 0 0 40px;
}

@media (max-width: 1800px) {
    .slider__brand-list {
        margin: 0 0 0;
    }
}

@media (max-width: 1199.98px) {
    .slider__brand-list {
        width: 60%;
        gap: 20px 30px;
    }
}

@media (max-width: 991.98px) {
    .slider__brand-list {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .slider__brand-list {
        flex-wrap: nowrap;
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__brand-list {
        gap: 35px;
    }
}

.slider__brand-list li a {
    display: block;
}

.slider__area {
    position: relative;
}

.slider__area::before,
.slider__area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51%;
    height: 3px;
    z-index: 3;
    background: var(--albion-theme-primary);
    box-shadow: 0 0 10px var(--albion-theme-primary), 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.5);
    -webkit-clip-path: none;
    clip-path: none;
}

@media (max-width: 1500px) {

    .slider__area::before,
    .slider__area::after {
        height: 40px;
    }
}

@media (max-width: 1199.98px) {

    .slider__area::before,
    .slider__area::after {
        height: 30px;
    }
}

@media (max-width: 767.98px) {

    .slider__area::before,
    .slider__area::after {
        height: 20px;
    }
}

.slider__area::after {
    left: auto;
    right: 0;
}

.banner__padding {
    padding: 310px 0 295px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .banner__padding {
        padding: 260px 0 220px;
    }
}

@media (max-width: 767.98px) {
    .banner__padding {
        padding: 180px 0 150px;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
}

.banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.banner__content {
    margin: 0 0;
}

@media (max-width: 1500px) {
    .banner__content .title {
        font-size: 136px;
    }
}

@media (max-width: 991.98px) {
    .banner__content .title {
        font-size: 118px;
    }
}

@media (max-width: 767.98px) {
    .banner__content .title {
        font-size: 18vw;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content .title {
        font-size: 17vw;
    }
}

.banner__btn {
    margin: 33px 0 0;
}


/*=============================
 
===============================*/

.nft-item__area {
    background: var(--albion-common-color-black-3);
    padding: 100px 0 70px;
}

.nft-item__area .row {
    --bs-gutter-x: 37px;
}

@media (max-width: 1500px) {
    .nft-item__area .row {
        --bs-gutter-x: 30px;
    }
}

.nft-item__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -webkit-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -ms-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(76, 76, 76, 0.2);
    padding: 25px;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    .nft-item__box {
        display: block;
        text-align: center;
        max-width: 320px;
        padding: 35px 25px 25px;
        margin: 0 auto 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nft-item__box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        max-width: 100%;
        padding: 25px 25px;
        margin: 0 0 30px;
    }
}

.nft-item__box:hover {
    border-color: rgba(69, 248, 130, 0.2);
}

.nft-item__thumb {
    flex: 0 0 auto;
    margin-right: 20px;
    max-width: 187px;
}

@media (max-width: 1800px) {
    .nft-item__thumb {
        max-width: 165px;
    }
}

@media (max-width: 1500px) {
    .nft-item__thumb {
        max-width: 170px;
    }
}

@media (max-width: 991.98px) {
    .nft-item__thumb {
        max-width: 187px;
    }
}

@media (max-width: 767.98px) {
    .nft-item__thumb {
        margin: 0 auto 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nft-item__thumb {
        margin: 0 20px 0 0;
    }
}

.nft-item__thumb img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.nft-item__content {
    flex-grow: 1;
}

.nft-item__content .title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}

.nft-item__avatar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .nft-item__avatar {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nft-item__avatar {
        justify-content: flex-start;
    }
}

.nft-item__avatar .avatar-img {
    margin: 0 10px 0 0;
    flex: 0 0 auto;
}

.nft-item__avatar .avatar-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.nft-item__avatar .avatar-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.nft-item__avatar .avatar-name .name {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: var(--albion-fw-semi-bold);
    color: #9b9b9b;
    text-transform: capitalize;
}

.nft-item__avatar .avatar-name .designation {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}

.nft-item__avatar .avatar-name .designation::before {
    content: "|";
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #434343;
    padding: 0 8px 0 10px;
}

.nft-item__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg, rgb(12, 14, 18) 0%, rgb(16, 24, 31) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(12, 14, 18) 0%, rgb(16, 24, 31) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(12, 14, 18) 0%, rgb(16, 24, 31) 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(76, 76, 76, 0.5);
    padding: 14px 15px 14px 20px;
}

.nft-item__price p {
    margin: 0 0;
    font-family: var(--albion-heading-font-family);
    font-size: 18px;
    color: #e8e8e8;
    font-weight: var(--albion-fw-semi-bold);
}

.nft-item__price p span {
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-theme-secondary);
}

.nft-item__price .bid-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: var(--albion-theme-secondary);
    color: var(--albion-common-color-black-2);
    text-transform: capitalize;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    padding: 11px 14px;
    margin-left: auto;
}

.nft-item__price .bid-btn:hover {
    background: var(--albion-theme-primary);
}

.section-pt-120 {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .section-pt-120 {
        padding-top: 100px;
    }
}

.section-pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 767.98px) {
    .section-pb-90 {
        padding-bottom: 70px;
    }
}

.trendingNft-area {
    background-color: var(--albion-common-color-black-4);
}

.trendingNft__title-wrap {
    margin: 0 0 50px;
}

.trendingNft__title .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0;
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .trendingNft__title .title {
        justify-content: center;
    }
}

.trendingNft__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}

@media (max-width: 767.98px) {
    .trendingNft__nav {
        justify-content: center;
        margin-top: 18px;
    }
}

.trendingNft__nav>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #adb0bc;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #adb0bc;
}

.trendingNft__nav>*:hover {
    border-color: var(--albion-theme-primary);
    color: var(--albion-theme-primary);
}

.trendingNft__item {
    background-image: url(../img/bg/trendnft_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 403px;
    height: 426px;
    padding: 24px 20px;
    margin: 0 0 30px;
}

@media (max-width: 1199.98px) {
    .trendingNft__item {
        margin: 0 auto 30px;
    }
}

@media (max-width: 991.98px) {
    .trendingNft__item {
        max-width: 330px;
        height: 345px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trendingNft__item {
        max-width: 403px;
        height: 426px;
    }
}

.trendingNft__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.trendingNft__item-avatar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 9px;
}

.trendingNft__item-avatar .image {
    max-width: 45px;
    flex: 0 0 auto;
}

.trendingNft__item-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.trendingNft__item-avatar .info .name {
    font-size: 16px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: capitalize;
    color: #fcfcfc;
    margin: 0 0 5px;
}

.trendingNft__item-avatar .info .userName {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-body-color);
    font-family: var(--albion-heading-font-family);
    text-decoration: underline;
}

.trendingNft__item-avatar .info .userName:hover {
    color: var(--albion-theme-primary);
}

.trendingNft__item-wish {
    margin-left: auto;
}

.trendingNft__item-wish a {
    color: #c9c9c9;
}

.trendingNft__item-wish a:hover {
    color: var(--albion-theme-primary);
}

.trendingNft__item-image img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    max-height: 249px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .trendingNft__item-image img {
        max-height: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trendingNft__item-image img {
        max-height: 249px;
    }
}

.trendingNft__item-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.trendingNft__item-bottom .bid-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: var(--albion-theme-secondary);
    color: var(--albion-common-color-black-2);
    text-transform: capitalize;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    padding: 11px 14px;
    margin-left: auto;
    margin-right: 35px;
}

.trendingNft__item-bottom .bid-btn:hover {
    background: var(--albion-theme-primary);
}

.trendingNft__item-bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #383d44 50%, transparent 100%);
    flex: 0 0 100%;
    margin: 14px 0 13px;
}

.trendingNft__item-price .bid {
    display: block;
    font-family: var(--albion-heading-font-family);
    text-transform: capitalize;
    font-size: 13px;
    font-weight: var(--albion-fw-semi-bold);
    line-height: 1;
    margin: 0 0 7px;
}

.trendingNft__item-price .eth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #e8e8e8;
    font-weight: var(--albion-fw-semi-bold);
    margin: 0 0;
}

.trendingNft__item-price .eth i {
    color: var(--albion-theme-secondary);
    margin-right: 10px;
}

.trendingNft__item-price .eth span {
    color: var(--albion-theme-secondary);
    font-weight: var(--albion-fw-bold);
    margin-left: 5px;
}


/*=============================
 
===============================*/

.area-background {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-pt-130 {
    padding-top: 70px;
}

@media (max-width: 767.98px) {
    .section-pt-130 {
        padding-top: 100px;
    }
}

.section-pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 767.98px) {
    .section-pb-130 {
        padding-bottom: 100px;
    }
}

.about__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 35px;
    margin: 0 0 40px;
}

.about__tab-wrap .nav-tabs {
    justify-content: center;
    padding: 22px 0;
    position: relative;
    gap: 15px 35px;
}

@media (max-width: 991.98px) {
    .about__tab-wrap .nav-tabs {
        gap: 15px 30px;
    }
}

@media (max-width: 767.98px) {
    .about__tab-wrap .nav-tabs {
        gap: 20px 25px;
    }
}

.about__tab-wrap .nav-tabs::before,
.about__tab-wrap .nav-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--albion-theme-primary) 50%, transparent 100%);
}

.about__tab-wrap .nav-tabs::after {
    top: auto;
    bottom: 0;
}

.about__tab-wrap .nav-tabs .nav-item {
    position: relative;
    z-index: 1;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link {
    position: relative;
    background: linear-gradient(180deg, #10181f 0%, #e3b17d 48%, #10181f 100%) border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link .img-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(180deg, #10181f 0%, #e3b17d 48%, #10181f 100%) border-box;
    border: 1px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link .img-shape::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0c1319;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0c1319;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link:hover,
.about__tab-wrap .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(180deg, #10181f 0%, var(--albion-theme-primary) 48%, #10181f 100%) border-box;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link:hover .img-shape,
.about__tab-wrap .nav-tabs .nav-item .nav-link.active .img-shape {
    background: linear-gradient(180deg, #10181f 0%, var(--albion-theme-primary) 48%, #10181f 100%) border-box;
}

.about__area .tab-content {
    margin: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.about__area .tab-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--albion-theme-primary);
    background: linear-gradient(45deg, rgba(2, 0, 36, 0) 0%, var(--albion-theme-primary) 100%);
    opacity: 0.329;
}

@media (max-width: 1199.98px) {
    .about__area .tab-content::after {
        right: 0;
        width: 770px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .about__area .tab-content::after {
        width: 100%;
        opacity: 0.5;
    }
}

@media (max-width: 1199.98px) {
    .about__img img {
        margin: 0 0 35px;
    }
}

@media (max-width: 1199.98px) {
    .about__img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .about__img img {
        height: auto;
    }
}

.about__flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about__content-wrap {
    display: grid;
    grid-template-columns: 56% 1fr;
    gap: 30px 30px;
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    .about__content-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about__content .title {
    margin: 0 0 2px;
    font-size: 30px;
}

.about__content .rate {
    display: block;
    font-size: 20px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-theme-secondary);
    margin: 0 0 18px;
}

.about__content p {
    margin: 0 0 0;
}

.about__content-list li {
    background-image: -moz-linear-gradient(0deg, #1f2935 0%, transparent 100%, #10181f 100%);
    background-image: -webkit-linear-gradient(0deg, #1f2935 0%, transparent 100%, #10181f 100%);
    background-image: -ms-linear-gradient(0deg, #1f2935 0%, transparent 100%, #10181f 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    padding: 7px 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin: 0 0 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: var(--albion-fw-bold);
    font-family: var(--albion-heading-font-family);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.about__content-list li:last-child {
    margin: 0 0;
}

.about__content-list li:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.about__content-list li img {
    margin-right: 13px;
}

.about__btn-wrap {
    margin-top: auto;
}

.about__btn-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px 7px;
}

@media (max-width: 767.98px) {
    .about__btn-wrap ul {
        flex-wrap: wrap;
    }
}

.about__btn-wrap ul li {
    flex: auto;
}

.about__btn-wrap ul li a {
    display: block;
    background-color: #1f2935;
    background-image: -moz-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%);
    background-image: -webkit-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%);
    background-image: -ms-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%);
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-size: 16px;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-body-color);
    text-align: center;
    letter-spacing: 1px;
    padding: 25px 30px;
}

@media (max-width: 767.98px) {
    .about__btn-wrap ul li a {
        padding: 13px 30px;
    }
}

.about__btn-wrap ul li a:hover {
    color: var(--albion-theme-primary);
}

.section-pt-160 {
    padding-top: 160px;
}

@media (max-width: 1199.98px) {
    .section-pt-160 {
        padding-top: 130px;
    }
}

@media (max-width: 991.98px) {
    .section-pt-160 {
        padding-top: 120px;
    }
}

.section-pb-190 {
    padding-bottom: 190px;
}

@media (max-width: 1199.98px) {
    .section-pb-190 {
        padding-bottom: 25px;
    }
}

.about__page-images {
    position: relative;
    max-width: 511px;
    margin: 60px 25px 0 auto;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .about__page-images {
        max-width: 510px;
        margin: 60px auto 30px;
    }
}

@media (max-width: 767.98px) {
    .about__page-images {
        max-width: 400px;
        margin: 60px 25px 30px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__page-images {
        max-width: 480px;
        margin: 60px 40px 30px 0;
    }
}

.about__page-images::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 15px);
    background: var(--albion-theme-primary);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.84;
    z-index: -1;
}

.about__page-images .main-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 382px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .about__page-images .main-img {
        max-width: 315px;
    }
}

@media (max-width: 991.98px) {
    .about__page-images .main-img {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    .about__page-images .main-img {
        max-width: 260px;
    }
}

.about__page-images:hover::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: calc(100% + 0px);
}

.about__page-trophy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin: 35px 25px 0 0;
}

@media (max-width: 991.98px) {
    .about__page-trophy {
        margin: 35px auto 40px;
        max-width: 510px;
    }
}

@media (max-width: 767.98px) {
    .about__page-trophy {
        margin: 35px 25px 40px auto;
    }
}

.about__page-trophy .icon {
    position: relative;
    margin-left: 22px;
    z-index: 1;
}

.about__page-trophy .icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/icons/trophy_color.png);
    width: 95px;
    height: 96px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.about__page-trophy .icon img {
    max-height: 40px;
}

.about__page-trophy .content {
    text-align: right;
}

.about__page-trophy .content h5 {
    margin: 0 0 2px;
    font-size: 22px;
}

.about__page-trophy .content span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
}

.about__page-wrap {
    flex-grow: 1;
}

.about__page-lists {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 50px;
}

.about__page-item .count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: var(--albion-fw-semi-bold);
    margin: 0 0 8px;
    line-height: 1;
}

.about__page-item .count .formatting-mark {
    display: block;
    line-height: 1;
    margin-left: 3px;
}

.about__page-item p {
    line-height: 1;
    margin: 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
}

.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin: 50px 0 0;
}

@media (max-width: 1199.98px) {
    .about__content-bottom {
        margin: 40px 0 0;
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    .about__content-bottom {
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .about__content-bottom {
        align-items: flex-start;
        flex-direction: column-reverse;
        row-gap: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__content-bottom {
        align-items: center;
        flex-direction: row-reverse;
    }
}

.about__content-circle {
    width: 137px;
    height: 137px;
    position: relative;
    -webkit-animation: mykdRotation 12s linear infinite;
    animation: mykdRotation 12s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    margin: 0 50px 0 30px;
}

@media (max-width: 1199.98px) {
    .about__content-circle {
        width: 100px;
        height: 100px;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 991.98px) {
    .about__content-circle {
        width: 137px;
        height: 137px;
        margin: 0 0 0 30px;
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about__content-circle {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
}

.about__content-circle img {
    pointer-events: none;
}

.about__content-circle svg {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-33deg);
    -moz-transform: translate(-50%, -50%) rotate(-33deg);
    -ms-transform: translate(-50%, -50%) rotate(-33deg);
    -o-transform: translate(-50%, -50%) rotate(-33deg);
    transform: translate(-50%, -50%) rotate(-33deg);
    overflow: initial;
}

@media (max-width: 1199.98px) {
    .about__content-circle svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991.98px) {
    .about__content-circle svg {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .about__content-circle svg {
        width: 70px;
        height: 70px;
    }
}

.about__content-circle svg path {
    fill: none;
}

.about__content-circle svg text {
    fill: var(--albion-common-color-white);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: var(--albion-fw-semi-bold);
    letter-spacing: 3px;
}

.about__content-circle:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.about__content-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 30px;
    margin: 40px 0 0;
}

.about__content-btns .tg-btn-3 {
    font-size: 14px;
    color: var(--albion-common-color-white);
    letter-spacing: 0.5px;
    font-weight: var(--albion-fw-bold);
    width: 158px;
    height: 55px;
}

.about__content-btns .svg-icon {
    fill: transparent;
    stroke: var(--albion-theme-primary);
}

.about__content-btns .popup-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 0 14px;
    font-size: 13px;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-common-color-white);
    letter-spacing: 0.3px;
}

.about__content-btns .popup-video i {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 2px solid var(--albion-common-color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--albion-theme-primary);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about__content-btns .popup-video:hover {
    color: var(--albion-theme-primary);
}

.about__content-btns .popup-video:hover i {
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black-2);
    border-color: var(--albion-theme-primary);
}

.about__area-three {
    background-color: var(--albion-common-color-black-4);
    position: relative;
    z-index: 1;
}

.about__area-three .big-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 252px;
    max-width: 1270px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 auto;
    letter-spacing: 20px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.004);
    line-height: 0.8;
    opacity: 0.01;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about__area-three .big-title {
        max-width: 930px;
        top: auto;
        bottom: 35px;
        font-size: 220px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .about__area-three .big-title {
        max-width: 690px;
        top: auto;
        bottom: 35px;
        font-size: 21vw;
        letter-spacing: 10px;
    }
}

.about__title-wrap {
    max-width: 340px;
}

@media (max-width: 1199.98px) {
    .about__title-wrap {
        max-width: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 55px;
    }
}

@media (max-width: 991.98px) {
    .about__title-wrap {
        flex-direction: column;
        text-align: center;
        gap: 35px;
    }
}

.about__title-wrap .title {
    font-size: 55px;
    letter-spacing: 3.5px;
    margin: 0 0 50px;
}

@media (max-width: 1199.98px) {
    .about__title-wrap .title {
        margin: 0 0 0;
        width: 60%;
        flex: 0 0 auto;
    }
}

@media (max-width: 991.98px) {
    .about__title-wrap .title {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .about__title-wrap .title {
        font-size: 34px;
        letter-spacing: 2.5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__title-wrap .title {
        font-size: 44px;
    }
}

.about__title-wrap .title i {
    font-style: normal;
    font-weight: var(--albion-fw-light);
}

.about__title-wrap .title span {
    color: var(--albion-theme-primary);
}

.about__title-wrap .title b {
    font-weight: var(--albion-fw-extra-bold);
}

.about__title-wrap .about__content-circle {
    margin: 0 0 0 auto;
}

@media (max-width: 1199.98px) {
    .about__title-wrap .about__content-circle {
        margin: 0 auto 0;
        width: 125px;
        height: 125px;
    }

    .about__title-wrap .about__content-circle svg {
        width: 75px;
        height: 75px;
    }
}

.about__three-images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-left: -30px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about__three-images {
        margin: 0 0;
    }
}

@media (max-width: 991.98px) {
    .about__three-images {
        margin: 0 0 35px;
    }
}

@media (max-width: 767.98px) {
    .about__three-images {
        flex-direction: column-reverse;
    }
}

.about__three-images::after {
    content: "";
    position: absolute;
    left: 25%;
    top: 47%;
    width: 75px;
    height: 75px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.32);
    background-color: var(--albion-theme-primary);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: 1s;
    transition: 1s;
}

@media (max-width: 1500px) {
    .about__three-images::after {
        left: 23%;
        top: 46%;
    }
}

@media (max-width: 1199.98px) {
    .about__three-images::after {
        left: 24%;
        top: 48%;
    }
}

@media (max-width: 991.98px) {
    .about__three-images::after {
        display: none;
    }
}

.about__three-images .left {
    width: 363px;
    height: 487px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url(../img/bg/mask_bg01.png);
    mask-image: url(../img/bg/mask_bg01.png);
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 1500px) {
    .about__three-images .left {
        width: 40%;
        height: 450px;
    }
}

@media (max-width: 1199.98px) {
    .about__three-images .left {
        height: 487px;
    }
}

@media (max-width: 991.98px) {
    .about__three-images .left {
        height: 290px;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }
}

@media (max-width: 767.98px) {
    .about__three-images .left {
        width: 100%;
    }
}

.about__three-images .right {
    width: 519px;
    height: 382px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url(../img/bg/mask_bg02.png);
    mask-image: url(../img/bg/mask_bg02.png);
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 1500px) {
    .about__three-images .right {
        width: calc(60% - 26px);
        height: 340px;
    }
}

@media (max-width: 1199.98px) {
    .about__three-images .right {
        height: 382px;
    }
}

@media (max-width: 991.98px) {
    .about__three-images .right {
        height: 290px;
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about__three-images .right {
        width: 100%;
        -webkit-mask-size: 100% 290px;
        mask-size: 100% 290px;
    }
}

.about__three-images:hover::after {
    -webkit-transform: rotateZ(90deg) translateY(-75px);
    -moz-transform: rotateZ(90deg) translateY(-75px);
    -ms-transform: rotateZ(90deg) translateY(-75px);
    -o-transform: rotateZ(90deg) translateY(-75px);
    transform: rotateZ(90deg) translateY(-75px);
}

.about__three-paragraph {
    margin: -35px 5px 0 auto;
    max-width: 77%;
}

.about__three-paragraph p {
    font-weight: var(--albion-fw-medium);
    margin: 0 0;
}

@media (max-width: 991.98px) {
    .about__three-paragraph {
        margin: 0 0;
        max-width: 100%;
        text-align: center;
    }
}

.about__dots {
    position: absolute;
    top: 20px;
    right: 22px;
    color: var(--albion-theme-primary);
    -webkit-animation: xAnimation 5s infinite;
    animation: xAnimation 5s infinite;
}

@media (max-width: 1500px) {
    .about__dots {
        top: 15px;
        right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .about__dots {
        right: 65px;
    }
}

@media (max-width: 991.98px) {
    .about__dots {
        right: 12px;
        top: 7px;
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .about__dots {
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__dots {
        right: 65px;
        -webkit-animation: xAnimation 5s infinite;
        animation: xAnimation 5s infinite;
    }
}

.about__dots svg {
    display: block;
    width: 109px;
    height: 35px;
}


/*=============================
   
===============================*/

.gallery__slider .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .gallery__slider .swiper-slide {
        padding-left: 0;
        padding-right: 0;
    }
}

.gallery__item {
    margin: 0 0 55px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.gallery__thumb {
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    .gallery__thumb {
        margin: 0 0 20px;
    }
}

.gallery__thumb img {
    width: 100%;
    border: 8px solid var(--albion-border-3);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.42);
}

@media (max-width: 767.98px) {
    .gallery__thumb img {
        border-width: 5px;
    }
}

.gallery__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.gallery__content .title {
    margin: 0 0;
    font-size: 26px;
}

@media (max-width: 767.98px) {
    .gallery__content .title {
        font-size: 20px;
    }
}

.gallery__content .rate {
    display: block;
    text-transform: uppercase;
    color: #aaaaa9;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
}

.gallery-active.swiper-container {
    overflow: visible;
}

.gallery-active .swiper-slide-active .gallery__item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-active .swiper-slide-active .gallery__content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-active .swiper-scrollbar {
    background: rgba(69, 248, 130, 0.49);
}

.gallery-active.swiper-container-horizontal>.swiper-scrollbar {
    border-radius: 0;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    max-width: calc(100% - 30px);
}

.gallery-active.swiper-container-horizontal .swiper-scrollbar-drag {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 8px;
    top: -2px;
    background: var(--albion-theme-primary);
}

.mfp-title {
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
}

.mfp-bottom-bar {
    margin-top: -30px;
}

.section-pb-140 {
    padding-bottom: 140px;
}

.project-bg {
    background-color: #09090b;
    overflow: hidden;
}

.project__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 0 75px;
}

@media (max-width: 991.98px) {
    .project__wrapper {
        flex-direction: column;
        row-gap: 50px;
    }
}

@media (max-width: 767.98px) {
    .project__wrapper {
        margin: 0 0 50px;
    }
}

.project__wrapper .section__title {
    width: 420px;
    flex: 0 0 auto;
    margin: 70px 0 0;
}

@media (max-width: 991.98px) {
    .project__wrapper .section__title {
        width: 100%;
        flex: 0 0 auto;
        margin: 0 0;
        text-align: center !important;
    }
}

.project__wrapper .section__title::after {
    display: none;
}

.project__wrapper .section__title .title {
    margin: 0 0 10px;
}

.project__wrapper .section__title .sub-title {
    margin: 0 0;
}

.project__wrapper .slider-button-prev {
    position: absolute;
    left: 30.5%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 38px;
    letter-spacing: -7px;
}

@media (max-width: 1500px) {
    .project__wrapper .slider-button-prev {
        left: 34.5%;
    }
}

@media (max-width: 1199.98px) {
    .project__wrapper .slider-button-prev {
        left: 43.5%;
    }
}

@media (max-width: 991.98px) {
    .project__wrapper .slider-button-prev {
        left: 0;
        top: calc(50% + 60px);
    }
}

@media (max-width: 767.98px) {
    .project__wrapper .slider-button-prev {
        display: none;
    }
}

.project__wrapper .slider-button-prev>* {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--albion-common-color-white);
    animation: shapeBlinker 0.6s linear infinite;
}

.project__wrapper .slider-button-prev>*:last-child {
    color: var(--albion-theme-primary);
    animation-delay: 0.2s;
}

.project__wrapper .slider-button-prev:hover>* {
    animation-play-state: paused;
    color: var(--albion-theme-primary);
}

.project__wrapper .slider-button-prev:hover>*:last-child {
    color: var(--albion-common-color-white);
}

.project-active {
    margin: 0 -180px 0 160px;
}

@media (max-width: 1500px) {
    .project-active {
        margin: 0 -230px 0 100px;
    }
}

@media (max-width: 1199.98px) {
    .project-active {
        margin: 0 -230px 0 80px;
    }
}

@media (max-width: 991.98px) {
    .project-active {
        margin: 0 -230px 0 110px;
    }
}

@media (max-width: 767.98px) {
    .project-active {
        margin: 0 0;
    }
}

.project-area .swiper-scrollbar {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    margin: 11px 0;
}

.project-area .swiper-scrollbar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--albion-theme-primary);
    pointer-events: none;
    opacity: 0.65;
}

.project-area .swiper-scrollbar .swiper-scrollbar-drag {
    height: 24px;
    background: var(--albion-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -11px;
    z-index: 1;
}


/*=============================

===============================*/

.section-pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .section-pb-100 {
        padding-bottom: 70px;
    }
}

.team-bg {
    background-position: center;
    background-size: cover;
}

.team__item {
    margin: 0 0 30px;
    text-align: center;
    background: #1c242f;
    border: 1px solid #27313f;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 30px 25px 35px;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .team__item {
        max-width: 320px;
        margin: 0 auto 30px;
    }
}

.team__item::before,
.team__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 70px;
    height: 320px;
    background: var(--albion-theme-primary);
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.55;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .team__item::before,
    .team__item::after {
        height: 295px;
        top: -48px;
    }
}

.team__item::after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}

.team__item:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}

.team__item:hover::before,
.team__item:hover::after {
    opacity: 1;
}

.team__item:hover .team__thumb::before,
.team__item:hover .team__thumb::after {
    opacity: 0.4;
}

.team__thumb {
    margin: 0 0 33px;
}

.team__thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--albion-common-color-white);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 9px 0px rgba(0, 0, 0, 0.92);
    max-width: 224px;
}

.team__thumb .guild {
    background-color: #398553 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__thumb img {
        max-width: 100%;
    }
}

.team__thumb::before,
.team__thumb::after {
    content: "";
    position: absolute;
    left: 75px;
    top: -50px;
    width: 1px;
    height: 260px;
    background: var(--albion-theme-primary);
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    opacity: 0.2;
}

.team__thumb::after {
    left: auto;
    right: 75px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}

.team__content .name {
    font-size: 20px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 0 1px;
    letter-spacing: 1px;
}

.team__content .name a:hover {
    color: var(--albion-common-color-white);
}

.team__content .designation {
    display: block;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    font-size: 16px;
    color: var(--albion-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team__info-area {
    background: #0d1116;
}

.team__info-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .team__info-wrap {
        display: block;
    }
}

.team__info-discord {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    column-gap: 25px;
    background: #070d10;
    padding: 35px 40px;
    min-width: 350px;
}

@media (max-width: 1199.98px) {
    .team__info-discord {
        padding: 35px 35px;
        min-width: auto;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .team__info-discord {
        padding: 35px 0;
        min-width: auto;
        flex-direction: row;
        text-align: left;
        gap: 25px;
        justify-content: center;
    }
}

.team__info-discord .about__content-circle {
    margin: 0 0;
    animation: none !important;
    position: relative;
    width: 104px;
    height: 104px;
}

.team__info-discord .about__content-circle svg {
    width: 60px;
    height: 60px;
}

.team__info-discord .about__content-circle>i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #faa706;
    font-size: 30px;
}

.team__info-discord-info {
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .team__info-discord-info {
        flex-grow: inherit;
    }
}

.team__info-discord-info .sub {
    display: block;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    font-size: 14px;
    color: var(--albion-theme-primary);
    letter-spacing: 1px;
    margin: 0 0 2px;
}

.team__info-discord-info .title {
    font-size: 22px;
    margin: 0 0;
}

.team__info-list {
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .team__info-list {
        padding: 30px 0;
    }
}

@media (max-width: 767.98px) {
    .team__info-list {
        padding: 30px 0 50px;
    }
}

.team__info-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px 60px;
}

@media (max-width: 991.98px) {
    .team__info-list ul {
        justify-content: center;
        gap: 30px 50px;
    }
}

@media (max-width: 767.98px) {
    .team__info-list ul {
        flex-wrap: wrap;
        gap: 30px 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__info-list ul {
        justify-content: space-between;
    }
}

.team__info-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .team__info-item {
        flex-direction: column;
        text-align: center;
    }
}

.team__info-icon {
    font-size: 50px;
    color: var(--albion-common-color-white);
    line-height: 1;
}

.team__info-icon img {
    max-width: 67px;
}

@media (max-width: 767.98px) {
    .team__info-icon img {
        max-width: 100%;
        max-height: 50px;
    }
}

.team__info-content {
    flex-grow: 1;
}

.team__info-content .sub {
    display: block;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    font-size: 14px;
    color: var(--albion-theme-primary);
    letter-spacing: 1px;
    margin: 0 0 2px;
}

.team__info-content .title {
    font-size: 22px;
    margin: 0 0;
}

@media (max-width: 767.98px) {
    .team__info-content .title {
        font-size: 20px;
    }
}

.section-pt-95 {
    padding-top: 95px;
}

.section-pb-120 {
    padding-bottom: 120px;
}

.streamers-active {
    margin: 0 -15px 0;
}

.streamers__item {
    border: 3px solid #383c4e;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    margin: 0 0 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.streamers__item:hover {
    border-color: var(--albion-theme-primary);
}

.streamers__item:hover .streamers__thumb::before {
    opacity: 0;
}

.streamers__item:hover .streamers__thumb::after {
    height: 100%;
    opacity: 0.8;
}

.streamers__thumb {
    position: relative;
    z-index: 1;
}

.streamers__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: rgb(14, 20, 30);
    background: linear-gradient(0deg, rgb(14, 20, 30) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.streamers__thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--albion-theme-primary);
    background: linear-gradient(0deg, var(--albion-theme-primary) 0%, transparent 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.streamers__thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #383c4e;
    width: 100%;
}

.streamers__content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 28px;
    pointer-events: none;
    z-index: 1;
}

.streamers__content .name {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0;
}

.streamers__pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 13px;
    flex-wrap: wrap;
    margin: 20px 0 0;
    line-height: 1;
}

.streamers__pagination-arrow {
    font-size: 15px;
    color: var(--albion-common-color-white);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.streamers__pagination-arrow:hover {
    color: var(--albion-theme-primary);
}

.streamers__pagination-dots {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 1;
}

.streamers__pagination-dots>* {
    display: block;
    width: 7px;
    height: 7px;
    background: #fefdff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.52;
}

.streamers__pagination-dots>*.swiper-pagination-bullet-active {
    background: var(--albion-theme-primary);
    opacity: 1;
}

.team__details-area {
    background-position: top center;
    background-size: cover;
}

.team__details-img {
    position: relative;
    margin: 0 0 40px;
}

@media (max-width: 767.98px) {
    .team__details-img {
        margin: 0 0 25px;
    }
}

.team__details-img img {
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 80% 85%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 80% 85%, 80% 100%, 0 100%);
}

.team__details-img svg {
    position: absolute;
    bottom: 15px;
    right: 8%;
    width: 145px;
    height: 66px;
    color: var(--albion-theme-primary);
    -webkit-animation: xAnimation 5s infinite;
    animation: xAnimation 5s infinite;
}

@media (max-width: 1500px) {
    .team__details-img svg {
        right: 7%;
    }
}

@media (max-width: 1199.98px) {
    .team__details-img svg {
        bottom: 8px;
        width: 11.5%;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .team__details-img svg {
        right: 8%;
    }
}

@media (max-width: 767.98px) {
    .team__details-img svg {
        right: 5%;
        animation: none !important;
        bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-img svg {
        right: 8%;
        bottom: 3px;
        -webkit-animation: xAnimation 5s infinite !important;
        animation: xAnimation 5s infinite !important;
    }
}

.team__details-content {
    font-weight: var(--albion-fw-medium);
}

.team__details-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: var(--albion-theme-primary);
    font-size: 14px;
    font-weight: var(--albion-fw-semi-bold);
    letter-spacing: 2px;
    margin: 0 0 5px;
}

.team__details-content .title {
    font-size: 55px;
    line-height: 1.15;
    margin: 0 0 35px;
}

@media (max-width: 1199.98px) {
    .team__details-content .title {
        font-size: 46px;
    }
}

@media (max-width: 991.98px) {
    .team__details-content .title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .team__details-content .title {
        font-size: 28px;
        margin: 0 0 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-content .title {
        font-size: 34px;
    }
}

.team__details-content p {
    font-weight: var(--albion-fw-medium);
}

.team__details-content p:last-child {
    margin: 0 0;
}

.team__details-quote {
    margin: 40px 85px 35px 60px;
}

@media (max-width: 1199.98px) {
    .team__details-quote {
        margin: 40px 0 35px 0;
    }
}

.team__details-quote::before {
    content: "\f132";
    top: 3px;
}

@media (max-width: 767.98px) {
    .team__details-quote::before {
        top: 0;
    }
}

.team__details-quote cite {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    .team__details-quote cite {
        display: inline-block;
    }
}

.team__details-quote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 5px;
    background: var(--albion-theme-primary);
}

.team__details-inner-wrap {
    margin: 40px 0 35px;
}

@media (max-width: 767.98px) {
    .team__details-inner-wrap {
        margin: 35px 0 30px;
    }
}

.team__details-inner-wrap>* {
    row-gap: 30px;
}

@media (max-width: 767.98px) {
    .team__details-inner-wrap>* {
        --bs-gutter-x: 20px;
        row-gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .team__details-inner-wrap img {
        width: 100%;
    }
}


/*=============================
    
===============================*/

.video-bg {
    background-position: center;
    background-size: cover;
    min-height: 565px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b242e;
    opacity: 0.22;
    z-index: -1;
}

.video-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/video_overlay.png);
    background-position: center;
    background-size: cover;
    opacity: 0.38;
    z-index: -1;
}

.video__content .popup-video {
    display: inline-block;
    font-size: 86px;
    line-height: 1;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
    color: var(--albion-common-color-white);
    margin: 0 0 14px;
}

.video__content .popup-video:hover {
    color: var(--albion-theme-primary);
}

.video__content .title {
    font-size: 55px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 0 6px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.33);
    letter-spacing: 3px;
}

@media (max-width: 767.98px) {
    .video__content .title {
        font-size: 48px;
        letter-spacing: 1px;
        line-height: 1.1;
    }
}

.video__content .title span {
    color: var(--albion-theme-primary);
}

.video__content p {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: var(--albion-fw-medium);
    color: #fefefe;
    letter-spacing: 0.9px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

@media (max-width: 1500px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 900px;
    }
}


/*=============================

===============================*/

.section-pt-150 {
    padding-top: 150px;
}

@media (max-width: 767.98px) {
    .section-pt-150 {
        padding-top: 100px;
    }
}

.section-pb-150 {
    padding-bottom: 150px;
}

@media (max-width: 767.98px) {
    .section-pb-150 {
        padding-bottom: 100px;
    }
}

.roadMap-bg {
    background-position: center;
    background-size: cover;
}

.roadMap__content .title {
    font-size: 55px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 0 28px;
}

@media (max-width: 1199.98px) {
    .roadMap__content .title {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .roadMap__content .title {
        font-size: 40px;
    }
}

.roadMap__content p {
    max-width: 95%;
    letter-spacing: 1px;
    margin: 0 0 35px;
}

@media (max-width: 1199.98px) {
    .roadMap__content p {
        max-width: 90%;
    }
}

@media (max-width: 767.98px) {
    .roadMap__content p {
        max-width: 100%;
    }
}

.roadMap__img {
    margin: 50px 0 0 -35px;
}

@media (max-width: 1199.98px) {
    .roadMap__img {
        margin: 50px 0 0 0;
    }
}

.roadMap__steps-wrap {
    margin-left: 30px;
    position: relative;
    padding-left: 30px;
}

@media (max-width: 1199.98px) {
    .roadMap__steps-wrap {
        margin-left: 0;
        padding-left: 20px;
    }
}

.roadMap__steps-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.roadMap__steps-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50%; /* Dynamic height based on progress? For now static */
    background: linear-gradient(to bottom, var(--albion-theme-primary), transparent);
    border-radius: 5px;
    box-shadow: 0 0 15px var(--albion-theme-primary);
}

.roadMap__steps-item {
    margin: 0 0 20px 0;
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    position: relative;
    transition: all 0.3s ease;
}

.roadMap__steps-item.active {
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.15);
}

.roadMap__steps-item::before {
    content: '';
    position: absolute;
    left: -36px; /* Align with the line */
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #161b22;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
}

.roadMap__steps-item.active::before {
    background: var(--albion-theme-primary);
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

.roadMap__steps-item-discord {
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.1), rgba(22, 27, 34, 0.7));
    border-color: rgba(88, 101, 242, 0.3);
}

.roadMap__steps-item-final {
    background: linear-gradient(135deg, rgba(var(--albion-theme-primary-rgb), 0.1), rgba(22, 27, 34, 0.7));
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.bounce {
    animation: bounce 2s ease infinite;
}

.roadMap__steps-item .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.roadMap__list li {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.roadMap__list li.active {
    color: #fff;
}

.roadMap__list li.active::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--albion-theme-primary);
}

.roadMap__list li.wrong {
    color: #ff4d4d;
}

.roadMap__list li.wrong::before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff4d4d;
}

@media (max-width: 1199.98px) {
    .roadMap__steps-item .title {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .roadMap__steps-item .title {
        font-size: 24px;
    }
}

.roadMap__steps-item::before {
    content: "";
    position: absolute;
    left: -39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    border-color: transparent transparent transparent var(--albion-theme-primary);
    opacity: 0;
}

@media (max-width: 767.98px) {
    .roadMap__steps-item::before {
        left: -34px;
    }
}

.roadMap__steps-item.active::before {
    opacity: 0.9;
}

.roadMap__steps-item:last-child {
    margin-bottom: 0;
}

.roadMap__steps-item:hover .roadMap__steps-img,
.roadMap__steps-item.active .roadMap__steps-img {
    opacity: 0.11;
}

.roadMap__steps-img {
    position: absolute;
    right: 20px;
    top: 30px;
    max-height: 210px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.roadMap__list li {
    display: block;
    font-size: 16px;
    font-weight: var(--albion-fw-medium);
    padding-left: 37px;
    position: relative;
    margin: 0 0 6px;
}

.roadMap__list li:last-child {
    margin: 0 0 0;
}

.roadMap__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #10161c;
    border: 2px solid #262e38;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.roadMap__list li.active::before {
    background-color: var(--albion-theme-primary);
    border-color: #1b242e;
}

.roadMap__list li.active:hover::before {
    background-color: var(--albion-theme-secondary);
    border-color: #1b242e;
}

.roadMap__list li.wrong::before {
    background-color: var(--albion-common-color-red);
    border-color: #1b242e;
}

.roadMap__list li.wrong:hover::before {
    background-color: var(--albion-theme-secondary);
    border-color: #1b242e;
}


/*=============================
    
===============================*/

.section-pb-85 {
    padding-bottom: 85px;
}

.upcoming-match__area {
    background-position: bottom center;
    background-size: cover;
}

.upcoming-match__lists {
    margin: 0 80px;
}

@media (max-width: 1199.98px) {
    .upcoming-match__lists {
        margin: 0 0;
    }
}

.upcoming-match__item {
    position: relative;
    margin: 0 0 60px;
}

@media (max-width: 767.98px) {
    .upcoming-match__item {
        background: #0f1c23;
        border: 1px solid #2c2b2b;
        border-radius: 8px;
        padding: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upcoming-match__item {
        padding: 30px;
    }
}

.upcoming-match__item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/bg/line.png);
    max-width: 80%;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    opacity: 0.1;
}

@media (max-width: 1199.98px) {
    .upcoming-match__item::before {
        opacity: 0.05;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__item::before {
        top: 60%;
    }
}

.upcoming-match__item .svg-icon {
    fill: #0f1c23;
    stroke: #2c2b2b;
    stroke-width: 1px;
    fill-rule: evenodd;
}

@media (max-width: 991.98px) {
    .upcoming-match__item .svg-icon svg {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .upcoming-match__item .svg-icon {
        background: #0f1c23;
        min-height: 140px;
        border: 1px solid #2c2b2b;
        border-radius: 8px;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__item .svg-icon {
        display: none !important;
    }
}

.upcoming-match__item:hover .svg-icon {
    stroke: var(--albion-theme-primary);
}

.upcoming-match__position {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 60px;
    right: 60px;
    top: 21px;
    bottom: 14px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .upcoming-match__position {
        top: 17px;
        bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    .upcoming-match__position {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__position {
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        left: 0;
        right: 0;
        row-gap: 15px;
    }
}

.upcoming-match__team {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: #14242c;
    border: 3px solid #34353d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199.98px) {
    .upcoming-match__team {
        width: 90px;
        height: 90px;
        flex: 0 0 auto;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__team {
        width: 75px;
        height: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upcoming-match__team {
        width: 90px;
        height: 90px;
    }
}

.upcoming-match__team:hover {
    border-color: var(--albion-theme-primary);
}

.upcoming-match__team img {
    max-height: 75px;
}

@media (max-width: 1199.98px) {
    .upcoming-match__team img {
        max-width: 60px;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__team img {
        max-width: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upcoming-match__team img {
        max-width: 60px;
    }
}

.upcoming-match__team.team-left {
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .upcoming-match__team.team-left {
        margin-right: 15px;
    }
}

.upcoming-match__team.team-right {
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .upcoming-match__team.team-right {
        margin-left: 15px;
    }
}

.upcoming-match__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .upcoming-match__content {
        order: 2;
        width: 100%;
        flex: 0 0 100%;
        gap: 30px;
        justify-content: space-between;
    }
}

.upcoming-match__content .team--info .game-name {
    display: block;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-size: 14px;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-theme-primary);
    letter-spacing: 1px;
}

.upcoming-match__content .team--info .name {
    font-size: 26px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 1.5px;
    margin: 0 0;
}

@media (max-width: 1199.98px) {
    .upcoming-match__content .team--info .name {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .upcoming-match__content .team--info .name {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__content .team--info .name {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upcoming-match__content .team--info .name {
        font-size: 20px;
    }
}

.upcoming-match__content .team--info .name a:hover {
    color: var(--albion-theme-primary);
}

.upcoming-match__content .team--info.info-left {
    text-align: right;
}

@media (max-width: 767.98px) {
    .upcoming-match__content .team--info.info-left {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__content .team--info.info-right {
        text-align: right;
    }
}

.upcoming-match__time {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 4px solid #3f3f49;
    background: rgba(12, 23, 29, 0.671);
    width: 140px;
    height: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 35px;
}

@media (max-width: 1199.98px) {
    .upcoming-match__time {
        width: 130px;
        height: 85px;
    }
}

@media (max-width: 991.98px) {
    .upcoming-match__time {
        width: 100px;
        height: 85px;
        margin: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__time {
        position: absolute;
        top: 0;
        width: 95px;
        height: 75px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upcoming-match__time {
        width: 130px;
        height: 90px;
    }
}

.upcoming-match__time .time {
    font-size: 34px;
    margin: 0 0;
}

@media (max-width: 1199.98px) {
    .upcoming-match__time .time {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .upcoming-match__time .time {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .upcoming-match__time .time {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upcoming-match__time .time {
        font-size: 30px;
    }
}

.upcoming-match__date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    max-width: 287px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.upcoming-match__date svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #101d25;
    fill-rule: evenodd;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.upcoming-match__date span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 13px;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upcoming-match__item:hover .upcoming-match__date svg {
    fill: var(--albion-theme-primary);
}

.upcoming-match__item:hover .upcoming-match__date span {
    color: #0f1c23;
    opacity: 1;
}


/*=============================
  
===============================*/

.match__result-area {
    position: relative;
    padding: 95px 0 120px;
    z-index: 1;
}

.match__result-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 70px);
    background-position: top center;
    background-size: cover;
    z-index: -1;
}

.match__result-wrapper>*:nth-child(even) .match__winner-wrap {
    flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
    .match__result-wrapper>*:nth-child(even) .match__winner-wrap {
        flex-direction: column-reverse;
        margin-right: 0;
        margin-left: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .match__result-wrapper>*:nth-child(even) .match__winner-wrap {
        align-items: flex-end;
        margin: 20px auto 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .match__result-wrapper>*:nth-child(even) .match__winner-wrap {
        margin: 0 auto 0;
    }
}

.match__result-wrapper>*:nth-child(even) .match__winner-img {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 22px;
}

@media (max-width: 767.98px) {
    .match__result-wrapper>*:nth-child(even) .match__winner-img {
        margin: 0 0;
    }
}

.match__result-wrapper>*:nth-child(even) .match__winner-img .svg-icon {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -moz-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    -o-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

.match__result-wrapper>*:nth-child(even) .match__winner-place {
    padding: 10px 15px 10px 35px;
}

.match__result-wrapper>*:nth-child(even) .match__winner-info {
    text-align: left;
}

@media (max-width: 767.98px) {
    .match__result-wrapper>*:nth-child(even) .match__winner-info {
        text-align: right;
    }
}

.match__winner-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 2px;
    color: var(--albion-theme-primary);
}

@media (max-width: 767.98px) {
    .match__winner-title {
        margin: 0 0 30px;
    }
}

.match__winner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991.98px) {
    .match__winner-wrap {
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column-reverse;
        row-gap: 13px;
        margin-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .match__winner-wrap {
        align-items: flex-start;
        margin: 0 auto;
        max-width: 280px;
    }
}

.match__winner-info {
    flex-grow: 1;
    text-align: right;
}

@media (max-width: 767.98px) {
    .match__winner-info {
        text-align: left;
    }
}

.match__winner-info .name {
    font-size: 24px;
    line-height: 1;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 2px;
    margin: 0 0 6px;
}

.match__winner-info .price-amount {
    display: block;
    font-size: 14px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-theme-primary);
    letter-spacing: 0.5px;
}

.match__winner-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 22px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .match__winner-img {
        margin-left: 0;
    }
}

.match__winner-img .team-logo-img {
    width: 112px;
    height: 112px;
    background: #171717;
    border: 3px solid var(--albion-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.match__winner-img .team-logo-img img {
    max-width: 70px;
}

.match__winner-img .svg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 75px;
    width: 135px;
    fill: var(--albion-theme-primary);
    z-index: -1;
}

.match__winner-place {
    font-size: 30px;
    font-weight: var(--albion-fw-extra-bold);
    color: #20202a;
    letter-spacing: 2px;
    margin: 0 0;
    text-transform: uppercase;
    padding: 10px 35px 10px 15px;
    line-height: 1;
}

.grand__final {
    text-align: center;
    margin: 30px 0 0;
}

@media (max-width: 991.98px) {
    .grand__final {
        margin: 50px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .grand__final {
        margin: 30px 0 0;
    }
}

.grand__final-date {
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    color: #e5e5e5;
    letter-spacing: 1px;
    margin: 0 0 3px;
}

.grand__final-place {
    display: block;
    text-transform: uppercase;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-theme-primary);
    font-family: var(--albion-heading-font-family);
    letter-spacing: 1px;
}

.grand__final-button {
    margin: 32px 0 0;
}


/*=============================
  
===============================*/

.services__bg-color {
    background-color: var(--albion-common-color-black-7);
}

@media (max-width: 1199.98px) {
    .services__bg-color .section__title {
        width: calc(100% + 200px);
    }
}

@media (max-width: 991.98px) {
    .services__bg-color .section__title {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .services__bg-color .section__title {
        text-align: center !important;
    }

    .services__bg-color .section__title::after {
        margin: 20px auto 0;
    }
}

.services__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 50px;
}

@media (max-width: 1199.98px) {
    .services__wrapper {
        gap: 50px 45px;
    }
}

@media (max-width: 767.98px) {
    .services__wrapper {
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__wrapper {
        gap: 50px 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.services__icon {
    font-size: 40px;
    display: block;
    line-height: 1;
    color: var(--albion-theme-primary);
    margin: 0 0 30px;
}

.services__content .title {
    font-size: 20px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin: 0 0 18px;
}

.services__content .title a:hover {
    color: var(--albion-theme-primary);
}

.services__content p {
    font-size: 15px;
    font-weight: var(--albion-fw-medium);
    margin: 0 0;
}

.services__images {
    margin: 0 0 30px 36px;
    position: relative;
    height: 681px;
}

@media (max-width: 1199.98px) {
    .services__images {
        margin: 0 0 30px 20px;
        height: 490px;
    }
}

@media (max-width: 991.98px) {
    .services__images {
        margin: 70px 0 30px 0;
    }
}

@media (max-width: 767.98px) {
    .services__images {
        height: 360px;
    }
}

.services__images-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in-out;
    z-index: 1;
}

.services__images-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    clip-path: inset(0 100% 0 0);
    -webkit-animation: defaultInset 0.8s forwards ease;
    animation: defaultInset 0.8s forwards ease;
}

.services__images-item.active {
    z-index: 2;
}

.services__images-item.active img {
    -webkit-animation: activeInset 0.8s forwards ease;
    animation: activeInset 0.8s forwards ease;
}

.services__images-item.active .services__link i {
    animation: tg_arrow 0.8s forwards;
}

.services__link {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 153px;
    height: 153px;
    font-size: 98px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faa706;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #000;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .services__link {
        right: 0;
        bottom: -30px;
        width: 120px;
        height: 120px;
        font-size: 70px;
    }
}

@media (max-width: 767.98px) {
    .services__link {
        width: 80px;
        height: 80px;
        font-size: 45px;
    }
}

.services__link:hover {
    color: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.services__details-area {
    background-position: top center;
    background-size: cover;
}


/*=============================

===============================*/

.social-bg {
    background-position: bottom center;
    padding: 140px 0 150px;
    margin: -18px 0 -30px;
    filter: drop-shadow(0px 1px 0 rgba(255, 255, 255, 0.07));
    position: relative;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .social-bg {
        padding: 120px 0 120px;
    }
}

.social-bg .gutter-20 {
    --bs-gutter-x: 20px;
    gap: 20px 0;
}

.social__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0a0b0f;
    border: 3px solid var(--albion-common-color-teal);
    width: 195px;
    height: 160px;
    position: relative;
    margin: 0 0 5px;
}

@media (max-width: 1199.98px) {
    .social__item a {
        width: 100%;
        height: 115px;
    }
}

.social__item a svg {
    fill: var(--albion-common-color-teal);
    fill-rule: evenodd;
    position: absolute;
    left: -3px;
    bottom: -8px;
}

.social__item a i {
    font-size: 44px;
    color: #d8d8d8;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199.98px) {
    .social__item a i {
        font-size: 40px;
    }
}

.social__item a span {
    display: block;
    text-transform: uppercase;
    color: var(--albion-common-color-teal);
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    letter-spacing: 2px;
    line-height: 1;
    margin: 22px 0 0;
}

@media (max-width: 1199.98px) {
    .social__item a span {
        margin: 15px 0 0;
    }
}

.social__item a:hover i {
    color: var(--albion-common-color-teal);
}


/*=============================
   
===============================*/

.guild-area {
    background: var(--albion-common-color-black-4);
}

.guild__wrapper {
    padding: 0 80px;
}

@media (max-width: 1500px) {
    .guild__wrapper {
        padding: 0 60px;
    }
}

@media (max-width: 1199.98px) {
    .guild__wrapper {
        padding: 0 0;
    }
}

.guild__wrapper .gutter-25 {
    --bs-gutter-x: 25px;
}

@media (max-width: 1199.98px) {
    .guild__wrapper .gutter-25 {
        --bs-gutter-x: 30px;
    }
}

.guild__box-wrap {
    padding: 25px 30px 50px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 0 17px 17px;
    -moz-border-radius: 0 0 17px 17px;
    -o-border-radius: 0 0 17px 17px;
    -ms-border-radius: 0 0 17px 17px;
    border-radius: 0 0 17px 17px;
    transition: 0.4s ease;
    margin: 0 0 30px;
    z-index: 1;
}

.guild__box-wrap:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}

@media (max-width: 991.98px) {
    .guild__box-wrap {
        background: #19222b;
        padding: 25px 30px 40px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -o-border-radius: 17px;
        -ms-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #212d38;
    }

    .guild__box-wrap:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.guild__box-wrap.active {
    --albion-theme-primary: var(--albion-theme-secondary);
}

.guild__box-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    background: var(--albion-theme-primary);
    background: radial-gradient(circle, var(--albion-theme-primary) 0%, transparent 100%);
    width: 90px;
    height: 90px;
    filter: blur(50px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.guild__box-wrap .main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -2;
}

@media (max-width: 991.98px) {
    .guild__box-wrap .main-bg {
        display: none;
    }
}

.guild__box-wrap .price-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 166px;
    height: 56px;
    color: var(--albion-theme-primary);
    z-index: -1;
    pointer-events: none;
}

.guild__box-price {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-extra-bold);
    color: var(--albion-common-color-black);
    font-size: 20px;
    line-height: 1;
    padding: 17px 17px;
    letter-spacing: 1px;
    z-index: 2;
}

.guild__box-price i {
    font-size: 18px;
    letter-spacing: 0;
}

.guild__box-countdown {
    margin: 0 0 46px;
}

.guild__box-countdown .coming-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    line-height: 1;
    text-align: center;
}

.guild__box-countdown .time-count {
    line-height: 1;
    font-size: 13px;
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-semi-bold);
    color: #888888;
    position: relative;
}

.guild__box-countdown .time-count::after {
    content: ":";
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 14px;
}

.guild__box-countdown .time-count:last-child::after {
    display: none;
}

.guild__box-countdown .time-count span {
    display: block;
    color: var(--albion-common-color-white);
    font-size: 14px;
    margin: 0 0 7px;
}

.guild__box-caption {
    text-align: center;
    margin: 0 0 28px;
}

.guild__box-caption .sub {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.guild__box-caption .title {
    font-size: 30px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 0;
    color: var(--albion-theme-primary);
    letter-spacing: 1px;
}

.guild__box-prize {
    text-align: center;
    background: var(--albion-common-color-black-4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 13px;
    padding: 24px 20px;
    border: 1px solid #1e2933;
    margin: 0 0 40px;
}

.guild__box-prize i {
    color: var(--albion-theme-secondary);
    font-size: 16px;
}

.guild__box-list li {
    margin: 0 0 20px;
}

.guild__box-list li:last-child {
    margin: 0 0;
}

.guild__box-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.guild__box-list-item:hover .guild__player-name {
    color: var(--albion-common-color-white);
}

input[type="checkbox"].actCheckboxwest,
input[type="checkbox"].aotCheckboxeast,
input[type="checkbox"].actCheckboxeurope,
input[type="checkbox"].actCheckboxall {
    accent-color: var(--albion-theme-primary);
}

.guild__player-thumb {
    flex: 0 0 auto;
    width: 40px;
    margin-right: 20px;
}

.guild__player-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.guild__player-name {
    font-size: 14px;
    margin: 0 0;
    color: var(--albion-body-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 1px;
}

.guild__player-price {
    margin-left: auto;
    color: var(--albion-theme-primary);
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    letter-spacing: 1px;
}

.guild__player-price i {
    color: var(--albion-theme-secondary);
    margin-left: 7px;
    font-size: 14px;
}

.guild__discord-invite {
    background-color: rgb(47, 49, 54);
    border-radius: 4px;
    box-sizing: border-box;
    height: auto;
    padding: 16px;
    width: 432px;
    font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.guild__discord-invite-banner-container {
    width: 432px;
    margin-bottom: 0;
}

.guild__discord-invite-banner {
    /* background-image: url("https://cdn.discordapp.com/banners/1095372949718048771/f7a4388de4cdfb868820acbb6c43f33a.png?size=512"); */
    background-position: center;
    background-size: cover;
    height: 80px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.guild__discord-invite-text {
    block-size: 16px;
    font-size: 12px;
    height: 16px;
    margin-bottom: 12px;
    margin-top: 0px;
    text-transform: uppercase;
    color: rgb(185, 187, 190);
}

.guild__discord-invite-body {
    display: flex;
    justify-content: center;
    width: 400px;
}

.guild__discord-invite-image {
    /* background-image: url("https://cdn.discordapp.com/icons/1095372949718048771/a_3089ff4b134003a34d01fc1060622df9.png"); */
    background-position: 50% 50%;
    background-size: 100% 100%;
    border-radius: 15px;
    margin-right: 16px;
    width: 50px;
}

.guild__discord-invite-details {
    block-size: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 246.2px;
}

.guild__discord-invite-name {
    margin: 0px;
    color: white;
    display: flex;
    font-size: 20px;
}

.guild__discord-invite-verified {
    color: rgb(114, 137, 218);
    display: flex;
    margin-right: 8px;
}

.guild__discord-invite-verified-tick {
    display: flex;
    position: absolute;
}

.guild__discord-invite-verified-tick-svg {
    color: white;
}

.guild__discord-invite-counts {
    margin: 0px;
    align-items: center;
    display: flex;
    color: rgb(185, 187, 190);
}

.guild__discord-invite-status-icon {
    block-size: 8px;
    border-radius: 50%;
    inline-size: 8px;
    margin-right: 4px;
}

.guild__discord-invite-online-icon {
    background-color: rgb(67, 181, 129);
}

.guild__discord-invite-offline-icon {
    background-color: rgb(116, 127, 141);
}

.guild__discord-invite-join-button {
    border-radius: 3px;
    align-items: center;
    background-color: rgb(67, 181, 129);
    block-size: 40px;
    box-sizing: border-box;
    color: white;
    display: flex;
    inline-size: 77.8px;
    justify-content: center;
    margin-left: 10px;
    padding: 2px 20px;
    text-decoration: none;
}

.guild__discord-invite-count {
    font-size: 12px;
    margin-right: 8px;
}

.guild__aot-banner-item {
    /* border: 3px solid #383c4e; */
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    margin: 0 0 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__aot-banner-item:hover {
    border-color: var(--albion-theme-primary);
}

.guild__aot-banner-selected {
    border: 0.1px solid;

    border-color: var(--albion-theme-primary);
}

.guild__aot-banner-item:hover .guild__aot-banner-thumb::before {
    opacity: 0;
}

.guild__aot-banner-item:hover .guild__aot-banner-thumb::after {
    height: 100%;
    opacity: 0.8;
}

.guild__aot-banner-thumb {
    position: relative;
    z-index: 1;
}

.guild__aot-banner-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: rgb(14, 20, 30);
    background: linear-gradient(0deg, rgb(14, 20, 30) 0%, rgba(255, 255, 255, 0) 50%);
    /* background: linear-gradient(0deg, rgb(14, 20, 30) 0%, rgba(255, 255, 255, 0) 100%); */
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.guild__aot-banner-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--albion-theme-primary);
    background: linear-gradient(0deg, var(--albion-theme-primary) 0%, transparent 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.guild__aot-banner-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #383c4e;
    width: 100%;
}

.guild__aot-banner-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 28px;
    pointer-events: none;
    z-index: 1;
}

.guild__aot-banner-content .name {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0;
}

.guild__aot-banner-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 13px;
    flex-wrap: wrap;
    margin: 20px 0 0;
    line-height: 1;
}

.guild__aot-banner-pagination-arrow {
    font-size: 30px;
    color: var(--albion-common-color-white);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__aot-banner-pagination-arrow:hover {
    color: var(--albion-theme-primary);
}

.guild__aot-banner-pagination-dots {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 1;
}

.guild__aot-banner-pagination-dots>* {
    display: block;
    width: 7px;
    height: 7px;
    background: #fefdff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.52;
}

.guild__aot-banner-pagination-dots>*.swiper-pagination-bullet-active {
    background: var(--albion-theme-primary);
    opacity: 1;
}

.guild__editor-server-wrap {
    margin-top: auto;
}

.guild__editor-server-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px 7px;
}

@media (max-width: 767.98px) {
    .guild__editor-server-wrap ul {
        flex-wrap: wrap;
    }
}

.guild__editor-server-wrap ul li {
    flex: auto;
}

.guild__editor-server-wrap ul li a {
    display: block;
    border-radius: 10px;
    background-color: #1f2935;
    background-image: -moz-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%);
    background-image: -webkit-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%);
    background-image: -ms-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%);
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-size: 16px;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-body-color);
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 30px;
}

.guild__editor-server-wrap ul li {
    border: 2px;
    border-style: solid;
    border-color: #FF5722;
    border-radius: 10px;
}

.guild__editor-server-wrap ul li.active-server {
    border-color: var(--albion-theme-primary) !important;
}

.guild__editor-server-wrap ul li.active-server a {
    background-color: #1b2a2f !important;
    background-image: -moz-linear-gradient(90deg, #152524 0%, transparent 0%, #1d2b29 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #152524 0%, transparent 0%, #1d2b29 100%) !important;
    background-image: -ms-linear-gradient(90deg, #152524 0%, transparent 0%, #1d2b29 100%) !important;
}

.guild__editor-server-wrap ul li.active-server a:hover {
    background-color: #1f2935 !important;
    background-image: -moz-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%) !important;
    background-image: -ms-linear-gradient(90deg, #10181f 0%, transparent 0%, #141a20 100%) !important;
}

@media (max-width: 767.98px) {
    .guild__editor-server-wrap ul li a {
        padding: 13px 30px;
    }
}

.guild__editor-server-wrap ul li a:hover {
    color: var(--albion-theme-primary);
    background-color: #1b2a2f !important;
    background-image: -moz-linear-gradient(90deg, #152524 0%, transparent 0%, #1d2b29 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #152524 0%, transparent 0%, #1d2b29 100%) !important;
    background-image: -ms-linear-gradient(90deg, #152524 0%, transparent 0%, #1d2b29 100%) !important;

}

.guild__list-area {
    background-position: center;
    background-size: cover;
}

.guild__list-item {
    position: relative;
    margin: 0 0 25px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .guild__list-item {
        background: var(--albion-border-1);
        margin: 0 0;
        padding: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #212d38;
    }

    .guild__list-item-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .guild__list-item-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .guild__list-item-wrapper {
        max-width: 75%;
        margin: 0 auto;
    }
}

.guild__list-item:last-child {
    margin: 0 0;
}

.guild__list-item:hover {
    --albion-theme-primary: var(--albion-theme-secondary);
}

.guild__list-item:hover .guild__list-live a {
    color: var(--albion-common-color-white);
}

.guild__list-item:hover .guild__list-live a i {
    color: var(--albion-theme-secondary);
}

.guild__list-item::before {
    content: "";
    position: absolute;
    left: 13%;
    top: 19px;
    width: 200px;
    height: 60px;
    background: var(--albion-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .guild__list-item::before {
        display: none;
    }
}

.guild__list-item svg {
    display: block;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .guild__list-item svg {
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .guild__list-item svg {
        display: none;
    }
}

.guild__list-item .background-path {
    fill: var(--albion-border-1);
    stroke: #4c4c4c;
    stroke-width: 0.25px;
    fill-rule: evenodd;
}

.guild__list-content {
    position: absolute;
    left: 60px;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .guild__list-content {
        left: 50px;
        right: 45px;
    }
}

@media (max-width: 991.98px) {
    .guild__list-content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        flex-wrap: wrap;
        gap: 40px 0;
    }
}

.guild__list-thumb {
    width: 150px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .guild__list-thumb {
        width: 115px;
    }
}

@media (max-width: 991.98px) {
    .guild__list-thumb {
        width: 50%;
    }
}

.guild__list-thumb img {
    max-width: 89px;
    max-height: 91px;
}

@media (max-width: 1199.98px) {
    .guild__list-thumb img {
        max-width: 80px;
        max-height: 75px;
    }
}

.guild__list-name {
    padding-left: 35px;
    position: relative;
    z-index: 1;
}

.guild__list-name::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: var(--albion-common-color-white);
    background: radial-gradient(circle, var(--albion-common-color-white) 0%, transparent 100%);
    opacity: 0.18;
    z-index: 1;
}

.guild__list-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 3px;
    background: #121920;
}

.guild__list-name {
    width: 205px;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .guild__list-name {
        width: 50%;
        flex: 0 0 auto;
        padding-left: 20px;
        text-align: right;
    }
}

.guild__list-name .team-name {
    font-size: 18px;
    margin: 0 0 8px;
}

.guild__list-name .status {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: var(--albion-fw-bold);
    font-family: var(--albion-heading-font-family);
    letter-spacing: 1px;
    color: var(--albion-theme-primary);
    padding-left: 13px;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__list-name .status-off {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: var(--albion-fw-bold);
    font-family: var(--albion-heading-font-family);
    letter-spacing: 1px;
    color: var(--albion-common-color-red);
    padding-left: 13px;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__list-name .status::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.guild__list-name .status-off::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .guild__list-name .status {
        padding-left: 0;
        padding-right: 13px;
    }

    .guild__list-name .status::before {
        left: auto;
        right: 0;
    }

    .guild__list-name .status-off {
        padding-left: 0;
        padding-right: 13px;
    }

    .guild__list-name .status-off::before {
        left: auto;
        right: 0;
    }
}

.guild__list-prize {
    width: 216px;
    flex: 0 0 auto;
    padding-left: 55px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .guild__list-prize {
        width: 180px;
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .guild__list-prize {
        width: 50%;
        padding: 0 20px 0 0;
    }

    .guild__list-prize::before {
        display: none;
    }
}

.guild__list-prize::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: var(--albion-common-color-white);
    background: radial-gradient(circle, var(--albion-common-color-white) 0%, transparent 100%);
    opacity: 0.18;
    z-index: 1;
}

.guild__list-prize .title {
    font-size: 15px;
    color: var(--albion-body-color);
    letter-spacing: 1px;
    margin: 0 0 3px;
}

.guild__list-prize i {
    color: var(--albion-theme-primary);
    font-size: 14px;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__list-prize span {
    color: var(--albion-theme-primary);
    font-family: var(--albion-heading-font-family);
    font-size: 17px;
    font-weight: var(--albion-fw-semi-bold);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__list-time {
    width: 216px;
    flex: 0 0 auto;
    padding-left: 55px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .guild__list-time {
        width: 180px;
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .guild__list-time {
        width: 50%;
        padding-left: 20px;
        text-align: right;
    }
}

.guild__list-time::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: var(--albion-common-color-white);
    background: radial-gradient(circle, var(--albion-common-color-white) 0%, transparent 100%);
    opacity: 0.18;
    z-index: 1;
}

.guild__list-time .title {
    font-size: 15px;
    color: var(--albion-body-color);
    letter-spacing: 1px;
    margin: 0 0 3px;
}

.guild__list-time i {
    font-size: 14px;
    margin-right: 7px;
}

.guild__list-time span {
    color: var(--albion-body-color);
    font-family: var(--albion-heading-font-family);
    font-size: 17px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.guild__list-live {
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .guild__list-live {
        margin: 0 auto;
    }
}

.guild__list-live a {
    display: inline-block;
    background: #0c1217;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    font-size: 13px;
    color: var(--albion-body-color);
    padding: 12px 45px;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 1199.98px) {
    .guild__list-live a {
        padding: 12px 22px;
    }
}

.guild__list-live a i {
    margin-left: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.guild__details-area {
    padding: 120px 0;
}

.guild__details-content {
    background: #182029;
    padding: 40px 45px 40px 40px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    border: 1px solid #232a30;
    font-weight: var(--albion-fw-medium);
}

.guild__details-content-transparant {
    background: rgba(24, 32, 41, 0.5) !important;
}

@media (max-width: 1199.98px) {
    .guild__details-content {
        padding: 30px 25px;
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .guild__details-content {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .guild__details-content {
        padding: 30px 25px;
    }
}

.guild__details-content p {
    font-weight: var(--albion-fw-medium);
}

.guild__details-content .title {
    font-size: 32px;
    margin: 0 0 18px;
}

@media (max-width: 767.98px) {
    .guild__details-content .title {
        font-size: 24px;
        margin: 0 0 15px;
    }
}

.guild__details-content .blog-post-meta {
    padding-bottom: 30px;
    border-bottom: 1px solid #323c46;
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    .guild__details-content .blog-post-meta {
        margin: 0 0 25px;
    }
}

.guild__details-content .blog-details-bottom {
    border-top: 1px solid #323c46;
}

.guild__details-video {
    margin: 35px 0 30px;
}

.guild__details-video .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    color: var(--albion-common-color-white);
    z-index: 1;
}

@media (max-width: 767.98px) {
    .guild__details-video .popup-video {
        font-size: 54px;
    }
}

.guild__details-video .popup-video:hover {
    color: var(--albion-theme-secondary);
}

.guild__details-form {
    margin: 40px 0 0;
}

.guild__details-form-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.guild__details-form form {
    margin: 25px 0 0;
}

.guild__details-form input {
    display: block;
    width: 100%;
    border: 1px solid #23292f;
    background: var(--albion-common-color-black);
    padding: 15px 30px;
    margin: 0 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.guild__details-form input::placeholder {
    opacity: 0.6;
}

.guild__details-form-btn {
    display: inline-block;
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    text-transform: uppercase;
    border: none;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    padding: 14px 40px;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .guild__details-form-btn {
        -webkit-clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
        padding: 12px 32px;
    }
}

.guild__details-form-btn:hover {
    background: var(--albion-theme-secondary);
    color: var(--albion-common-color-black);
}

.guild__sidebar {
    margin-left: 20px;
}

.guild__sidebar .item__widget,
.guild__sidebar .item__widget-inner {
    border-color: #232a30;
}

.guild__sidebar .item__widget-inner {
    background: #182029;
}

.guild__sidebar .item__widget-inner:hover {
    /* background-color: black; */
}

.guild__sidebar .item__widget-inner:hover {
    color: black !important;
}

.guild__sidebar-tabs {
    margin-bottom: 10px;
}

.guild__sidebar-tabs .list-wrap li {
    margin-bottom: 5px;
}

.guild__sidebar-tabs .list-wrap li:last-child {
    margin-bottom: 0;
}

.guild__sidebar-tabs .list-wrap li a {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    justify-content: space-between;
    padding: 25px 25px;
    min-height: 80px;
    z-index: 1;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}

.guild__sidebar-tabs .list-wrap li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 34.9%, rgba(0, 0, 0, 0.00) 97.88%);
    pointer-events: none;
    z-index: -1;
}

.guild__sidebar-tabs .list-wrap li a .post-tag {
    margin-bottom: 0;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
    color: white;
    /*background-color: rgba(255, 255, 255, 0.30); */
    padding-right: 5px;
    padding-left: 5px;
}

.guild__sidebar-tabs .list-wrap li a:hover .post-tag {

    background-color: var(--albion-primary-color);
}


.guild__sidebar-tabs .right-arrow svg {
    width: 16px;
    color: var(--albion-white);
    transition: all 0.3s ease-out 0s;
    color: white;
}

.guild__sidebar-tabs .right-arrow svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.guild__sidebar-tabs .right-arrow svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}

.guild__sidebar-tabs .right-arrow svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s;
}

.guild__sidebar-tabs .list-wrap li a:hover .right-arrow svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

.guild__sidebar-tabs .list-wrap li a:hover .right-arrow svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}

.important-item {
    background: #8b0000 !important;
}

.discord-item {
    background: #5865F2 !important;
}

.guild__advertisement img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.trending__guilds-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.trending__guilds-item:last-child {
    margin: 0 0;
}

.trending__guilds-thumb {
    width: 73px;
    flex: 0 0 auto;
    margin-right: 18px;
}

.trending__guilds-thumb img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.trending__guilds-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.trending__guilds-content .title {
    font-size: 18px;
    margin: 0 0 5px;
}

.trending__guilds-content .price {
    display: block;
    font-size: 14px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-theme-primary);
    letter-spacing: 1px;
}

.trending__guilds-content .play a {
    display: block;
    color: var(--albion-body-color);
}

.trending__guilds-content .play a:hover {
    color: var(--albion-theme-secondary);
}

.guild__editor-accordion-body {
    background-color: #222f3e;
    color: #ffffff;
}

.guild__editor-accordion-header-color {
    background-color: #1c252f;
    text-align: center;
    padding: 5px;
}

.guild__editor-accordion-button {
    color: var(--bs-heading-color);
    padding: 5px;
}

.guild__editor-accordion-button:not(.collapsed) {
    background-color: #1c252f !important;
    color: var(--bs-heading-color);
}

.guild__editor-accordion-button {
    border: 1px solid #1a232c;
}

.guild__editor-accordion-item {
    border: 1px solid #1a232c;
}

.guild__editor-accordion-button:hover {
    background-color: #131a22 !important;
    border-radius: 10px;
    color: var(--bs-heading-color);
}

.guild__editor-accordion-header-transition {
    transition: height 0.4s ease, padding 0.4s ease;
}

.guild__editor-accordion-header-color {
    padding: 10px 15px;
}

.guild__editor-accordion-header-no-badge {
    padding-bottom: 5px;
}

.guild__editor-accordion-edit-button {
    font-size: 12px;
    cursor: pointer;
}


/*=============================
    
===============================*/

.brand-area {
    padding: 110px 0 120px;
    background-color: var(--albion-common-color-black-6);
}

.brand__title {
    margin: 0 0 70px;
}

@media (max-width: 767.98px) {
    .brand__title {
        margin: 0 0 50px;
    }
}

.brand__title .title {
    font-size: 45px;
    font-weight: var(--albion-fw-medium);
    line-height: 1;
    letter-spacing: 3px;
    margin: 0 0;
}

@media (max-width: 767.98px) {
    .brand__title .title {
        font-size: 36px;
        letter-spacing: 2px;
    }
}

.brand__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
}

@media (max-width: 767.98px) {
    .brand__link {
        height: 35px;
    }
}

.brand__link img {
    max-height: 100%;
}

.brand-active .col {
    padding-left: 15px;
    padding-right: 15px;
}


/*=============================
  
===============================*/

.search-area {
    padding: 120px 0 120px;
}

.search-details-area {
    padding: 120px 0 85px;
}

.search-sidebar {
    /*margin-right: 17px; */
}

@media (max-width: 991.98px) {
    .search-sidebar {
        margin: 100px 0 0;
    }
}

@media (max-width: 767.98px) {
    .search-sidebar {
        margin: 70px 0 0;
    }
}

.item__button {
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
    margin-top: 20px
}

.item__image {
    filter: contrast(125%);
    transform: perspective(400px) rotate3d(var(--r, 1, -1), 0, calc(var(--i, 1)*var(--a)));
    -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100%/250% 250%;
    transition: .4s;
    cursor: pointer;
}

.item__image-size {
    width: 200px !important;
}

@media (max-width: 767.98px) {
    .item__image-size {
        width: 100px !important;
    }

}

.item__widget {
    background: rgba(22, 27, 34, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin: 0 0 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.item__widget:hover {
    border-color: rgba(var(--albion-theme-primary-rgb), 0.3);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3), 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.1);
    transform: translateY(-2px);
}

.item__widget:last-child {
    margin: 0 0;
}

.item__widget-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 20px 25px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}

.item__widget-title::before {
    content: "";
    width: 4px;
    height: 20px;
    background: var(--albion-theme-primary);
    border-radius: 2px;
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

.item__widget-inner {
    background: transparent;
    border: none;
    border-radius: 0 0 16px 16px;
    margin: 0;
    padding: 25px;
}
    padding: 20px;
}

.item__box-wrap {
    padding: 25px 30px 50px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 0 17px 17px;
    -moz-border-radius: 0 0 17px 17px;
    -o-border-radius: 0 0 17px 17px;
    -ms-border-radius: 0 0 17px 17px;
    border-radius: 0 0 17px 17px;
    transition: 0.4s ease;
    margin: 0 0 30px;
    z-index: 1;
    margin-right: 10 !important;
}

.item__box-wrap:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}

@media (max-width: 991.98px) {
    .item__box-wrap {
        background: #19222b;
        padding: 25px 30px 40px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -o-border-radius: 17px;
        -ms-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #212d38;
    }

    .item__box-wrap:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.item__box-wrap.active {
    --albion-theme-primary: var(--albion-theme-secondary);
}

.item__box-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    background: var(--albion-theme-primary);
    background: radial-gradient(circle, var(--albion-theme-primary) 0%, transparent 100%);
    width: 90px;
    height: 90px;
    filter: blur(50px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.item__box-wrap .main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -2;
}

@media (max-width: 991.98px) {
    .item__box-wrap .main-bg {
        display: none;
    }
}

.item__box-wrap .price-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 173px;
    height: 58px;
    color: var(--albion-theme-primary);
    z-index: -1;
    pointer-events: none;
}

.item__box-price {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-extra-bold);
    color: var(--albion-common-color-black);
    font-size: 20px;
    line-height: 1;
    padding: 17px 17px;
    letter-spacing: 1px;
    z-index: 2;
}

.item__box-price i {
    font-size: 18px;
    letter-spacing: 0;
}

.item__box-countdown {
    margin: 0 0 46px;
}

.item__box-countdown .coming-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    line-height: 1;
    text-align: center;
}

.item__box-countdown .time-count {
    line-height: 1;
    font-size: 13px;
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-semi-bold);
    color: #888888;
    position: relative;
}

.item__box-countdown .time-count::after {
    content: ":";
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 14px;
}

.item__box-countdown .time-count:last-child::after {
    display: none;
}

.item__box-countdown .time-count span {
    display: block;
    color: var(--albion-common-color-white);
    font-size: 14px;
    margin: 0 0 7px;
}

.item__box-caption {
    text-align: center;
    margin: 0 0 28px;
}

.item__box-caption .sub {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: var(--albion-heading-font-family);
    color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.item__box-caption .title {
    font-size: 30px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 0;
    color: var(--albion-theme-primary);
    letter-spacing: 1px;
}

.item__box-image {
    text-align: center;
    background: var(--albion-common-color-black-4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 24px 20px; */
    border: 1px solid #1e2933;
    margin: 0 0 40px;
    height: 200;
}

.item__box-image i {
    color: var(--albion-theme-secondary);
    font-size: 16px;
}

.item__box-list li {
    margin: 0 0 20px;
}

.item__box-list li:last-child {
    margin: 0 0;
}

.item__box-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.item__box-list-item:hover .guild__player-name {
    color: var(--albion-common-color-white);
}

.item__search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
}

.item__search input {
    display: block;
    flex-grow: 1;
    border: none;
    padding: 0 20px 0 0;
    background: transparent;
    font-weight: var(--albion-fw-medium);
}

.item__search input::placeholder {
    opacity: 0.63;
    font-weight: var(--albion-fw-medium);
}

.item__search button {
    background: transparent;
    color: var(--albion-body-color);
    transform: rotate(-90deg);
    font-size: 14px;
}

.item__search button:hover {
    color: var(--albion-theme-primary);
}

.item__price-filter {
    margin: 5px 0 0;
}

.item__price-filter #slider-range {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 6px;
    background: #0d1216;
}

.item__price-filter .ui-slider-range {
    background: var(--albion-theme-primary);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.item__price-filter .ui-slider-handle {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent var(--albion-theme-primary) transparent;
    top: -5px;
    margin: 0 0 0 -1px;
}

.item__price-filter .ui-slider-handle:focus-visible {
    outline: none;
}

.item__price-filter .ui-slider-handle:last-child {
    margin: 0 0 0 -9px;
}

.item__price-slider-amount {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin: 15px 0 0;
}

.item__price-slider-amount [type=submit] {
    background: transparent;
    line-height: 1;
    flex-grow: 1;
    text-align: left;
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-common-color-white);
    letter-spacing: 0.5px;
    font-size: 15px;
}

.item__price-slider-amount [type=text] {
    border: none;
    padding: 0;
    width: auto;
    background: transparent;
    text-align: right;
    width: 50%;
    flex: 0 0 auto;
    font-weight: var(--albion-fw-medium);
    font-size: 15px;
    pointer-events: none;
}

.item__top-wrap {
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    .item__showing-result {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item__showing-result {
        text-align: left;
    }
}

.item__showing-result p {
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    text-transform: uppercase;
    margin: 0 0;
}

.item__priceChart {
    /* background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 49%) 0%, rgb(0 255 15 / 36%) 100%); */
    background-color: #171d24;
}

.item__priceChat-button {
    background-image: -webkit-linear-gradient(90deg, rgb(122 255 0 / 65%) 0%, rgb(0 255 15 / 36%) 100%);
    background-color: #171d24;
    border: 1px solid var(--albion-border-4);
    padding: 12px 40px 12px 20px;
    width: 100%;
    border-radius: 5px;
    color: #FFF !important;
}

.item__priceChat-button:hover {
    background-image: -webkit-linear-gradient(90deg, rgb(0 255 15 / 36%) 100%) 0%, rgb(122 255 0 / 65%);
}

.item__search {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.item__search:focus-within {
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.2);
    background: rgba(0, 0, 0, 0.5);
}

.item__search input {
    color: #fff;
    font-size: 15px;
}

.item__search i {
    color: #888;
    transition: color 0.3s ease;
}

.item__search:focus-within i {
    color: var(--albion-theme-primary);
}

.item__search_submit {
    background: var(--albion-theme-primary);
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 14px 20px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(var(--albion-theme-primary-rgb), 0.3);
}

.item__search_submit:hover {
    background: #fff;
    color: var(--albion-theme-primary) !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Style for Select Inputs in Sidebar */
.item__formSearchList select {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.item__formSearchList select:focus {
    outline: none;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.2);
    color: #fff;
}

.item__formSearchList select option {
    background: #1a2129;
    color: #fff;
}

.item__ordering {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    position: relative;
    width: 187px;
}

.item__formSearchList {
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .item__ordering {
        width: 200px;
        margin: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item__ordering {
        margin: 0 0 0 auto;
    }
}

.item__ordering::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: var(--albion-icon-font-family);
    font-weight: var(--albion-fw-bold);
    right: 20px;
    font-size: 14px;
}

.item__ordering select {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: var(--albion-fw-medium);
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 8px;
    outline: none;
    padding: 12px 40px 12px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    transition: all 0.3s ease;
}

.item__ordering select:focus {
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.2);
    background: rgba(0, 0, 0, 0.5);
}

.item__ordering::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--albion-theme-primary);
    font-family: var(--albion-icon-font-family);
    font-weight: var(--albion-fw-bold);
    right: 20px;
    font-size: 14px;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .item__ordering select {
        padding: 10px 40px 10px 20px;
    }
}

.item__item {
    width: 100%;
    height: auto;
    min-height: 280px;
    background: rgba(22, 27, 34, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    margin: 0 0 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.item__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, transparent 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.item__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.15);
    border-color: rgba(var(--albion-theme-primary-rgb), 0.4);
}

.item__item:hover::before {
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .item__item {
        min-height: 300px;
    }
}

@media (max-width: 991.98px) {
    .item__item {
        width: 100%;
        margin: 0 0 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item__item {
        height: auto;
        width: 100%;
    }
}

.item__item-thumb {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.item__item:hover .item__item-thumb {
    border-color: rgba(var(--albion-theme-primary-rgb), 0.3);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

.item__item-thumb img {
    border-radius: 6px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    max-height: 140px;
    width: auto;
}

.item__item:hover .item__item-thumb img {
    transform: scale(1.08);
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.5));
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item__item-thumb img {
        max-height: 200px;
    }
}

.item__item-thumb .wishlist-button {
    position: absolute;
    top: 18px;
    right: 18px;
    line-height: 1;
    color: var(--albion-body-color);
}

.item__item-thumb .wishlist-button:hover {
    color: var(--albion-theme-primary);
}

.item__item-line {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 0 0 15px;
}

.item__item-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
    line-height: 1.2;
}

.item__item-content-top .title {
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.item__item:hover .item__item-content-top .title {
    color: #fff;
}

.item__item-content-top .title a:hover {
    color: var(--albion-theme-primary);
    text-shadow: 0 0 10px rgba(var(--albion-theme-primary-rgb), 0.4);
}

.item__item-price {
    font-size: 16px;
    font-family: var(--albion-heading-font-family);
    font-weight: 700;
    color: var(--albion-theme-primary);
    margin-left: 10px;
    text-shadow: 0 0 10px rgba(var(--albion-theme-primary-rgb), 0.3);
}

.item__item-cat {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.item__item:hover .item__item-cat {
    color: #aaa;
}

.item__item-cat a {
    color: var(--albion-body-color);
}

.item__item-cat a:hover {
    color: var(--albion-theme-primary);
}

.related__products-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.related__products-item:last-child {
    margin: 0 0;
}

.related__products-thumb {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.related__products-thumb img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--albion-border-4);
}

.related__products-content {
    flex-grow: 1;
}

.related__products-content .product-name {
    font-size: 14px;
    margin: 0 0 5px;
}

.related__products-content .product-name a:hover {
    color: var(--albion-theme-primary);
}

.related__products-content .amount {
    display: block;
    font-weight: var(--albion-fw-semi-bold);
    font-family: var(--albion-heading-font-family);
    font-size: 15px;
}

.product-categories li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--albion-border-4);
}

.product-categories li:last-child {
    margin-bottom: 10px;
    padding-bottom: 0;
    border: none;
}

.product-categories li:hover {
    color: var(--albion-common-color-white);
}

.product-categories li a {
    display: block;
    color: var(--albion-body-color);
    text-transform: uppercase;
}

.product-categories li a:hover {
    color: var(--albion-common-color-white);
}

.product-categories li .float-right {
    margin-left: auto;
}

.item__details-images-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 55%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .item__details-images-wrap {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991.98px) {
    .item__details-images-wrap {
        width: 80%;
        margin: 0 0 50px;
    }
}

@media (max-width: 767.98px) {
    .item__details-images-wrap {
        width: 100%;
    }
}

.item__details-images-wrap .nav-tabs {
    flex-direction: column;
    width: 93px;
    flex: 0 0 auto;
    gap: 13px;
    margin-right: 18px;
}

@media (max-width: 1199.98px) {
    .item__details-images-wrap .nav-tabs {
        flex-direction: row;
        width: 100%;
        gap: 15px;
        margin: 15px 0 0;
    }
}

.item__details-images-wrap .nav-tabs .nav-item {
    margin: 0 0;
    filter: drop-shadow(0 0 0.3rem rgba(19, 19, 19, 0.49));
}

.item__details-images-wrap .nav-tabs .nav-link {
    padding: 9px;
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #1b242e;
}

.item__details-images-wrap .nav-tabs .nav-link img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.item__details-images-wrap .tab-content {
    filter: drop-shadow(0 0 0.75rem rgba(19, 19, 19, 0.49));
}

.item__details-images-wrap .tab-pane {
    padding: 19px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: #1b242e;
}

@media (max-width: 767.98px) {
    .item__details-images-wrap .tab-pane {
        padding: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item__details-images-wrap .tab-pane {
        padding: 19px;
    }
}

.item__details-images-wrap .tab-pane img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.item__details-images-wrap .tab-pane.active {
    animation: none !important;
}

.item__details-content {
    width: 44%;
    flex: 0 0 auto;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .item__details-content {
        width: 100%;
        margin: 0 0;
    }
}

.item__details-content .title {
    font-size: 40px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 1.5px;
    margin: 0 0 13px;
}

@media (max-width: 767.98px) {
    .item__details-content .title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item__details-content .title {
        font-size: 40px;
    }
}

.item__details-rating {
    font-size: 13px;
    margin: 0 0 8px;
}

.item__details-rating i {
    color: var(--albion-common-color-rating);
}

.item__details-rating .rating-count {
    margin-left: 5px;
    font-weight: var(--albion-fw-medium);
}

.item__details-price {
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    margin: 13px 0 28px;
}

.item__details-price .amount {
    font-size: 18px;
    color: var(--albion-common-color-white);
}

.item__details-price .stock-status {
    font-size: 16px;
    color: var(--albion-theme-primary);
}

.item__details-short-description {
    margin: 0 0 27px;
}

.item__details-short-description p {
    font-weight: var(--albion-fw-medium);
}

.item__details-model {
    margin: 0 0 35px;
}

.item__details-model .model {
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-common-color-white);
}

.item__details-model ul {
    gap: 10px;
    margin-left: 15px;
}

.item__details-model ul li {
    display: block;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
    border-width: 0.25px;
    border-color: #282f36;
    border-style: solid;
    border-radius: 2px;
    background: #1b242e;
    text-transform: uppercase;
    font-weight: var(--albion-fw-extra-bold);
    font-size: 13px;
    font-family: var(--albion-heading-font-family);
    line-height: 1;
    padding: 7px 17px;
    cursor: pointer;
}

.item__details-model ul li.active {
    border-color: var(--albion-common-color-rating);
    background: var(--albion-common-color-rating);
    color: var(--albion-common-color-black);
}

.item__details-qty {
    padding: 30px 0 0;
    border-top: 1px solid #1b242e;
}

.item__details-qty>* {
    gap: 12px;
}

.item__details-qty .quantity {
    position: relative;
    width: 99px;
}

.item__details-qty .quantity input {
    width: 100%;
    border-width: 0.25px;
    border-color: #282f36;
    border-style: solid;
    border-radius: 3px;
    background: #1b242e;
    height: 53px;
    padding: 13px 40px 13px 25px;
    font-weight: var(--albion-fw-extra-bold);
    font-size: 14px;
    font-family: var(--albion-heading-font-family);
}

.item__details-qty .quantity .qtybutton-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 18px;
    height: 100%;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.item__details-qty .quantity .qtybutton-box span {
    cursor: pointer;
}

.item__details-cart-btn {
    display: block;
    width: 160px;
    height: 53px;
    text-align: center;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-extra-bold);
    font-size: 15px;
    text-transform: uppercase;
    color: var(--albion-common-color-black);
    letter-spacing: 1px;
    background-color: var(--albion-theme-primary);
    border: none;
    -webkit-clip-path: path("M8,0H152a8,8,0,0,1,8,8V33.63C160,37.36,140,53,140,53H8a8,8,0,0,1-8-8V8A8,8,0,0,1,8,0Z");
    clip-path: path("M8,0H152a8,8,0,0,1,8,8V33.63C160,37.36,140,53,140,53H8a8,8,0,0,1-8-8V8A8,8,0,0,1,8,0Z");
}

.item__details-cart-btn:hover {
    color: var(--albion-common-color-black);
    background-color: var(--albion-theme-secondary);
}

.item__details-bottom {
    margin: 34px 0 0;
}

.item__details-bottom>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}

.item__details-bottom>div:not(:last-child) {
    margin-bottom: 13px;
}

.item__details-bottom b {
    color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-semi-bold);
    margin-right: 6px;
}

.item__details-bottom a {
    display: inline-block;
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    color: var(--albion-body-color);
    margin-left: 5px;
}

.item__details-bottom a:hover {
    color: var(--albion-theme-primary);
}

.item__details-bottom .product_share a:not(:last-child) {
    margin-right: 10px;
}

.animation-none {
    animation: none !important;
}

.product__desc-wrap {
    margin: 90px 0 0;
}

.product__desc-wrap .nav {
    border-bottom: 1px solid var(--albion-border-5);
    margin: 0 0 5px;
}

@media (max-width: 767.98px) {
    .product__desc-wrap .nav {
        margin: 0 0 20px;
        padding-bottom: 15px;
        gap: 5px 25px;
    }
}

.product__desc-wrap .nav-item {
    margin: 0 0 -1px;
}

.product__desc-wrap .nav-link {
    padding: 11px 25px;
    text-transform: uppercase;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-body-color);
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 767.98px) {
    .product__desc-wrap .nav-link {
        padding: 0 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

.product__desc-wrap .nav-link:hover {
    border-color: transparent;
}

.product__desc-wrap .nav-link.active {
    color: var(--albion-theme-primary);
    border-color: #282f36;
    background: #1b242e;
}

@media (max-width: 767.98px) {
    .product__desc-wrap .nav-link.active {
        background: transparent;
    }
}

.product__desc-wrap .tab-content {
    background: #161e26;
    padding: 25px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1199.98px) {
    .product__desc-wrap .tab-content {
        padding: 25px 25px;
    }
}

.product__desc-wrap .tab-content p {
    font-weight: var(--albion-fw-medium);
}

.product__desc-wrap .tab-content table {
    margin: 0 0;
}

.product__desc-wrap .tab-content table th,
.product__desc-wrap .tab-content table td {
    padding: 10px 25px;
    border-color: #30363d;
    border: 1px solid #30363d;
}

@media (max-width: 767.98px) {

    .product__desc-wrap .tab-content table th,
    .product__desc-wrap .tab-content table td {
        padding: 10px 20px;
    }
}

.product__desc-wrap .tab-content table th {
    color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-semi-bold);
    width: 25%;
}

@media (max-width: 1199.98px) {
    .product__desc-wrap .tab-content table th {
        width: 30%;
    }
}

@media (max-width: 991.98px) {
    .product__desc-wrap .tab-content table th {
        width: 40%;
    }
}

@media (max-width: 767.98px) {
    .product__desc-wrap .tab-content table th {
        width: auto;
    }
}

.product__desc-wrap .tab-content table td {
    color: var(--albion-body-color);
    font-weight: var(--albion-fw-medium);
    font-style: italic;
}

.product__desc-review {
    padding: 25px 30px;
    border: 1px solid #30363d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .product__desc-review {
        padding: 20px 20px;
    }
}

.related__product-wrapper {
    padding: 110px 0 0;
}

.related__product-wrapper .related-title {
    font-size: 36px;
    font-weight: var(--albion-fw-extra-bold);
    letter-spacing: 2px;
    margin: 0 0 35px;
}

@media (max-width: 991.98px) {
    .related__product-wrapper .related-title {
        text-align: center;
    }
}


/*=============================
    
===============================*/

.blog-area {
    padding: 120px 0;
}

.blog-post-wrapper {
    width: 69%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .blog-post-wrapper {
        width: 65%;
    }
}

@media (max-width: 991.98px) {
    .blog-post-wrapper {
        width: 100%;
    }
}

.blog-post-wrapper .pagination__wrap {
    margin: 60px 0 0;
}

.blog-post-wrapper .pagination__wrap ul {
    justify-content: flex-start !important;
}

@media (max-width: 991.98px) {
    .blog-post-wrapper .pagination__wrap ul {
        justify-content: center !important;
    }
}

.blog-post-item {
    margin: 0 0 50px;
}

.blog-post-thumb img {
    max-width: 100%;
}

.blog-post-content {
    background: #182029;
    padding: 40px 45px 40px 40px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    border: 1px solid #232a30;
}

@media (max-width: 1199.98px) {
    .blog-post-content {
        padding: 35px 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-post-content {
        padding: 30px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-post-content {
        padding: 40px 30px;
    }
}

.blog-post-content .title {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 23px;
}

@media (max-width: 767.98px) {
    .blog-post-content .title {
        font-size: 24px;
        letter-spacing: 0;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-post-content .title {
        font-size: 28px;
    }
}

.blog-post-content .title a:hover {
    color: var(--albion-theme-primary);
}

.blog-post-content p {
    font-weight: var(--albion-fw-medium);
}

.blog-post-meta {
    margin: 0 0 17px;
}

.blog-post-meta ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 40px;
}

@media (max-width: 767.98px) {
    .blog-post-meta ul {
        gap: 10px 25px;
    }
}

.blog-post-meta ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--albion-fw-semi-bold);
    line-height: 1;
}

.blog-post-meta ul li i {
    color: var(--albion-theme-primary);
    margin-right: 5px;
}

.blog-post-meta ul li a {
    display: block;
    color: var(--albion-body-color);
}

.blog-post-meta ul li a:hover {
    color: var(--albion-theme-primary);
}

.blog-post-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 35px 0 0;
}

.blog-post-read {
    margin-right: 20px;
}

.blog-post-read a {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-body-color);
    font-family: var(--albion-body-font-family);
    letter-spacing: 0.5px;
}

.blog-post-read a i {
    font-size: 16px;
    color: var(--albion-theme-primary);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-left: 4px;
}

.blog-post-read a:hover {
    color: var(--albion-theme-primary);
}

.blog-post-read a:hover i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.blog-post-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.blog-post-share .share {
    margin: 0 0;
    font-size: 14px;
    font-weight: var(--albion-fw-bold);
    color: var(--albion-body-color);
    font-family: var(--albion-body-font-family);
    letter-spacing: 1px;
}

.blog-post-share ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.blog-post-share ul li {
    margin-left: 16px;
}

.blog-post-share ul a {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--albion-body-color);
}

.blog-post-share ul a:hover {
    color: var(--albion-theme-primary);
}

.blog-post-sidebar {
    /* width: 31%; */ /* Adjusted because of new account page layout */
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .blog-post-sidebar {
        width: 35%;
    }
}

@media (max-width: 991.98px) {
    .blog-post-sidebar {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .blog-post-sidebar {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-post-sidebar {
        width: 80%;
    }
}

.blog-sidebar {
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .blog-sidebar {
        margin: 100px 0 0;
    }
}

.blog-widget {
    margin: 0 0 50px;
}

.blog-widget:last-child {
    margin: 0 0;
}

.blog-details-area .blog-post-item {
    margin: 0 0 65px;
}

.blog-details-area .blog-post-thumb {
    margin: 0 0 35px;
}

@media (max-width: 767.98px) {
    .blog-details-area .blog-post-thumb {
        margin: 0 0 25px;
    }
}

.blog-details-content {
    background: transparent;
    padding: 0 0;
    -webkit-clip-path: none;
    clip-path: none;
    border: none;
}

.blog-details-content p {
    font-weight: var(--albion-fw-regular);
}

.blog-details-inner {
    margin: 35px 0 30px;
}

.blog-details-inner .inner-title {
    margin: 0 0 15px;
}

.blog-details-inner-img {
    margin: 0 0 30px;
}

.blog-details-bottom {
    padding-top: 25px;
    border-top: 2px solid #19222b;
    margin: 65px 0 0;
}

.blog-details-bottom>* {
    row-gap: 15px;
}

.blog-details-bottom .tg-post-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.blog-details-bottom .tg-post-tags ul {
    line-height: 1;
}

.blog-details-bottom .tg-post-tags ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--albion-fw-medium);
    margin-right: 8px;
}

.blog-details-bottom .tg-post-tags ul li a {
    display: inline-block;
    line-height: 1;
    color: var(--albion-body-color);
    font-weight: var(--albion-fw-medium);
}

.blog-details-bottom .tg-post-tags ul li a:hover {
    color: var(--albion-theme-primary);
}

.blog-details-bottom .tags-title {
    font-size: 14px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    font-family: var(--albion-body-font-family);
    line-height: 1;
    margin: 0 13px 0 0;
}

.blog-details-bottom .blog-post-share ul a {
    color: var(--albion-common-color-white);
    font-size: 15px;
}

.blog-details-bottom .blog-post-share ul a:hover {
    color: var(--albion-theme-primary);
}

blockquote {
    padding-left: 80px;
    position: relative;
    margin: 27px 0 28px;
    font-size: 20px;
    color: var(--albion-common-color-white);
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 767.98px) {
    blockquote {
        padding: 0;
        text-align: center;
        font-size: 18px;
    }
}

blockquote::before {
    content: "\f137";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Flaticon";
    color: var(--albion-theme-primary);
    font-size: 52px;
    line-height: 1;
    font-style: normal;
}

@media (max-width: 767.98px) {
    blockquote::before {
        position: relative;
        display: block;
        font-size: 40px;
        margin: 0 0 7px;
    }
}

blockquote p {
    font-size: 20px;
    color: var(--albion-common-color-white);
    line-height: 1.5;
    font-style: italic;
    font-weight: var(--albion-fw-medium) !important;
}

@media (max-width: 767.98px) {
    blockquote p {
        font-size: 18px;
    }
}


/* Blog avatar */

.blog__avatar-wrap {
    overflow: hidden;
    padding: 20px 55px 20px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #232a30;
    background: #182029;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 1199.98px) {
    .blog__avatar-wrap {
        padding: 20px 45px 20px 30px;
    }
}

@media (max-width: 767.98px) {
    .blog__avatar-wrap {
        display: block;
        text-align: center;
        padding: 35px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__avatar-wrap {
        padding: 30px 30px;
    }
}

.blog__avatar-img {
    margin-right: 30px;
    width: 145px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .blog__avatar-img {
        margin-right: 30px;
        width: 130px;
    }
}

@media (max-width: 767.98px) {
    .blog__avatar-img {
        margin: 0 auto 25px;
    }
}

.blog__avatar-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 145px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .blog__avatar-img img {
        height: 130px;
    }
}

.blog__avatar-info .designation {
    font-size: 13px;
    color: var(--albion-theme-secondary);
    font-weight: var(--albion-fw-semi-bold);
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog__avatar-info .name {
    font-size: 20px;
    margin-bottom: 12px;
}

.blog__avatar-info .name a:hover {
    color: var(--albion-theme-primary);
}

.blog__avatar-info p {
    margin: 0 0 0;
}

.comments-wrap-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 40px;
}

.comments-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #19222b;
}

@media (max-width: 767.98px) {
    .comments-box {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.comments-avatar {
    margin-right: 25px;
    width: 132px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .comments-avatar {
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .comments-avatar {
        margin: 0 0 15px;
    }
}

.comments-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.comments-text {
    flex-grow: 1;
}

.comments-text .avatar-name {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.comments-text .avatar-name .name {
    font-size: 18px;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    margin-top: 0;
}

.comments-text .avatar-name .date {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
}

.comments-text .comment-reply-link {
    font-size: 16px;
    letter-spacing: 1.5px;
}

.comments-text .comment-reply-link i {
    color: var(--albion-theme-primary);
    margin-right: 3px;
}

.comments-text .comment-reply-link:hover {
    color: var(--albion-theme-primary);
}

.comments-text p {
    margin: 0 0;
}

.latest-comments {
    margin: 0 0 70px;
}

.latest-comments .children {
    margin: 0 0 0 80px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .latest-comments .children {
        margin: 0 0;
    }
}

.comment-reply-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 17px;
}

.comment-form .form-grp {
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    margin: 0 0 30px;
}

.comment-form .form-grp::after {
    content: "";
    position: absolute;
    background-color: #19222b;
    width: 60px;
    height: 2px;
    right: -21px;
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.comment-form .form-grp input,
.comment-form .form-grp textarea {
    display: block;
    width: 100%;
    border: 2px solid #19222b;
    background: transparent;
    color: var(--albion-common-color-white);
    padding: 14px 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.comment-form .form-grp textarea {
    height: 160px;
    max-height: 160px;
}

.comment-form .form-grp input::placeholder,
.comment-form .form-grp textarea::placeholder {
    opacity: 0.8;
}

.comment-form [type=submit] {
    -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
}

.comment-form [type=submit]:hover {
    background: var(--albion-theme-secondary);
}

.comment-notes {
    margin: 0 0 40px;
}

@media (max-width: 767.98px) {
    .sidebar__author {
        text-align: center;
    }
}

.sidebar__author-thumb {
    margin: 0 0 25px;
}

.sidebar__author-content .name {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.sidebar__author-content p {
    font-weight: var(--albion-fw-medium);
    margin: 0 0;
}

.sidebar__author-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    margin: 20px 0 0;
}

@media (max-width: 767.98px) {
    .sidebar__author-social {
        justify-content: center;
    }
}

.sidebar__author-social a {
    display: block;
    line-height: 1;
    color: var(--albion-common-color-white);
}

.sidebar__author-social a:hover {
    color: var(--albion-theme-primary);
}

.sidebar-search-form input {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    background: #182029;
    padding: 17px 50px 17px 25px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    border: 1px solid #232a30;
    color: var(--albion-common-color-white);
}

.sidebar-search-form input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--albion-body-color);
    opacity: 0.54;
    font-weight: var(--albion-fw-medium);
}

.sidebar-search-form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    border: none;
    padding: 0 0;
    background: transparent;
    color: var(--albion-common-color-white);
    font-size: 18px;
}

.sidebar-search-form button:hover {
    color: var(--albion-theme-primary);
}

.fw-title {
    font-size: 22px;
    margin: 0 0 25px;
}

.widget_categories ul li {
    font-size: 15px;
    font-weight: var(--albion-fw-semi-bold);
    color: var(--albion-body-color);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 14px;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li a {
    color: var(--albion-body-color);
    position: relative;
    display: block;
}

.widget_categories ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--albion-theme-primary);
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.widget_categories ul li a:hover {
    padding-left: 18px;
    color: var(--albion-theme-primary);
}

.widget_categories ul li a:hover::before {
    width: 7px;
}

.widget_categories ul li .float-right {
    position: absolute;
    top: 0;
    right: 0;
}

.rc__post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 30px 20px 0;
}

@media (max-width: 1500px) {
    .rc__post-item {
        margin: 0 0 20px;
    }
}

.rc__post-item:last-child {
    margin-bottom: 0;
}

.rc__post-thumb {
    width: 112px;
    height: 88px;
    margin-right: 24px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .rc__post-thumb {
        width: 90px;
    }
}

@media (max-width: 991.98px) {
    .rc__post-thumb {
        width: 100px;
    }
}

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

.rc__post-content {
    flex-grow: 1;
}

.rc__post-content .title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}

.rc__post-content .title a:hover {
    color: var(--albion-theme-primary);
}

.rc__post-content .date {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--albion-fw-medium);
    letter-spacing: 0.5px;
}

.sidebar__newsletter p {
    font-weight: var(--albion-fw-medium);
    margin: 0 0 25px;
}

.sidebar__newsletter-form {
    position: relative;
}

.sidebar__newsletter-form [type=email] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #19222b;
    background: transparent;
    font-size: 15px;
    font-weight: var(--albion-fw-medium);
    color: var(--albion-theme-primary);
    padding: 0 0 15px;
}

.sidebar__newsletter-form [type=email]::placeholder {
    font-size: 15px;
    font-weight: var(--albion-fw-medium);
    color: var(--albion-theme-primary);
}

.sidebar__newsletter-form [type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar__insta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}

.sidebar__insta img {
    width: 100%;
}

.tagcloud {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tagcloud a {
    display: block;
    font-size: 14px !important;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    color: var(--albion-body-color);
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 0);
    border: 1px solid #232a30;
    background: #182029;
    padding: 9px 24px;
}

@media (max-width: 1500px) {
    .tagcloud a {
        padding: 8px 22px;
    }
}

@media (max-width: 767.98px) {
    .tagcloud a {
        padding: 6px 20px;
    }
}

.tagcloud a:hover {
    background: var(--albion-theme-primary);
    border-color: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
}


/*=============================
    
===============================*/

.contact-area {
    padding: 140px 0 125px;
}

.contact__content {
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .contact__content {
        margin-right: 0;
    }
}

.contact__content .overlay-title {
    font-size: 90px;
    line-height: 0.8;
    font-weight: var(--albion-fw-extra-bold);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: translateY(calc(-100% + 13px));
    -moz-transform: translateY(calc(-100% + 13px));
    -ms-transform: translateY(calc(-100% + 13px));
    -o-transform: translateY(calc(-100% + 13px));
    transform: translateY(calc(-100% + 13px));
    margin: 0 0;
    letter-spacing: 4px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .contact__content .overlay-title {
        font-size: 16vw;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__content .overlay-title {
        font-size: 13vw;
    }
}

.contact__content .overlay-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 100%;
    background: rgb(15, 22, 27);
    background: linear-gradient(0deg, rgb(15, 22, 27) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.65;
}

.contact__content .overlay-title span {
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--albion-common-color-white);
    opacity: 0.05;
}

.contact__content>.title {
    font-size: 45px;
    font-weight: var(--albion-fw-extra-bold);
    margin: 0 0 21px;
}

@media (max-width: 767.98px) {
    .contact__content>.title {
        font-size: 40px;
    }
}

.contact__content p {
    font-weight: var(--albion-fw-medium);
    margin: 0 0 0;
}

.contact__content .footer-el-widget {
    margin: 30px 0 0 !important;
}

@media (max-width: 991.98px) {
    .contact__form-wrap {
        margin: 50px 0 0;
    }
}

.contact__form-wrap .input-grp {
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    margin: 0 0 30px;
}

.contact__form-wrap .input-grp::after {
    content: "";
    position: absolute;
    background-color: #262f39;
    width: 60px;
    height: 1px;
    right: -21px;
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact__form-wrap .input-grp input,
.contact__form-wrap .input-grp textarea {
    display: block;
    width: 100%;
    border: 1px solid #262f39;
    background: transparent;
    color: var(--albion-common-color-white);
    padding: 15px 25px;
}

.contact__form-wrap .input-grp textarea {
    height: 148px;
    max-height: 148px;
}

.contact__form-wrap .input-grp.message-grp {
    margin: 0 0 35px;
}

.contact__form-wrap .submit-btn {
    -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    background: var(--albion-theme-primary);
    color: var(--albion-common-color-black);
    font-family: var(--albion-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--albion-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
}

.contact__form-wrap .submit-btn:hover {
    background: var(--albion-theme-secondary);
}

.contact__form-wrap .ajax-response {
    margin: 0 0;
}

.contact__form-wrap .ajax-response.error,
.contact__form-wrap .ajax-response.success {
    margin-top: 15px;
}

.contact__form-wrap .ajax-response.error {
    color: var(--albion-theme-secondary);
}

.contact__form-wrap .ajax-response.success {
    color: var(--albion-theme-primary);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

@media (max-width: 1500px) {
    .contact-map iframe {
        height: 450px;
    }
}


/*=============================
	1. Pagination
===============================*/

.pagination__wrap {
    margin: 20px 0 0;
}

.pagination__wrap ul {
    gap: 10px 15px;
}

@media (max-width: 767.98px) {
    .pagination__wrap ul {
        gap: 10px;
    }
}

.pagination__wrap .page-numbers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-image: -moz-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-color: #171d24;
    border: 1px solid var(--albion-border-4);
    color: var(--albion-body-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-bold);
}

@media (max-width: 767.98px) {
    .pagination__wrap .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.pagination__wrap .page-numbers.current {
    background-image: none;
    border-color: var(--albion-theme-primary);
    background-color: var(--albion-theme-primary);
    color: var(--albion-common-color-black-2);
}


/*=============================
  
===============================*/

.footer__top-wrap {
    padding: 80px 0 30px;
    border-top: 1px solid #151d23;
}

.footer-widget {
    margin: 0 0 50px;
}

.footer-widget .fw-title {
    font-size: 20px;
    margin: 0 0 28px;
}

@media (max-width: 767.98px) {
    .footer-widget .fw-title {
        margin: 0 0 20px;
    }
}

.footer-widget ul li {
    margin: 0 0 6px;
}

.footer-widget ul li a {
    font-size: 15px;
    display: inline-block;
    color: var(--albion-body-color);
    position: relative;
}

.footer-widget ul li a:hover {
    color: var(--albion-theme-primary);
}

.footer-widget.widget_nav_menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--albion-theme-primary);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.footer-widget.widget_nav_menu ul li a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer-logo {
    margin: 0 0 30px;
}

.footer-text {
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    .footer-text {
        margin-right: 0;
    }
}

.footer-text .desc {
    margin: 0 0 25px;
    font-size: 15px;
}

.footer-text .social-title {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    color: #ecebeb;
    line-height: 1;
}

.footer-text .social-title span {
    color: var(--albion-theme-primary);
}

.footer-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.footer-social a {
    display: block;
}

.footer-social img {
    max-width: 30px;
}

.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+2) .footer-widget {
    padding-left: 40px;
}

@media (max-width: 767.98px) {
    .footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+2) .footer-widget {
        padding-left: 0;
    }
}

.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+3) .footer-widget {
    padding-left: 50px;
}

@media (max-width: 991.98px) {
    .footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+3) .footer-widget {
        padding-left: 0;
    }
}

.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+4) .footer-widget {
    padding-left: 78px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+4) .footer-widget {
        padding-left: 0;
    }
}

.footer__country {
    margin: 0 0 100px;
}

.footer__country-name {
    line-height: 1;
}

.footer__country-name .text {
    margin: 0 0;
    font-size: 90px;
    text-transform: capitalize;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--albion-common-color-white);
    font-weight: var(--albion-fw-extra-bold);
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 0.85;
    opacity: 0.66;
}

@media (max-width: 767.98px) {
    .footer__country-name .text {
        display: block;
        font-size: 12vw;
        -webkit-text-stroke-width: 1px;
        line-height: 0.9;
    }
}

.footer__country-name .text:hover {
    opacity: 1;
}

.footer__country-name .text::selection {
    -webkit-text-stroke-color: transparent;
}

.footer-style-two {
    background-color: var(--albion-common-color-black-6);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-style-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bg/footer_shape.png);
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
    z-index: -1;
}

.footer-style-two.active-footer::before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.footer__two-widgets {
    margin: 0 0 20px;
}

.footer-el-widget {
    margin: 0 0 50px;
}

.footer-el-widget:not(.widget_nav_menu) {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .footer-el-widget:not(.widget_nav_menu) {
        margin-top: 0;
    }
}

.footer-el-widget .title {
    position: relative;
    font-size: 18px;
    padding-left: 30px;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.footer-el-widget .title::before,
.footer-el-widget .title::after {
    content: "\f0d9";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: var(--albion-icon-font-family);
    font-size: 20px;
}

.footer-el-widget .title::after {
    content: "\f0da";
    color: var(--albion-theme-primary);
    left: 11px;
}

.footer-el-widget.text-start .title {
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 767.98px) {
    .footer-el-widget.text-start .title {
        padding-left: 30px;
        padding-right: 0;
    }
}

.footer-el-widget.text-start .title::before {
    left: auto;
    right: 11px;
}

@media (max-width: 767.98px) {
    .footer-el-widget.text-start .title::before {
        left: 0;
        right: auto;
    }
}

.footer-el-widget.text-start .title::after {
    content: "\f0da";
    color: var(--albion-theme-primary);
    left: auto;
    right: 0;
}

@media (max-width: 767.98px) {
    .footer-el-widget.text-start .title::after {
        left: 11px;
        right: auto;
    }
}

.footer-el-widget>ul.list-wrap li {
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-medium);
    color: #e2e1e1;
}

@media (max-width: 991.98px) {
    .footer-el-widget>ul.list-wrap li br {
        display: none;
    }
}

.footer-el-widget>ul.list-wrap li a {
    color: #e2e1e1;
}

.footer-el-widget>ul.list-wrap li a:hover {
    color: var(--albion-theme-primary);
}

.footer-el-widget.widget_nav_menu ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0 0 13px;
}

@media (max-width: 767.98px) {
    .footer-el-widget.widget_nav_menu ul li {
        justify-content: flex-start;
        margin: 0 0 10px;
    }
}

.footer-el-widget.widget_nav_menu ul li:last-child {
    margin: 0 0;
}

.footer-el-widget.widget_nav_menu ul li a {
    display: block;
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    font-weight: var(--albion-fw-semi-bold);
    color: #e2e1e1;
    position: relative;
}

.footer-el-widget.widget_nav_menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 42px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: var(--albion-theme-primary);
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-el-widget.widget_nav_menu ul li a:hover {
    color: var(--albion-theme-primary);
}

.footer-el-widget.widget_nav_menu ul li a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
}

.footer-el-logo img {
    max-width: 165px;
}

.footer-newsletter p {
    margin: 0 0 25px;
    font-size: 15px;
}

.footer-newsletter-form {
    position: relative;
}

.footer-newsletter-form [type=email] {
    display: block;
    border: none;
    background: #1f2935;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 100px 17px 25px;
    font-size: 14px;
    height: 60px;
}

.footer-newsletter-form [type=email]::placeholder {
    font-size: 14px;
}

.footer-newsletter-form [type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    height: 100%;
    border: none;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 28px;
    color: #1f2935;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--albion-theme-primary);
}

.footer-newsletter-form [type=submit]:hover {
    background: var(--albion-theme-secondary);
}

.copyright__wrap {
    background: var(--albion-common-color-black-5);
    padding: 20px 0;
}

.copyright__wrap.-style-two {
    background: var(--albion-common-color-black-6);
}

@media (max-width: 767.98px) {
    .copyright__text {
        text-align: center;
    }
}

.copyright__text p {
    margin: 0 0;
    font-size: 14px;
    font-weight: var(--albion-fw-semi-bold);
    text-transform: uppercase;
    font-family: var(--albion-heading-font-family);
    color: #9f9f9f;
}

@media (max-width: 767.98px) {
    .copyright__text p {
        line-height: 1.45;
    }
}

.copyright__text p span {
    color: var(--albion-theme-primary);
}

@media (max-width: 767.98px) {
    .copyright__card {
        margin-top: 10px;
    }
}

.copyright__menu ul {
    gap: 0 55px;
}

@media (max-width: 1500px) {
    .copyright__menu ul {
        gap: 0 35px;
    }
}

@media (max-width: 991.98px) {
    .copyright__menu ul {
        gap: 0 25px;
        margin: 5px 0 0;
    }
}

.copyright__menu ul li a {
    display: block;
    text-transform: uppercase;
    color: #9f9f9f;
    font-weight: var(--albion-fw-semi-bold);
    font-family: var(--albion-heading-font-family);
}

.copyright__menu ul li a:hover {
    color: var(--albion-theme-primary);
}


/*=============================
   
===============================*/


/* slideDown Keyframes */

@-webkit-keyframes tgSlideDown {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tgSlideDown {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Blinker Keyframes */

@-webkit-keyframes shapeBlinker {
    50% {
        opacity: 0.59;
    }
}

@keyframes shapeBlinker {
    50% {
        opacity: 0.59;
    }
}


/* Rotation Keyframes */

@-webkit-keyframes mykdRotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mykdRotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Text Animation Keyframes */

.tg__animate-text span {
    animation: 0.8s both tg_animated_text;
}

@keyframes tg_animated_text {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 1;
        text-shadow: 0 0 25px var(--albion-theme-primary);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


/* Text Animation Keyframes */

.tg__animate-text.style2 span {
    animation: 0.8s both tg_animated_text2;
}

@keyframes tg_animated_text2 {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 1;
        text-shadow: 0 0 25px var(--albion-common-color-black-4);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


/* Shake Animation Keyframes */

@-webkit-keyframes breadcrumbShake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes breadcrumbShake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}


/* About Animation Keyframes */

@-webkit-keyframes xAnimation {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes xAnimation {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}


/* tabHover Animation Keyframes */

@-webkit-keyframes defaultInset {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes defaultInset {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }
}

@-webkit-keyframes activeInset {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes activeInset {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}


/* Button Animation Keyframes */

@-webkit-keyframes tg_arrow {
    49% {
        transform: translateX(80%);
    }

    50% {
        opacity: 0;
        transform: translateX(-80%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes tg_arrow {
    49% {
        transform: translateX(80%);
    }

    50% {
        opacity: 0;
        transform: translateX(-80%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes tg_arrow {
    49% {
        transform: translateX(80%);
    }

    50% {
        opacity: 0;
        transform: translateX(-80%);
    }

    51% {
        opacity: 1;
    }
}


/* ==========================================================================
   PAGE-SPECIFIC STYLES
   ========================================================================== */

/* --- Styles for Battle Report Page (fight2.php) --- */
.battle-report-page { /* <--- CORRECTED: Variables are now on the parent class */
    --theme-accent: var(--albion-theme-primary, #1abc9c);
    --theme-accent-rgb: var(--albion-theme-primary-rgb, 26, 188, 156);
}


/* --- Style for Equipment/Backpack Headers --- */
.battle-report-page .gear-header {
    color: #b0b0b0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Adjust margin for the very first header */
.battle-report-page .top-performer-card .gear-header:first-of-type {
    margin-top: 1rem;
}


.battle-report-page .glass-card {
    background: rgba(34, 36, 42, 0.85);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px; padding: 2rem; margin-bottom: 2rem;
}
.battle-report-page .glass-header {
    font-size: 1.5rem; font-weight: 700; color: #f0f0f0;
    margin-bottom: 1.5rem; padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.battle-report-page .glass-header::after {
    content: ''; position: absolute; bottom: -1px; left: 0;
    width: 60px; height: 2px; background-color: var(--theme-accent);
}

.battle-report-page .battle-report-tabs {
    display: flex;
    background-color: rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}
.battle-report-page .battle-report-tabs .nav-link {
    flex: 1;
    text-align: center;
    padding: 0.75rem 0;
    color: #b0b0b0;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    background: none;
}
.battle-report-page .battle-report-tabs .nav-link.active {
    background-color: var(--theme-accent);
    color: white;
    box-shadow: 0 2px 15px rgba(var(--theme-accent-rgb), 0.3);
}
.battle-report-page .tab-content { padding-top: 0; }

.battle-report-page .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; }
.battle-report-page .stat-item { text-align: center; }
.battle-report-page .stat-item .label { color: #b0b0b0; text-transform: uppercase; font-size: 0.8rem; }
.battle-report-page .stat-item .value { color: #f0f0f0; font-size: 1.8rem; font-weight: 700; }

.battle-report-page .top-performer-card { background: rgba(0,0,0,0.2); border-radius: 8px; padding: 1rem; text-align: center; }
.battle-report-page .top-performer-card .label { font-size: 0.8rem; text-transform: uppercase; color: #b0b0b0; }
.battle-report-page .top-performer-card .player a { font-size: 1.1rem; font-weight: 500; color: #f0f0f0; text-decoration: none; }
.battle-report-page .top-performer-card .player a:hover { color: var(--theme-accent); }
.battle-report-page .top-performer-card .stat { font-size: 1.5rem; font-weight: 700; color: var(--theme-accent); margin-top: 0.5rem; }

.battle-report-page .victim-gear-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); gap: 0.5rem; margin-top: 1rem; }
.battle-report-page .victim-gear-grid img { width: 100%; border-radius: 5px; background: rgba(0,0,0,0.3); }

.battle-report-page .dataTables_wrapper { color: #b0b0b0; }
.battle-report-page .dataTables_filter input, .battle-report-page .dataTables_length select { background-color: rgba(0,0,0,0.3); border: 1px solid #444; border-radius: 5px; color: white; padding: 8px 12px; }
.battle-report-page .dataTables_paginate .paginate_button { background: transparent !important; border: 1px solid #555 !important; color: #b0b0b0 !important; margin: 0 3px !important; border-radius: 5px !important; }
.battle-report-page .dataTables_paginate .paginate_button:hover, .battle-report-page .dataTables_paginate .paginate_button.current { background: var(--theme-accent) !important; border-color: var(--theme-accent) !important; color: white !important; }

.battle-report-page .table { --bs-table-bg: transparent; --bs-table-border-color: #3a3d46; }
.battle-report-page .table thead th { font-size: 0.8rem; color: #b0b0b0; text-transform: uppercase; }
.battle-report-page .table tbody tr:hover { background-color: rgba(var(--theme-accent-rgb), 0.08) !important; }
.battle-report-page .table td { vertical-align: middle; }
.battle-report-page .table td a { color: #f0f0f0; text-decoration: none; font-weight: 500; }
.battle-report-page .table td a:hover { color: var(--theme-accent); }
.battle-report-page .text-fame { color: var(--theme-accent); font-weight: bold; }



/* --- Styles for ZvZ List Page (zvz2.php) --- */
.zvz-list-page { /* <--- CORRECTED: Variables are now on the parent class */
    --theme-accent: var(--albion-theme-primary, #1abc9c);
    --theme-accent-rgb: var(--albion-theme-primary-rgb, 26, 188, 156);
}
.zvz-list-page .killboard-container {
    background-color: rgba(33, 37, 41, .95);
    border: 1px solid #444;
    padding: 2rem;
    border-radius: 8px;
}
.zvz-list-page .killboard-header .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 0.5rem;
}
.zvz-list-page .killboard-header .subtitle {
    color: #b0b0b0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #444;
    padding-bottom: 1rem;
}
.zvz-list-page .killboard-header .highlight {
    color: var(--theme-accent);
    font-weight: 500;
}
.zvz-list-page .filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.zvz-list-page .segmented-control {
    display: flex;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 4px;
    border: 1px solid #444;
}
.zvz-list-page .segmented-control a {
    padding: 6px 14px;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.zvz-list-page .segmented-control a.active {
    background-color: var(--theme-accent);
    color: white;
    box-shadow: 0 2px 10px rgba(var(--theme-accent-rgb), 0.3);
}
.zvz-list-page .dataTables_wrapper { color: #b0b0b0; }
.zvz-list-page .dataTables_filter input {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #444;
    border-radius: 5px;
    color: white;
    margin-left: 0.5em;
    padding: 8px 12px;
}
.zvz-list-page .dataTables_paginate .paginate_button {
    background: transparent !important;
    border: 1px solid #555 !important;
    color: #b0b0b0 !important;
    margin: 0 3px !important;
    border-radius: 5px !important;
}
.zvz-list-page .dataTables_paginate .paginate_button:hover {
    background: var(--theme-accent) !important;
    border-color: var(--theme-accent) !important;
    color: white !important;
}
.zvz-list-page .dataTables_paginate .paginate_button.current {
    background: var(--theme-accent) !important;
    border-color: var(--theme-accent) !important;
    color: white !important;
}
.zvz-list-page table.dataTable { border-collapse: collapse !important; width: 100% !important; }
.zvz-list-page .table { --bs-table-bg: transparent; --bs-table-border-color: #3a3d46; }
.zvz-list-page .table thead th {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #b0b0b0;
    font-weight: 500;
    border-bottom-width: 2px !important;
}
.zvz-list-page .table tbody tr { transition: background-color 0.2s ease; }
.zvz-list-page .table tbody tr:hover { background-color: rgba(var(--theme-accent-rgb), 0.08) !important; }
.zvz-list-page .table td { vertical-align: middle; font-size: 0.9rem; }
.zvz-list-page .table td a { color: #f0f0f0; text-decoration: none; font-weight: 500; }
.zvz-list-page .table td a:hover { color: var(--theme-accent); }
.zvz-list-page .text-fame {
    color: var(--theme-accent);
    font-weight: bold;
}
.zvz-list-page .more-indicator {
    font-weight: bold;
    color: var(--theme-accent);
    cursor: help;
    border-bottom: 1px dotted var(--theme-accent);
}


/* --- Styles for PvP List Page (pvp2.php) --- */
.pvp-list-page { /* <--- CORRECTED: Variables are now on the parent class */
    --theme-accent: var(--albion-theme-primary, #1abc9c);
    --theme-accent-rgb: var(--albion-theme-primary-rgb, 26, 188, 156);
    --theme-bronze: #5a4e3a;
}
.pvp-list-page .killboard-container {
    background-color: rgba(33, 37, 41, .95);
    border: 1px solid #444;
    padding: 2rem;
    border-radius: 8px;
}
.pvp-list-page .killboard-header .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 0.5rem;
}
.pvp-list-page .killboard-header .subtitle {
    color: #b0b0b0;
    margin-bottom: 2rem;
}
.pvp-list-page .killboard-header .highlight {
    color: var(--theme-accent);
    font-weight: 500;
}
.pvp-list-page .filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #444;
}
.pvp-list-page .segmented-control {
    display: flex;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 4px;
    border: 1px solid #444;
}
.pvp-list-page .segmented-control a {
    padding: 6px 14px;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.pvp-list-page .segmented-control a.active {
    background-color: var(--theme-accent);
    color: white;
    box-shadow: 0 2px 10px rgba(var(--theme-accent-rgb), 0.3);
}
.pvp-list-page .dataTables_wrapper { color: #b0b0b0; }
.pvp-list-page .dataTables_filter input {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #444;
    border-radius: 5px;
    color: white;
    margin-left: 0.5em;
    padding: 8px 12px;
}
.pvp-list-page .dataTables_paginate .paginate_button {
    background: transparent !important;
    border: 1px solid #555 !important;
    color: #b0b0b0 !important;
    margin: 0 3px !important;
    border-radius: 5px !important;
}
.pvp-list-page .dataTables_paginate .paginate_button:hover {
    background: var(--theme-accent) !important;
    border-color: var(--theme-accent) !important;
    color: white !important;
}
.pvp-list-page .dataTables_paginate .paginate_button.current {
    background: var(--theme-accent) !important;
    border-color: var(--theme-accent) !important;
    color: white !important;
}
.pvp-list-page table.dataTable { border-collapse: collapse !important; width: 100% !important; }
.pvp-list-page .table { --bs-table-bg: transparent; --bs-table-border-color: #3a3d46; }
.pvp-list-page .table thead th {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #b0b0b0;
    font-weight: 500;
    border-bottom-width: 2px !important;
    background-color: rgba(0,0,0,0.2);
}
.pvp-list-page .table tbody tr { transition: background-color 0.2s ease; }
.pvp-list-page .table tbody tr:hover { background-color: rgba(var(--theme-accent-rgb), 0.08) !important; }
.pvp-list-page .table td { vertical-align: middle; }
.pvp-list-page .table td a { color: #f0f0f0; text-decoration: none; font-weight: 500; }
.pvp-list-page .table td a:hover { color: var(--theme-accent); }
.pvp-list-page .text-fame {
    color: var(--theme-accent);
    font-weight: bold;
}


/* Start Battle + Randomator */

.battleShow {
    width: 860px;
    background-color: #202020;
    margin: 10vh auto;
    opacity: 100%;
}

.battleShow>p {
    background-color: blueviolet;
    font-weight: bold;
    font-size: 24px;
    padding: 6px;
    text-align: center;
    opacity: 100%;
}

.battleShow .battleInfo {
    padding-left: 10px;
}

.battleShow .battleInfo p {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 100%;
    /* padding: 4px; */
}

.battleGear {
    position: relative;
}

.battleGear::before {
    content: "";
    width: 5px;
    height: calc(100% - 10px);
    background-color: #3f1414;
    position: absolute;
    left: 50%;
}

.battleShow .battleGear .playerInfo {
    padding-left: 5px;
    font-weight: bold;
}

.battleShow .battleGear .playerInfo:first-child {
    color: cyan;
}

.battleShow .battleGear .playerInfo p {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    opacity: 100%;
    /* padding: 5px; */
    text-align: center;
}

.battleShow .battleGear {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding: 5px;
}

.battleShow .battleGear .killer,
.battleShow .battleGear .victim {
    background-color: #272727;
    width: 350px;
}

.battleShow .battleGear .killer .battleInfoTitle,
.battleShow .battleGear .victim .battleInfoTitle {
    background-color: rgb(88 0 0);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    font-size: 1.7rem;
}


/* .extraInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px;
} */

.battleShow .battleGear .container {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battleShow .victimInventory .container .box__container {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid;
    border-color: transparent rgb(88 0 0) rgb(88 0 0) rgb(88 0 0);
}

.battleShow .victimInventory .container>p {
    background-color: rgb(88 0 0);
    font-weight: bold;
    font-size: 1.7rem;
    padding: 7px;
    text-align: center;
    opacity: 100%;
    margin-top: 10px;
}

.battleShow .battleGear .container .box__container,
.container .randomator .box__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    position: relative;
    align-items: center;
    justify-items: center;
}

.battleShow .battleGear .container img,
.battleShow .victimInventory .container img,
.container .randomator .box__container img {
    border-radius: 0.5rem;
    width: 7rem;
    height: 7rem;
}

@media screen and (max-width: 500px) {

    .battleShow .battleGear .container img,
    .battleShow .victimInventory .container img,
    .container .randomator .box__container img {
        border-radius: 0.5rem;
        width: 4rem;
        height: 4rem;
    }
}

.battleShow .battleGear .container span,
.battleShow .victimInventory .container span,
.container .randomator .box__container span {
    position: absolute;
    font-size: 0.8rem;
    z-index: 999;
    margin: 3rem 0px 0px -1.5rem;
    color: white;
}

.container .randomator .displayNames {
    margin-top: 100px;
}

.container .img-10 {
    grid-column: 2 / 3;
}

.container .img-10 span {
    margin-left: -2rem;
}

.container .img-4 {
    margin-right: -4rem;
}

.container .img-6 {
    margin-left: -4rem;
}

@media screen and (max-width: 1500px) {
    .battleShow {
        width: 695px;
    }

    .battleShow .battleGear .killer,
    .battleShow .battleGear .victim {
        width: 300px;
    }

    .battleShow>p {
        font-size: 22px;
    }

    .battleShow .battleInfo p {
        font-size: 1.6rem;
        padding: 5px;
    }

    .battleShow .battleGear .playerInfo p {
        font-size: 1.6rem;
        padding: 3px;
    }

    .battleShow .victimInventory .container>p {
        font-size: 1.6rem;
    }

    .battleShow .battleGear .container img,
    .battleShow .victimInventory .container img {
        border-radius: 0.5rem;
        width: 4rem;
        height: 4rem;
    }

    .battleShow .battleGear .container span,
    .battleShow .victimInventory .container span {
        font-size: 0.8rem;
        margin: 2.3rem 0px 0px -1.3rem;
    }

    .container .search__result p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 950px) {
    .battleShow {
        width: 330px;
    }

    .battleShow .battleGear {
        display: inline-block;
    }

    .battleShow .battleGear .killer,
    .battleShow .battleGear .victim {
        width: 300px;
    }

    .battleShow .battleGear .killer {
        margin-bottom: 30px;
    }

    .battleGear::before {
        display: none;
    }

    .battleShow>p {
        font-size: 16px;
    }

    .battleShow .battleInfo p {
        font-size: 1rem;
        padding: 3px;
    }

    .battleShow .battleGear .playerInfo p {
        font-size: 1.2rem;
        padding: 1px;
    }

    .battleShow .battleGear .killer .battleInfoTitle,
    .battleShow .battleGear .victim .battleInfoTitle {
        font-size: 1.2rem;
        padding: 5px 0;
    }

    .battleShow .victimInventory .container>p {
        font-size: 1.2rem;
    }

    .battleShow .battleGear .container img,
    .battleShow .victimInventory .container img {
        border-radius: 0.5rem;
        width: 4rem;
        height: 4rem;
    }

    .battleShow .battleGear .container span,
    .battleShow .victimInventory .container span {
        font-size: 0.8rem;
        margin: 2.4rem 0px 0px -1.3rem;
    }

    .container .search__result input,
    .container .search__btn .result__btn {
        font-size: 1.2rem;
    }

    .container .search__result p {
        font-size: 1.8rem;
    }
}

.spellsContainer img {
    border-radius: 0.5rem;
    width: 5rem;
    height: 5rem;
}

@media screen and (max-width: 400px) {
    .spellsContainer img {
        border-radius: 0.5rem;
        width: 3rem;
        height: 3rem;
    }
}

.victim__gear__container {
    display: flex;
    flex-wrap: wrap;
}

.victim__gear__container img {
    border-radius: 0.5rem;
    width: 6rem;
    height: 6rem;
}

.victim__gear__container span {
    position: absolute;
    font-size: 0.8rem;
    z-index: 2;
    margin: 3.8rem 0px 0px -1.75rem;
    color: white;
}

/* End Battle + Randomator */


/* Start HangMan Game */

.hangMan-container {
    font-size: 16px;
    background-color: #000000ab;
    width: 90vw;
    max-width: 34em;
    position: absolute;
    transform: translate(-50%, -60%);
    top: 50%;
    left: 50%;
    padding: 3em;
    border-radius: 0.6em;
    box-shadow: 0 1.2em 2.4em rgba(0, 0, 0, 0.25);
}

#options-container {
    text-align: center;
}

#options-container div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1.2em 0 2.4em 0;
}

#options-container button {
    padding: 0.6em 1.2em;
    border: 3px solid #fff;
    background-color: #282c34;
    color: #fff;
    border-radius: 0.3em;
    text-transform: capitalize;
}

#options-container button:disabled {
    border: 3px solid #808080;
    color: #808080;
    background-color: #3a3f4b;
}

#options-container button.active {
    background-color: #f4c531;
    border: 3px solid #000000;
    color: #000000;
}

.letter-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6em;
}

#letter-container button {
    height: 2.4em;
    width: 2.4em;
    border-radius: 0.3em;
    background-color: #3a3f4b;
    color: #fff;
    border: none;
}

#letter-container button:disabled {
    background-color: #808080;
    color: #fff;
}

.new-game-popup {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.6em;
}

#user-input-section {
    display: flex;
    justify-content: center;
    font-size: 1.8em;
    margin: 0.6em 0 1.2em 0;
}

canvas {
    display: block;
    margin: auto;
    border: 1px solid #fff;
}

.hide {
    display: none;
}

#result-text h2 {
    font-size: 1.8em;
    text-align: center;
}

#result-text p {
    font-size: 1.25em;
    margin: 1em 0 2em 0;
}

#result-text span {
    font-weight: 600;
}

#new-game-button {
    font-size: 1.25em;
    padding: 0.5em 1em;
    background-color: #f4c531;
    border: 3px solid #000000;
    color: #000000;
    border-radius: 0.2em;
}

.win-msg {
    color: #39d78d;
}

.lose-msg {
    color: #fe5152;
}


/* End HangMan Game */


/* Start Matching Game */

.matchingCards,
.matchingCard,
.matchingView {
    display: flex;
    align-items: center;
    justify-content: center;
}

.matchingCards {
    height: 400px;
    width: 400px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.matchingCards .matchingCard {
    cursor: pointer;
    list-style: none;
    user-select: none;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    height: calc(100% / 4 - 10px);
    width: calc(100% / 4 - 10px);
}

.card.shake {
    animation: shake 0.35s ease-in-out;
}

@keyframes shake {

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

    20% {
        transform: translateX(-13px);
    }

    40% {
        transform: translateX(13px);
    }

    60% {
        transform: translateX(-8px);
    }

    80% {
        transform: translateX(8px);
    }
}

.matchingCard .matchingView {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 7px;
    pointer-events: none;
    backface-visibility: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s linear;
}

.matchingCard .front-view,
.matchingCard .back-view {
    border: 1px solid black;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.matchingCard .back-view img {
    max-width: 80px;
}

.matchingCard .back-view {
    transform: rotateY(-180deg);
}

.matchingCard.flip .back-view {
    transform: rotateY(0);
}

.matchingCard.flip .front-view {
    transform: rotateY(180deg);
}

@media screen and (max-width: 700px) {
    .matchingCards {
        height: 350px;
        width: 350px;
    }

    .matchingCard .back-view img {
        max-width: 70px;
    }
}

@media screen and (max-width: 530px) {
    .matchingCards {
        height: 300px;
        width: 300px;
    }

    .matchingCard .back-view img {
        max-width: 55px;
    }
}


/* End Matching Game */


/* Start Autocomplete */

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #121023;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    padding: 5px;
    width: 100px;
    height: 200px;
    overflow-y: scroll;
}

.ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 10px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #8070d4;
    border: 6px solid rgba(0, 0, 0, 0.2);
}

.ui-autocomplete::-webkit-scrollbar-track {
    background-color: #160e3e;
}


/* End Autocomplete */


/* Start image hover */

.zoom:hover {
    transform: scale(1.5);
}

.homeLogo {
    aspect-ratio: 1;
    border-radius: 20px;
    transform: perspective(400px) rotate3d(var(--r, 1, -1), 0, calc(var(--i, 1)*var(--a)));
    -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100%/250% 250%;
    transition: .4s;
    cursor: pointer;
}

.alt {
    --r: 1, 1;
    /* -webkit-mask: linear-gradient(45deg, #000c 40%, #000, #000c 60%) 0 100%/250% 250%; */
}

.alt:hover {
    --a: 10deg;
    -webkit-mask-position: 100% 0;
}

.homeLogo:hover {
    --i: -1;
    -webkit-mask-position: 0 0;
}


/* End image hover */

.canvasjs-chart-credit {
    display: none;
}

.tableDataC {
    display: block;
    overflow-x: auto;
}

.table {
    display: table;
}

.tableDataC th,
.tableDataC td {
    white-space: nowrap;
    vertical-align: middle;
}

.tableDataC .dt-column-title {
    display: inline-block;
    width: 100%;
}

table.table-dark thead {
    background-color: #152745 !important;
}

/* .tableDataC tbody,
.tableDataC thead {
    display: table;
    width: 100%;
} */

.custom-tooltip {
    --bs-tooltip-bg: #712cf9;
    --bs-tooltip-color: #fff;
}

/* cookies */


#aot-cookie-consent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#aot-cookie-consent .cookie-consent-container {
    background: #302f2f;
    padding: 20px;
    max-width: 90%;
    text-align: center;
}

#aot-cookie-consent .cookie-consent-notice img {
    width: 50px;
}

#aot-cookie-consent .cookie-consent-selection {
    margin-top: 20px;
}

#aot-cookie-consent button {
    border: none;
    padding: 10px 20px;
    font-size: 1.1em;
}

#aot-cookie-consent button.cookie-consent-allow {
    background-color: #04aa6d;
    color: #fff;
}

#aot-cookie-consent button.cookie-consent-allow:focus,
#aot-cookie-consent button.cookie-consent-allow:hover {
    background-color: #059862;
    cursor: pointer;
}

#aot-cookie-consent button.cookie-consent-deny {
    padding: 5px 0;
    font-size: 0.9em;
    opacity: 0.8;
}

#aot-cookie-consent button.cookie-consent-deny:focus,
button.cookie-consent-deny:hover {
    opacity: 1;
    cursor: pointer;
}

#aot-cookie-consent hr {
    margin: 15px 0;
}

@media only screen and (min-width: 768px) {
    #aot-cookie-consent .cookie-consent-container {
        max-width: 500px;
    }
}

/*=============================
    THEME SWITCHER
===============================*/

.theme-switcher {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.theme-switcher label {
    display: none; /* Hide old labels if any */
}

.color-box-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.color-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px 12px;
    border-radius: 50px; /* Pill shape */
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.color-box-wrapper:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.color-box-wrapper span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ccc;
    margin: 0;
}

.color-box {
    width: 24px;
    height: 24px;
    border-radius: 50%; /* Circle */
    cursor: pointer;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
    overflow: hidden;
}

.color-box:hover {
    transform: scale(1.1);
    border-color: #fff;
}

.color-box input[type="color"] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.theme-switcher button {
    display: block;
    width: 100%;
    padding: 8px;
    background: transparent;
    color: #aaa;
    font-weight: 600;
    font-size: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}

.theme-switcher button:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-color: var(--albion-theme-primary);
}

.theme-switcher .message {
    margin-top: 5px;
    font-style: italic;
    color: #aaa;
    font-size: 0.8rem;
    text-align: center;
}

.color-box.primary {
    background-color: var(--albion-theme-primary);
}

.color-box.secondary {
    background-color: var(--albion-theme-secondary);
}

/* Glass Guild Card */
.glass-guild-card {
    background: linear-gradient(145deg, rgba(22, 27, 34, 0.6) 0%, rgba(22, 27, 34, 0.4) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}

.glass-guild-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
    transition: 0.6s;
}

.glass-guild-card:hover::before {
    transform: translateX(100%);
}

.glass-guild-card:hover {
    background: linear-gradient(145deg, rgba(22, 27, 34, 0.8) 0%, rgba(22, 27, 34, 0.5) 100%);
    border-color: rgba(var(--albion-theme-primary-rgb), 0.5);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3), 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.1);
}

.glass-guild-card .trending__guilds-thumb {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.glass-guild-card:hover .trending__guilds-thumb {
    border-color: var(--albion-theme-primary);
    transform: scale(1.05);
}

.glass-guild-card .trending__guilds-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glass-guild-card .trending__guilds-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0; /* Critical for text truncation */
    padding-right: 40px; /* Space for nav buttons */
}

.glass-guild-card .title {
    margin-bottom: 5px;
    line-height: 1.2;
}

.glass-guild-card .title a {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    transition: color 0.3s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glass-guild-card:hover .title a {
    color: var(--albion-theme-primary);
}

.glass-guild-card .guild-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.8rem;
    color: #b0b0b0;
    font-weight: 500;
}

.glass-guild-card .guild-meta i {
    color: var(--albion-theme-primary);
    margin-right: 4px;
}

.glass-guild-card .edit-link a {
    color: #b0b0b0;
    transition: all 0.3s;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
}

.glass-guild-card .edit-link a:hover {
    color: #000;
    background: var(--albion-theme-primary);
}

/* Compact Account Widget */
.compact-account-widget {
    margin-bottom: 20px;
}

.account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.compact-logout-btn {
    background-color: rgba(244, 67, 54, 0.1) !important;
    color: #F44336 !important;
    font-size: 0.75rem;
    padding: 4px 12px;
    border: 1px solid rgba(244, 67, 54, 0.3);
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.compact-logout-btn:hover {
    background-color: #F44336 !important;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(244, 67, 54, 0.4);
}

.account-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-list-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ccc;
    transition: all 0.3s ease;
    position: relative;
}

.account-list-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--albion-theme-primary);
    color: #fff;
    transform: translateX(5px);
}

.account-list-item .icon-box {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--albion-theme-primary);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.account-list-item:hover .icon-box {
    background: var(--albion-theme-primary);
    color: #000;
}

.account-list-item span {
    font-size: 0.9rem;
    font-weight: 600;
    flex: 1;
}

.account-list-item .arrow {
    font-size: 0.8rem;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.account-list-item:hover .arrow {
    opacity: 1;
    transform: translateX(3px);
    color: var(--albion-theme-primary);
}

/* OffCanvas Login Styles */
.offCanvas__login-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-intro {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.5;
    margin-bottom: 10px;
}

.login-intro span {
    color: var(--albion-theme-primary);
}

.glass-alert {
    background: rgba(var(--albion-theme-primary-rgb), 0.1);
    border: 1px solid rgba(var(--albion-theme-primary-rgb), 0.3);
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.glass-login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-group {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.input-group:focus-within {
    border-color: var(--albion-theme-primary);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.1);
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    transition: color 0.3s ease;
}

.input-group:focus-within i {
    color: var(--albion-theme-primary);
}

.input-group input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 12px 15px 12px 45px;
    color: #fff;
    font-size: 0.95rem;
    outline: none;
}

.input-group input::placeholder {
    color: #666;
}

.login-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.btn-login {
    background: var(--albion-theme-primary);
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-login:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: 0.8rem;
    font-weight: 600;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.divider span {
    padding: 0 10px;
}

.btn-discord {
    background: #5865F2;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-discord:hover {
    background: #4752c4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(88, 101, 242, 0.3);
}

.login-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #aaa;
}

.login-footer a {
    color: var(--albion-theme-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.login-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.forgot-pass {
    display: block;
    margin-top: 5px;
    font-size: 0.85rem;
    color: #888 !important;
}

.forgot-pass:hover {
    color: #fff !important;
}

/* Auth Pages (Login, Register, Reset) */
.auth-container {
    max-width: 500px;
    margin: 0 auto;
}

.glass-card {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.auth-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.auth-subtitle {
    text-align: center;
    color: #aaa;
    margin-bottom: 30px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.auth-footer {
    text-align: center;
    margin-top: 20px;
    color: #888;
    font-size: 0.9rem;
}

.auth-footer a {
    color: var(--albion-theme-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 25px 0;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-divider span {
    padding: 0 10px;
}

.auth-check-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 0.9rem;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #aaa;
}

.custom-checkbox input {
    accent-color: var(--albion-theme-primary);
}

.custom-checkbox:hover {
    color: #fff;
}

.auth-forgot-link {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-forgot-link:hover {
    color: #fff;
}

.status-badge {
    color: #000;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 3px 5px;
    border-radius: 6px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.status-badge-basic {
    background: linear-gradient(135deg, #45f882 0%, #ccffdd 100%);
    box-shadow: 0 0 10px rgba(69, 248, 130, 0.6);
}

.status-badge-pro {
    background: linear-gradient(135deg, #F39c12 0%, #ffeebb 100%);
    box-shadow: 0 0 10px rgba(243, 156, 18, 0.6);
}

.status-badge-lifetime {
    background: linear-gradient(135deg, #45aaF8 0%, #cceeff 100%);
    box-shadow: 0 0 10px rgba(69, 170, 248, 0.6);
}

.status-badge::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) rotate(45deg); }
    20% { transform: translateX(100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.trending__guilds-navigation {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-btn:hover {
    background: var(--albion-theme-primary);
    color: #000;
    transform: scale(1.15);
    box-shadow: 0 0 10px var(--albion-theme-primary);
    border-color: var(--albion-theme-primary);
}

@media only screen and (max-width: 480px) {
    .color-box-container {
        flex-direction: column;
        align-items: center;
    }

    .color-box-wrapper {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 768px) {
    .color-box-container {
        flex-direction: column;
        align-items: center;
    }

    .color-box-wrapper {
        margin: 5px 0;
    }
}

@media only screen and (min-width: 769px) {
    .color-box-container {
        flex-direction: row;
    }

    .color-box-wrapper {
        margin: 0 5px;
    }
}

/*=============================
   AOT PREMIUM BADGES
===============================*/
.aot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Segoe UI', sans-serif; /* Match your site font */
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white !important;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: default;
    user-select: none;
    line-height: 1;
}

/* --- VARIANTS --- */

/* FREE */
.aot-badge.free {
    background: var(--aot-grad-free);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f1f5f9 !important;
}

/* BASIC */
.aot-badge.basic {
    background: var(--aot-grad-basic);
    box-shadow: 0 0 10px var(--aot-glow-basic);
}

/* PRO */
.aot-badge.pro {
    background: var(--aot-grad-pro);
    box-shadow: 0 0 10px var(--aot-glow-pro);
}

/* LIFETIME */
.aot-badge.lifetime {
    background: var(--aot-grad-lifetime);
    box-shadow: 0 0 10px var(--aot-glow-lifetime);
}

/* --- ANIMATION (Premium Only) --- */
/* Only adds the shine effect to paid tiers, keeping Free subtle */
.aot-badge:not(.free)::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: aot-shine 3s infinite;
}

@keyframes aot-shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

/* --- OPTIONAL MINI SIZE (For Sidebar) --- */
.aot-badge.mini {
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 4px;
}


/*=============================
   GIVEAWAY
===============================*/

.disabled-btn-giveaway {
    pointer-events: none;
    cursor: not-allowed !important;
    text-decoration: none;
}

.disabled-btn-giveaway:hover {
    text-decoration: none;
}


/*=============================
   TIPS
===============================*/


.tip {
    cursor: pointer;
}

.tip-description {
    overflow: hidden;
    max-height: 0;
    /*transition: max-height 1s ease-out;*/
}

.tip-description.show {
    max-height: 1000px;
    transition: max-height 1s ease-in;
}

/* Glass Giveaway Card */
.glass-giveaway-card {
    background: rgba(30, 35, 45, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-giveaway-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--albion-theme-primary);
    border-radius: 4px 0 0 4px;
}

.glass-giveaway-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: rgba(30, 35, 45, 0.8);
    border-color: var(--albion-theme-primary);
}

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

.giveaway-icon {
    width: 45px;
    height: 45px;
    background: rgba(69, 248, 130, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--albion-theme-primary);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.giveaway-details {
    flex: 1;
    min-width: 0; /* Prevent flex overflow */
}

.giveaway-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.2rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.giveaway-status {
    display: inline-block;
    font-size: 0.75rem;
    color: var(--albion-theme-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    
    padding: 2px 8px;
    border-radius: 4px;
}

.giveaway-btn {
    background: var(--albion-theme-primary);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.giveaway-btn:hover {
    background: #fff;
    color: var(--albion-theme-primary);
    transform: translateX(3px);
    box-shadow: 0 0 15px rgba(69, 248, 130, 0.4);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .giveaway-content {
        flex-direction: column;
        text-align: center;
    }
    
    .glass-giveaway-card::before {
        width: 100%;
        height: 4px;
        border-radius: 4px 4px 0 0;
    }
    
    .giveaway-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Glass Giveaway Hero (Homepage) - Enhanced */
.glass-giveaway-hero {
    background: rgba(15, 19, 26, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 3.5rem 2rem;
    display: inline-block;
    max-width: 1100px; /* Increased width */
    width: 100%;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.6), 0 0 30px rgba(69, 248, 130, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-giveaway-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.7), 0 0 40px rgba(69, 248, 130, 0.2);
}

/* Animated Border Gradient */
.glass-giveaway-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--albion-theme-primary), transparent);
    opacity: 0.8;
}

.glass-giveaway-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--albion-theme-primary), transparent);
    opacity: 0.3;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(69, 248, 130, 0.1);
    color: var(--albion-theme-primary);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(69, 248, 130, 0.3);
    box-shadow: 0 0 15px rgba(69, 248, 130, 0.15);
}

.hero-badge::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--albion-theme-primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--albion-theme-primary);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2.5rem;
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
    line-height: 1.1;
    background: linear-gradient(180deg, #fff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    white-space: nowrap;
    /* Removed overflow hidden and ellipsis */
}

/* Responsive Text Sizing */
@media (max-width: 1200px) {
    .hero-title { font-size: 2.2rem; }
}
@media (max-width: 992px) {
    .hero-title { font-size: 2rem; }
}
@media (max-width: 768px) {
    .hero-title { font-size: 1.8rem; white-space: normal; } /* Allow wrap on very small screens if needed */
}

.hero-timer-container {
    margin-bottom: 3rem;
    background: rgba(0, 0, 0, 0.4);
    padding: 1.5rem 3rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.hero-timer-container::before {
    content: 'TIME REMAINING';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1f29; /* Matches card bg roughly */
    padding: 0 10px;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.timer-label {
    display: none; /* Hidden in favor of the absolute label */
}

.hero-countdown {
    font-size: 3rem;
    font-weight: 700;
    color: var(--albion-theme-primary);
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 25px rgba(69, 248, 130, 0.5);
    letter-spacing: -1px;
}

.hero-giveaway-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--albion-theme-primary);
    color: #05080a;
    padding: 1.2rem 3.5rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero-giveaway-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.5s;
    z-index: -1;
}

.hero-giveaway-btn:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.hero-giveaway-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(69, 248, 130, 0.4);
    color: #000;
}

@media (max-width: 768px) {
    .glass-giveaway-hero {
        padding: 2.5rem 1.5rem;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-countdown {
        font-size: 1.8rem;
    }
    .hero-giveaway-btn {
        width: 100%;
        padding: 1rem;
    }
}

/* Community Hero Section */
.glass-community-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 4rem 1rem;
    overflow: hidden;
}

.glass-community-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 8, 10, 0.7);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.glass-community-content {
    position: relative;
    z-index: 2;
    background: rgba(22, 27, 34, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 4rem;
    max-width: 900px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.community-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.community-title span {
    color: var(--albion-theme-primary);
    text-shadow: 0 0 30px rgba(69, 248, 130, 0.4);
}

.community-desc {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.community-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #5865F2; /* Discord Color */
    color: #fff;
    padding: 1.2rem 3.5rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 10px 20px -5px rgba(88, 101, 242, 0.4);
}

.community-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -5px rgba(88, 101, 242, 0.6);
    background: #4752c4;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .glass-community-content {
        padding: 2.5rem 1.5rem;
    }
    .community-title {
        font-size: 2.5rem;
    }
}

/* Giveaway Hero Overlay Fix */
.giveaway-hero-overlay::before {
    background: rgba(5, 8, 10, 0.7) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

/* Glass Bot Section */
.glass-bot-section {
    padding: 6rem 0;
    position: relative;
    background: radial-gradient(circle at top right, rgba(69, 248, 130, 0.05), transparent 40%),
                radial-gradient(circle at bottom left, rgba(88, 101, 242, 0.05), transparent 40%);
}

.glass-bot-card {
    background: rgba(22, 27, 34, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 3rem;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-bot-card:hover {
    transform: translateY(-5px);
}

.bot-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.bot-section-title i {
    color: var(--albion-theme-primary);
}

.server-status-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.server-status-item {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.server-status-item h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

.bot-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
    position: relative;
    z-index: 2;
}

.bot-stat-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bot-stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--albion-theme-primary);
    display: block;
    margin-bottom: 0.5rem;
}

.bot-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.bot-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #5865F2;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

.bot-add-btn:hover {
    background: #4752c4;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(88, 101, 242, 0.3);
    color: #fff;
}

.utc-time-badge {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid rgba(255, 193, 7, 0.2);
    margin-left: 10px;
}

.bot-bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    z-index: 0;
    mask-image: linear-gradient(to top, black, transparent);
    -webkit-mask-image: linear-gradient(to top, black, transparent);
    border-radius: 24px;
}

.bot-svg-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    transform: scale(0.8);
    opacity: 0.8;
}

@media (max-width: 768px) {
    .bot-stats-grid {
        grid-template-columns: 1fr;
    }
    .bot-svg-circle {
        display: none;
    }
}

/* Glass Features Panel */
.glass-features-panel {
    background: rgba(22, 27, 34, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 4rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    margin-top: 4rem;
}

.glass-features-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--albion-theme-primary), transparent);
}

.features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.features-header h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.features-header h2 span {
    color: var(--albion-theme-primary);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-item {
    padding: 2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-5px);
    border-color: var(--albion-theme-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--albion-theme-primary);
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.feature-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.6;
}

.feature-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--albion-theme-primary);
    color: #000;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.bot-stat-full {
    grid-column: span 3;
}

@media (max-width: 768px) {
    .bot-stat-full {
        grid-column: span 1;
    }
}
/* Glass Top Bar */
.glass-top-bar {
    background: rgba(22, 27, 34, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 4px 0;
    font-size: 0.85rem;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.server-status-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.server-status-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Adjust header position */
.tg-header__area {
    padding-top: 0 !important;
}

/* Fix header positioning to not overlap top bar */
.transparent-header {
    position: absolute;
}

/* Ensure sticky menu works and matches glass theme */
.tg-sticky-menu {
    position: fixed !important;
    top: 42px !important; /* Sit below the sticky top bar */
    /*
    background: rgba(22, 27, 34, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    */
    transform: translateY(-150%) !important; /* Hide by default (slide up) */
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s ease !important;
    width: 100% !important;
    z-index: 999 !important;
    padding: 0 !important;
}

.tg-sticky-menu.sticky-menu__show {
    transform: translateY(0) !important; /* Show when active */
    opacity: 1 !important;
    visibility: visible !important;
}

header {
    position: relative;
    z-index: 99;
}

/* Mobile adjustments for top bar */
@media (max-width: 1000px) {
    .tg-header__area {
        padding-top: 0 !important;
    }
    
    .glass-top-bar {
        display: block; /* Show top bar on mobile */
    }

    .server-time-container {
        display: none !important; /* Hide server time on mobile */
    }

    .mobile-justify-center {
        justify-content: center !important; /* Center content on mobile */
    }

    .server-status-container {
        gap: 5px !important; /* Reduce gap on mobile */
        width: 100%;
        justify-content: center;
    }

    .server-status-item {
        font-size: 0.7rem; /* Smaller font on mobile */
        padding: 3px 8px;
    }

    .server-icon, .server-region {
        display: none !important;
    }
    
    /* Ensure notification icon is visible and positioned correctly */
    .mobile-header-notif {
        z-index: 1002 !important;
        position: relative;
    }
}


/* Glass FAQ Section */
.glass-faq-section {
    position: relative;
    padding: 80px 0;
    background: rgba(22, 27, 34, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 50px;
}

.glass-faq-section .faq__wrapper .accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.glass-faq-section .faq__wrapper .accordion-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.glass-faq-section .faq__wrapper .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    padding: 20px;
}

.glass-faq-section .faq__wrapper .accordion-button:not(.collapsed) {
    background: rgba(26, 188, 156, 0.1); /* Fallback if var fails */
    background: rgba(var(--albion-theme-primary-rgb, 26, 188, 156), 0.1);
    color: var(--albion-theme-primary);
}

.glass-faq-section .faq__wrapper .accordion-button::after {
    filter: invert(1);
}

.glass-faq-section .faq__wrapper .accordion-button:not(.collapsed)::after {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(100deg);
}

.glass-faq-section .faq__wrapper .accordion-body {
    background: transparent;
    color: #b0b0b0;
    padding: 0 20px 20px 20px;
    border-top: none;
}

.glass-faq-section .faq__wrapper .count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 15px;
    font-size: 14px;
    color: var(--albion-theme-primary);
    font-weight: bold;
}

.glass-faq-section .guidesHome__images img {
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.glass-faq-section .guidesHome__images img:hover {
    transform: scale(1.02);
}

/* Glass Footer */

/* Glass Footer */
.glass-footer {
    background: rgba(15, 19, 24, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 10;
    /* padding-top: 80px; */
    margin-top: -50px; /* Pull footer up to remove gap */
}

.glass-footer .footer__top-wrap {
    background: transparent;
}

.glass-footer .footer-widget .fw-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.glass-footer .footer-widget .fw-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--albion-theme-primary);
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

.glass-footer .footer-widget .list-wrap li {
    margin-bottom: 12px;
}

.glass-footer .footer-widget .list-wrap li a {
    color: #b0b0b0;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.glass-footer .footer-widget .list-wrap li a:hover {
    color: var(--albion-theme-primary);
    transform: translateX(5px);
    text-shadow: 0 0 8px rgba(var(--albion-theme-primary-rgb, 26, 188, 156), 0.4);
}

.glass-footer .footer-text .desc {
    color: #a0a0a0;
    line-height: 1.6;
}

.glass-footer .footer-newsletter-form {
    position: relative;
    margin-top: 20px;
}

.glass-footer .footer-newsletter-form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
}

.glass-footer .footer-newsletter-form input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--albion-theme-primary);
    outline: none;
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb, 26, 188, 156), 0.2);
}

.glass-footer .footer-newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 10px);
    background: var(--albion-theme-primary);
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.glass-footer .footer-newsletter-form button:hover {
    background: #fff;
    color: var(--albion-theme-primary);
}

.glass-footer .footer-logo img {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
    transition: all 0.3s ease;
}

.glass-footer .footer-logo img:hover {
    filter: drop-shadow(0 0 15px rgba(var(--albion-theme-primary-rgb, 26, 188, 156), 0.4));
}

/* Guides Pages */
.glass-guide-container {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.glass-guide-container h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(var(--albion-theme-primary-rgb, 26, 188, 156), 0.3);
}

.glass-guide-container p {
    color: #c0c0c0;
    line-height: 1.8;
    font-size: 1.1rem;
}

.glass-sidebar-widget {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.glass-sidebar-widget .fw-title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.rc__post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
}

.rc__post-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.rc__post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

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

.rc__post-content .title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.rc__post-content .title a {
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.rc__post-content .title a:hover {
    color: var(--albion-theme-primary);
}

.rc__post-content span {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Guide Content Specifics */
.guide-content-body {
    color: #d0d0d0;
}

.guide-content-body h3, .guide-content-body h4 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.guide-content-body img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Guide Sidebar Fix */
.guide-sidebar {
    width: 31%;
}
@media (max-width: 991.98px) {
    .guide-sidebar {
        width: 100%;
        margin-top: 30px;
    }
}

/* Modern Background for Guides */
.modern-bg {
    background: radial-gradient(circle at 50% 0%, #232936 0%, #0b0e14 100%) !important;
    background-attachment: fixed !important;
}

/* Glass Panel for Calculators */
.glass-panel {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Modern FAQ Section Redesign */
.modern-faq-section {
    padding: 100px 0;
    background: radial-gradient(circle at center, #1a1f29 0%, #0b0e14 100%);
    position: relative;
    overflow: hidden;
}

.modern-faq-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(69, 248, 130, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.modern-faq-section .container {
    position: relative;
    z-index: 1;
}

.modern-faq-section .accordion-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-faq-section .accordion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-color: rgba(69, 248, 130, 0.3);
}

.modern-faq-section .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 20px;
    box-shadow: none;
    position: relative;
    padding-left: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.modern-faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.modern-faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(69, 248, 130, 0.08) 0%, transparent 100%);
    color: #45f882;
}

.modern-faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2345f882'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: translateY(-50%) rotate(-180deg);
}

.modern-faq-section .accordion-button .count {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #888;
    transition: all 0.3s ease;
}

.modern-faq-section .accordion-button:not(.collapsed) .count {
    background: #45f882;
    color: #000;
    border-color: #45f882;
    box-shadow: 0 0 20px rgba(69, 248, 130, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.modern-faq-section .accordion-body {
    background: transparent;
    color: #b0b0b0;
    padding: 0 30px 30px 90px;
    line-height: 1.8;
    font-size: 1.05rem;
}

.modern-faq-section .guidesHome__images img {
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease;
}

.modern-faq-section .guidesHome__images img:hover {
    transform: scale(1.02);
}

/* Modern Menu Redesign */
.tgmenu__nav {
    background: rgba(22, 27, 34, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 10px 25px;
    margin-top: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

@media (max-width: 1199.98px) {
    .tgmenu__nav {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin-top: 15px !important;
    }
}

.tgmenu__main-menu .navigation > li > a {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #c0c0c0;
    padding: 30px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.tgmenu__main-menu .navigation > li > a::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 20px;
    height: 2px;
    background: var(--albion-theme-primary);
    transition: transform 0.3s ease;
    border-radius: 2px;
}

.tgmenu__main-menu .navigation > li.active > a,
.tgmenu__main-menu .navigation > li:hover > a {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.tgmenu__main-menu .navigation > li.active > a::after,
.tgmenu__main-menu .navigation > li:hover > a::after {
    transform: translateX(-50%) scaleX(1);
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

/* Dropdown Menu Modernization */
.tgmenu__main-menu .sub-menu {
    background: rgba(22, 27, 34, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    min-width: 240px;
    transform-origin: top center;
    animation: menuSlideIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 15px; /* Match the main menu margin-top feel */
}

@keyframes menuSlideIn {
    from { opacity: 0; transform: translateY(15px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.tgmenu__main-menu .sub-menu li {
    margin: 0;
    padding: 0;
    display: block;
}

.tgmenu__main-menu .sub-menu li a {
    position: relative;
    padding: 10px 15px;
    color: #c0c0c0; /* Match main menu text color */
    font-family: 'Barlow', sans-serif; /* Match main menu font */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    margin-bottom: 2px;
    overflow: hidden;
}

.tgmenu__main-menu .sub-menu li a:hover,
.tgmenu__main-menu .sub-menu li.active a {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
    padding-left: 20px;
}

/* Add the little underline effect from main menu to sub menu items on hover */
.tgmenu__main-menu .sub-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 60%;
    background: var(--albion-theme-primary);
    transition: transform 0.2s ease;
    border-radius: 2px;
}

.tgmenu__main-menu .sub-menu li a:hover::after,
.tgmenu__main-menu .sub-menu li.active a::after {
    transform: translateY(-50%) scaleY(1);
}

.tgmenu__main-menu .sub-menu li a::before {
    display: none;
}

/* Login Button Modernization */
.tg-border-login-btn path {
    transition: all 0.3s ease;
}

.tg-border-login-btn:hover path[fill="currentColor"] {
    fill: var(--albion-theme-primary);
    filter: drop-shadow(0 0 5px var(--albion-theme-primary));
}

.tg-border-login-btn text {
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Notification Bell & Lang Switcher */
.notification-trigger, .lang-switcher .current-lang a {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    padding: 8px 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.notification-trigger:hover, .lang-switcher .current-lang a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(69, 248, 130, 0.2);
}

.notification-badge {
    top: -2px;
    right: -2px;
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
}

/* Special Giveaway Link */
.menu-giveaway-link {
    color: #ffd700 !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.menu-giveaway-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    transition: 0.5s;
}

.menu-giveaway-link:hover::before {
    left: 100%;
    transition: 0.5s;
}

/* Modern Mobile Menu */
.tgmobile__menu-box {
    /* background: rgba(22, 27, 34, 0.98) !important; */
    backdrop-filter: blur(20px);
    /* border-left: 1px solid rgba(255, 255, 255, 0.05); */
}

.tgmobile__menu .navigation li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #c0c0c0 !important;
    font-weight: 600;
}

.tgmobile__menu .navigation li > a:hover {
    color: var(--albion-theme-primary) !important;
    padding-left: 25px;
    background: rgba(69, 248, 130, 0.05);
}

.tgmobile__menu .close-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tgmobile__menu .close-btn:hover {
    background: var(--albion-theme-primary);
    color: #000;
    transform: rotate(90deg);
}

/* Glass Login Button */
.glass-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.glass-login-btn:hover {
    background: rgba(69, 248, 130, 0.1);
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 20px rgba(69, 248, 130, 0.3);
    transform: translateY(-2px);
    color: #fff !important;
}

.glass-login-btn i {
    font-size: 1.2rem;
    color: var(--albion-theme-primary);
}

/* Unified Dropdown Styles */
.lang-dropdown, .notification-dropdown {
    background: rgba(22, 27, 34, 0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4) !important;
    animation: menuSlideIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lang-dropdown li a, .notification-item {
    color: #b0b0b0 !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.lang-dropdown li a:hover, .notification-item:hover {
    background: rgba(69, 248, 130, 0.1) !important;
    color: #fff !important;
    padding-left: 15px !important;
}

.notification-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
}

/* Pagination Styles */
.pagination-wrap .pagination {
    margin-bottom: 0;
    gap: 5px;
}

.pagination-wrap .page-item .page-link {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #b0b0b0;
    border-radius: 4px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.pagination-wrap .page-item.active .page-link {
    background: rgba(162, 224, 100, 0.1);
    border-color: var(--albion-theme-primary);
    color: var(--albion-theme-primary);
    box-shadow: 0 0 10px rgba(162, 224, 100, 0.2);
}

.pagination-wrap .page-item:not(.disabled) .page-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

.pagination-wrap .page-item.disabled .page-link {
    background: transparent;
    border-color: transparent;
    color: #666;
}

/* Item Page Glass Styles */
.item__box-wrap {
    background: rgba(22, 27, 34, 0.6) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    width: 100%;
}

.item__box-wrap:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.15);
    border-color: rgba(var(--albion-theme-primary-rgb), 0.4) !important;
}

.item__box-wrap .main-bg,
.item__box-wrap .price-bg {
    display: none !important;
}

.item__box-price {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: var(--albion-theme-primary);
    color: #000 !important;
    padding: 8px 20px !important;
    border-radius: 16px 0 16px 0 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 1px;
}

.item__box-wrap.active .item__box-price {
    background: var(--albion-theme-secondary);
}

.item__box-countdown {
    margin: 0 0 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 15px;
}

.item__box-countdown .coming-time {
    justify-content: flex-end;
}

.item__box-caption {
    text-align: center;
    margin-bottom: 20px;
}

.item__box-caption .title {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}

.item__box-caption .sub {
    color: #b0b0b0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item__box-image {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}

.item__box-image::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: var(--albion-theme-primary);
    filter: blur(60px);
    opacity: 0.2;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item__box-wrap.active .item__box-image::after {
    background: var(--albion-theme-secondary);
}

.item__box-list {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.item__box-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guild__player-thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.guild__player-name {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.guild__player-price {
    color: var(--albion-theme-primary);
    font-weight: 700;
    font-size: 18px;
}

.item__box-wrap.active .guild__player-price {
    color: var(--albion-theme-secondary);
}

.item__button {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}

.item__button:hover {
    background: var(--albion-theme-primary);
    color: #000;
    border-color: var(--albion-theme-primary);
}

.item__box-wrap.active .item__button:hover {
    background: var(--albion-theme-secondary);
    border-color: var(--albion-theme-secondary);
}

/* Glass Tables */
.tableDataC {
    background: rgba(22, 27, 34, 0.6) !important;
    backdrop-filter: blur(12px);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.tableDataC th {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 18px 25px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    letter-spacing: 1px;
}

.tableDataC td {
    background: transparent !important;
    padding: 18px 25px !important;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    color: #b0b0b0;
    font-size: 0.95rem;
}

.tableDataC tr:last-child td {
    border-bottom: none !important;
}

.tableDataC tr:hover td {
    background: rgba(255, 255, 255, 0.02) !important;
    color: #fff;
}

/* Chart Container */
#chartContainer {
    background: rgba(22, 27, 34, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Enhanced Profit Colors */
.text-success {
    color: #69f882 !important;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(105, 248, 130, 0.3);
}

.text-danger {
    color: #ff4d4d !important;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 77, 77, 0.3);
}

/* Ultra Premium Item Cards */
.item__box-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(18, 22, 28, 0.8) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 24px !important;
    padding: 0 !important; /* Reset padding for internal layout */
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

/* Top Gradient Bar */
.item__box-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--albion-theme-primary), transparent);
    z-index: 10;
    opacity: 0.8;
}

.item__box-wrap.active::before {
    background: linear-gradient(90deg, var(--albion-theme-secondary), transparent);
}

.item__box-wrap:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 40px rgba(var(--albion-theme-primary-rgb), 0.15);
    border-color: rgba(var(--albion-theme-primary-rgb), 0.3) !important;
}

.item__box-wrap.active:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 40px rgba(var(--albion-theme-secondary-rgb), 0.15);
    border-color: rgba(var(--albion-theme-secondary-rgb), 0.3) !important;
}

/* Content Padding Wrapper */
.item__box-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

/* Header Section */
.item__box-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
}

/* Price Tag / Order Type */
.item__box-price {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: rgba(var(--albion-theme-primary-rgb), 0.15);
    color: var(--albion-theme-primary) !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(var(--albion-theme-primary-rgb), 0.3);
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.1);
}

.item__box-wrap.active .item__box-price {
    background: rgba(var(--albion-theme-secondary-rgb), 0.15);
    color: var(--albion-theme-secondary) !important;
    border-color: rgba(var(--albion-theme-secondary-rgb), 0.3);
    box-shadow: 0 0 15px rgba(var(--albion-theme-secondary-rgb), 0.1);
}

/* Countdown */
.item__box-countdown {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.item__box-countdown .coming-time {
    display: flex;
    gap: 8px;
}

.item__box-countdown .time-count {
    background: rgba(255, 255, 255, 0.03);
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item__box-countdown .time-count span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 2px;
}

.item__box-countdown .time-count::after {
    display: none; /* Remove colons */
}

/* Image Section */
.item__box-image {
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    background: transparent !important;
    border: none !important;
}

.item__box-image::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(var(--albion-theme-primary-rgb), 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    transition: all 0.5s ease;
}

.item__box-wrap.active .item__box-image::before {
    background: radial-gradient(circle, rgba(var(--albion-theme-secondary-rgb), 0.2) 0%, transparent 70%);
}

.item__box-wrap:hover .item__box-image::before {
    width: 200px;
    height: 200px;
    opacity: 0.8;
}

.item__box-image img {
    position: relative;
    z-index: 1;
    width: 140px;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.6));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.item__box-wrap:hover .item__box-image img {
    transform: scale(1.15) translateY(-10px);
}

/* Caption */
.item__box-caption {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.item__box-caption .title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.5);
    margin-bottom: 5px;
}

.item__box-caption .sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* List / Player Info */
.item__box-list {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.item__box-wrap:hover .item__box-list {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.item__box-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guild__player-thumb img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.guild__player-name {
    font-size: 18px;
    font-weight: 600;
    color: #e0e0e0;
}

.guild__player-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--albion-theme-primary);
    text-shadow: 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.4);
}

.item__box-wrap.active .guild__player-price {
    color: var(--albion-theme-secondary);
    text-shadow: 0 0 20px rgba(var(--albion-theme-secondary-rgb), 0.4);
}

/* Button */
.item__button {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.item__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.5s;
}

.item__button:hover::before {
    left: 100%;
}

.item__button:hover {
    background: var(--albion-theme-primary);
    color: #000;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 30px rgba(var(--albion-theme-primary-rgb), 0.4);
    transform: translateY(-2px);
}

.item__box-wrap.active .item__button:hover {
    background: var(--albion-theme-secondary);
    border-color: var(--albion-theme-secondary);
    box-shadow: 0 0 30px rgba(var(--albion-theme-secondary-rgb), 0.4);
}

/* --- Compact & Creative Card Design --- */
.item__box-wrap {
    background: rgba(13, 17, 23, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important; /* Tighter radius */
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    margin-bottom: 20px;
    /* Creative Border Effect */
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}

.item__box-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    pointer-events: none;
}

.item__box-wrap:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 25px rgba(var(--albion-theme-primary-rgb), 0.2);
    border-color: rgba(var(--albion-theme-primary-rgb), 0.5) !important;
}

.item__box-wrap.active:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 25px rgba(var(--albion-theme-secondary-rgb), 0.2);
    border-color: rgba(var(--albion-theme-secondary-rgb), 0.5) !important;
}

/* Compact Content Layout */
.item__box-content {
    padding: 20px; /* Reduced padding */
    display: grid;
    grid-template-columns: 1fr 120px; /* Side-by-side layout for info and image */
    grid-template-rows: auto auto 1fr;
    gap: 15px;
    height: 100%;
}

/* Header Area (Price Tag & Title) */
.item__box-header {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}

.item__box-price {
    font-size: 11px !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    letter-spacing: 1px;
    background: rgba(var(--albion-theme-primary-rgb), 0.1);
    border: 1px solid rgba(var(--albion-theme-primary-rgb), 0.2);
    box-shadow: none;
}

.item__box-wrap.active .item__box-price {
    background: rgba(var(--albion-theme-secondary-rgb), 0.1);
    border: 1px solid rgba(var(--albion-theme-secondary-rgb), 0.2);
}

/* Compact Countdown */
.item__box-countdown .coming-time {
    gap: 5px;
}

.item__box-countdown .time-count {
    min-width: 35px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.item__box-countdown .time-count span {
    font-size: 13px;
    margin-bottom: 0;
}

/* Image Section (Right Side) */
.item__box-image {
    grid-column: 2;
    grid-row: 2 / 4;
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__box-image img {
    width: 100px; /* Smaller image */
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
}

.item__box-image::before {
    width: 100px;
    height: 100px;
    opacity: 0.5;
}

/* Info Section (Left Side) */
.item__box-info {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item__box-caption {
    text-align: left;
    margin-bottom: 10px;
}

.item__box-caption .title {
    font-size: 22px;
    margin-bottom: 2px;
}

.item__box-caption .sub {
    font-size: 11px;
    letter-spacing: 2px;
}

/* Player/Guild List */
.item__box-list {
    grid-column: 1;
    grid-row: 3;
    padding: 10px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.guild__player-thumb img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.guild__player-name {
    font-size: 14px;
}

.guild__player-price {
    font-size: 18px;
}

/* Button (Full Width Bottom) */
.item__button {
    grid-column: 1 / -1;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.item__button:hover {
    background: var(--albion-theme-primary);
    color: #000;
    box-shadow: 0 0 15px rgba(var(--albion-theme-primary-rgb), 0.3);
}

/* --- Enhanced Tables & Graph --- */


/* --- Tech Card (Shared Container) - Matching Item Box Design --- */
.tech-card {
    background: rgba(13, 17, 23, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    /* Creative Border Effect */
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}

.tech-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    pointer-events: none;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 25px rgba(var(--albion-theme-primary-rgb), 0.2);
    border-color: rgba(var(--albion-theme-primary-rgb), 0.5);
}

/* Variant for Buy Orders (Secondary Color) */
#buyOrders .tech-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 25px rgba(var(--albion-theme-secondary-rgb), 0.2);
    border-color: rgba(var(--albion-theme-secondary-rgb), 0.5);
}

.tech-card h2, .tech-card h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


/* --- Table Styles (Scoped to Tech Card) --- */
.tech-card .table-responsive {
    border-radius: 12px;
    overflow-x: auto;
}

.tech-card .table {
    width: 100%;
    margin-bottom: 0;
    color: #e0e0e0;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
    background-color: transparent !important;
}

.tech-card .table > :not(caption) > * > * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #e0e0e0 !important;
}

.tech-card .table thead th {
    background: rgba(0, 0, 0, 0.2);
    color: var(--albion-theme-primary) !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 20px;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid rgba(var(--albion-theme-primary-rgb), 0.3);
}

.tech-card .table tbody tr {
    background: rgba(13, 17, 23, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.tech-card .table tbody tr:hover {
    background: rgba(var(--albion-theme-primary-rgb), 0.1);
    z-index: 1;
}

.tech-card .table tbody td {
    padding: 15px 20px;
    font-size: 14px;
    border: none;
    font-family: 'Roboto Mono', monospace;
    vertical-align: middle;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.tech-card .table tbody td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    color: var(--albion-theme-primary) !important;
    font-weight: bold;
}

.tech-card .table tbody td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}

/* Buy Order Table Variant */
#buyOrders .tech-card .table thead th {
    color: var(--albion-theme-secondary) !important;
    border-bottom-color: rgba(var(--albion-theme-secondary-rgb), 0.3);
}

#buyOrders .tech-card .table tbody tr:hover {
    background: rgba(var(--albion-theme-secondary-rgb), 0.1);
}

#buyOrders .tech-card .table tbody td:first-child {
    color: var(--albion-theme-secondary) !important;
}

/* --- Chart Container --- */
#chartContainer {
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.6);
}

/* --- Market Image Creator Inputs --- */
.tech-card label {
    color: #b0b0b0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-weight: 600;
}

.tech-card input[type="text"],
.tech-card select {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease;
}

.tech-card input[type="text"]:focus,
.tech-card select:focus {
    border-color: var(--albion-theme-primary) !important;
    box-shadow: 0 0 20px rgba(var(--albion-theme-primary-rgb), 0.15);
    outline: none;
    background: rgba(0, 0, 0, 0.6) !important;
}

#imageCanvas {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    background: #000;
    max-width: 100%;
    height: auto;
}

.color-box-wrapper {
    background: rgba(0, 0, 0, 0.4);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.color-input {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--tg-theme-primary);
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

/* --- Mobile Search & Responsiveness --- */
.mobile-search-btn {
    position: fixed;
    top: 140px; /* Positioned higher up */
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 12px; /* Squircle shape */
    background: rgba(var(--albion-theme-primary-rgb), 0.9);
    backdrop-filter: blur(5px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 9990;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-search-btn:hover {
    transform: translateY(-3px);
    background: var(--albion-theme-primary);
    box-shadow: 0 12px 40px rgba(var(--albion-theme-primary-rgb), 0.5);
}

.mobile-search-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
}

body.mobile-search-active .mobile-search-backdrop {
    opacity: 1;
    visibility: visible;
}

/* Mobile Sidebar Transformation - Matching OffCanvas Style */
@media (max-width: 991.98px) {
    .search-sidebar {
        position: fixed;
        top: 80px;
        right: 20px;
        bottom: 20px;
        width: 380px;
        max-width: calc(100% - 40px);
        height: calc(100vh - 100px);
        
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        
        z-index: 9992;
        padding: 25px;
        overflow-y: auto;
        
        transform: translateX(120%);
        transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
    }

    body.mobile-search-active .search-sidebar {
        transform: translateX(0);
    }

    .search-sidebar .item__widget {
        background: transparent;
        padding: 0;
        border: none;
    }
    
    .search-sidebar .item__widget-title {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .search-sidebar-wrapper {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important; /* Allow fixed child to be seen */
    }
}

/* Remove box-shadow and hover effects for the widget inside the mobile sidebar */
.search-sidebar .item__widget {
    box-shadow: none !important;
    transition: none !important;
}

.search-sidebar .item__widget:hover {
    box-shadow: none !important;
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.05) !important; /* Reset to default border color or transparent if needed */
}

/* --- OffCanvas Menu Specific Styles --- */

/* Ensure logout button doesn't touch the border */
.compact-account-widget .account-header {
    padding: 10px 15px 0 15px; /* Add padding to separate from widget border */
    margin-bottom: 10px;
}

/* Fix hover effect on account list items */
.account-list-item {
    transition: all 0.3s ease;
    transform: translateZ(0); /* Hardware acceleration */
    backface-visibility: hidden;
    /* Ensure no margin/padding changes on hover */
    margin: 0; 
    box-sizing: border-box;
}

.account-list-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--albion-theme-primary);
    transform: translateX(5px);
    /* Ensure it stays within container by reducing width slightly when moved */
    width: calc(100% - 5px); 
}


/* =========================================
   BATTLE REPORT PAGE STYLES (V2 - Creative & Visible)
   ========================================= */

.battle-section {
    padding: 60px 0;
}

.battle-card {
    background: rgba(22, 27, 34, 0.85); /* Slightly more opaque for readability */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

/* Creative Gradient Border Effect */
.battle-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--albion-theme-primary), transparent);
    opacity: 0.7;
}

.battle-header-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.3);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

.battle-player-info {
    text-align: center;
    flex: 1;
    min-width: 220px;
    position: relative;
    z-index: 2;
}

.battle-player-name {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    transition: color 0.3s ease;
}

.battle-player-name:hover {
    color: var(--albion-theme-primary);
}

.battle-guild-name {
    color: #e0e0e0; /* Lighter for visibility */
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.battle-guild-name a {
    color: #e0e0e0;
    transition: color 0.3s;
}

.battle-guild-name a:hover {
    color: #fff;
    text-decoration: underline;
}

.battle-ip {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
    background: linear-gradient(45deg, rgba(255, 190, 24, 0.2), rgba(255, 190, 24, 0.05));
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 190, 24, 0.3);
}

/* Animated VS Badge */
.battle-vs-badge {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    background: var(--albion-theme-primary);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 20px var(--albion-theme-primary);
    position: relative;
    z-index: 5;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(69, 248, 130, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(69, 248, 130, 0); }
    100% { box-shadow: 0 0 0 0 rgba(69, 248, 130, 0); }
}

.battle-winner-crown {
    color: #FFD700;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6));
    animation: float-crown 3s ease-in-out infinite;
}

@keyframes float-crown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Gear Grid Layout - Enhanced */
.gear-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 85px);
    grid-template-rows: repeat(4, 85px);
    gap: 12px;
    justify-content: center;
    margin: 25px auto;
    position: relative;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    width: fit-content;
}

.gear-slot {
    width: 85px;
    height: 85px;
    background: rgba(30, 35, 45, 0.6);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gear-slot:hover {
    border-color: var(--albion-theme-primary);
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    z-index: 10;
}

.gear-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gear-slot img.emptyGear {
    opacity: 0.2;
    padding: 20px;
    filter: grayscale(100%);
}

.gear-slot .count {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.7);
    padding: 1px 6px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Stats Section - High Visibility */
.battle-stats-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.battle-stat-box {
    background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    padding: 20px 40px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    min-width: 180px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.battle-stat-box h3 {
    font-size: 26px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.battle-stat-box span {
    color: #bbb; /* Lighter grey */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.battle-section-title {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.battle-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--albion-theme-primary);
    border-radius: 4px;
    box-shadow: 0 0 10px var(--albion-theme-primary);
}

/* Participants List - Clean & Visible */
.participant-list {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Custom Scrollbar for lists */
.participant-list::-webkit-scrollbar {
    width: 6px;
}
.participant-list::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
.participant-list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
}

.participant-card {
    background: rgba(30, 35, 45, 0.6);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.participant-card:hover {
    background: rgba(255,255,255,0.08);
    transform: translateX(5px);
}

.participant-card.damage { border-left-color: #ff4757; }
.participant-card.heal { border-left-color: #2ed573; }

.participant-info {
    flex: 1;
}

.participant-name {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
}

.participant-guild {
    font-size: 13px;
    color: #ccc; /* Lighter grey */
}

.participant-guild a {
    color: #ccc;
}
.participant-guild a:hover {
    color: #fff;
}

.participant-value {
    font-weight: 800;
    font-size: 18px;
}

.participant-value.dmg { color: #ff4757; text-shadow: 0 0 10px rgba(255, 71, 87, 0.3); }
.participant-value.heal { color: #2ed573; text-shadow: 0 0 10px rgba(46, 213, 115, 0.3); }

/* Inventory Grid */
.inventory-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 10px;
}

.inventory-slot {
    width: 65px;
    height: 65px;
    background: rgba(30, 35, 45, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
}

.inventory-slot:hover {
    transform: scale(1.1);
    border-color: #fff;
    z-index: 5;
}

.inventory-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventory-slot .count {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 1px 5px;
    border-radius: 4px;
}

/* Better Buttons */
.battle-btn {
    display: inline-block;
    background: linear-gradient(45deg, var(--albion-theme-primary), #2ecc71);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
    letter-spacing: 1px;
    text-decoration: none;
}

.battle-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 204, 113, 0.5);
    color: #fff;
}

.battle-btn span {
    position: relative;
    z-index: 2;
}

/* Input Visibility */
.item__search.form-control {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
}

.item__search.form-control:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: var(--albion-theme-primary) !important;
    box-shadow: 0 0 15px rgba(69, 248, 130, 0.2);
}

@media (max-width: 768px) {
    .battle-header-vs {
        flex-direction: column;
        gap: 20px;
    }
    .gear-grid-container {
        transform: scale(0.95);
        margin: 10px auto;
    }
    .battle-player-name {
        font-size: 22px;
    }
    .battle-vs-badge {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

/* Share & Save Section Improvements */
.battle-input {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    height: 50px;
    border-radius: 8px 0 0 8px !important;
    font-size: 14px;
}

.battle-input:focus {
    background: rgba(0, 0, 0, 0.5) !important;
    border-color: var(--albion-theme-primary) !important;
    box-shadow: 0 0 10px rgba(var(--albion-theme-primary-rgb), 0.2);
}

.share-box .input-group .battle-btn {
    border-radius: 0 8px 8px 0;
    margin: 0;
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.save-box {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.battle-login-alert {
    background: rgba(var(--albion-theme-primary-rgb), 0.08);
    border: 1px solid rgba(var(--albion-theme-primary-rgb), 0.2);
    border-radius: 12px;
    padding: 25px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.battle-login-alert::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--albion-theme-primary);
}

.battle-login-alert p {
    font-size: 18px;
    font-weight: 600;
    color: #e0e0e0;
}

/* Top Action Bar */
.battle-actions-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0 30px 0;
    flex-wrap: wrap;
}

.share-action {
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.3);
    border-radius: 30px;
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.1);
}

.share-action input {
    background: transparent;
    border: none;
    color: #aaa;
    padding: 5px 15px;
    width: 200px;
    font-size: 13px;
    outline: none;
}

.share-action button {
    background: var(--albion-theme-primary);
    color: #000;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-action button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(69, 248, 130, 0.4);
}

.save-action-btn {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.save-action-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

/* Policy Pages Styles */
.policy-breadcrumb-section {
    padding: 100px 0 50px;
}
.policy-breadcrumb-title {
    font-size: 3rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.policy-breadcrumb-list {
    background: transparent;
}
.policy-content-area {
    background: #0f0f0f;
    padding-bottom: 120px;
    padding-top: 60px;
}
.policy-card {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 40px;
    backdrop-filter: blur(10px);
}
.policy-title {
    color: var(--theme-accent, #f39c12);
    margin-bottom: 1.5rem;
}
.policy-subtitle {
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.policy-text {
    color: #ccc;
    line-height: 1.8;
}
.policy-list {
    color: #ccc;
    line-height: 1.8;
    list-style-type: disc;
    padding-left: 20px;
}
.policy-list-item {
    margin-bottom: 0.5rem;
}
.policy-list-strong {
    color: #fff;
}
.policy-link {
    color: #f39c12;
}
.policy-link:hover {
    color: #fff;
    text-decoration: underline;
}
.policy-alert {
    background: rgba(243, 156, 18, 0.1);
    border: 1px solid rgba(243, 156, 18, 0.3);
    color: #ccc;
}
.policy-alert-info {
    background: rgba(88, 101, 242, 0.1);
    border: 1px solid rgba(88, 101, 242, 0.3);
}
.policy-alert-icon {
    font-size: 1.5rem;
    color: #f39c12;
}
.policy-alert-icon-info {
    color: #5865F2;
}
.policy-alert-link {
    color: #f39c12;
    text-decoration: underline;
}
.policy-alert-link-info {
    color: #5865F2;
}
.policy-footer-note {
    color: #ccc;
    line-height: 1.8;
    margin-top: 2rem;
    padding: 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 5px;
}
.policy-last-updated {
    color: #888;
    font-size: 0.9rem;
    margin-top: 1rem;
}
.policy-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 2rem 0;
}

/* Policy Sidebar Styles */
.policy-sidebar-sticky {
    top: 100px;
    z-index: 1;
}
.policy-sidebar-widget {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    backdrop-filter: blur(10px);
}
.policy-sidebar-title {
    color: var(--theme-accent, #f39c12);
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.policy-sidebar-title-discord {
    color: #5865F2;
}
.policy-sidebar-link {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    color: #bbb;
    border-left: 3px solid transparent;
    transition: all 0.3s;
}
.policy-sidebar-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.policy-sidebar-link.active {
    background: rgba(243, 156, 18, 0.2);
    color: #f39c12;
    border-left: 3px solid #f39c12;
}
.policy-sidebar-link.active-discord {
    background: rgba(88, 101, 242, 0.2);
    color: #5865F2;
    border-left: 3px solid #5865F2;
}
.policy-sidebar-icon {
    width: 20px;
    text-align: center;
    margin-right: 1rem;
}
.policy-sidebar-text {
    font-weight: 500;
}

/* ==========================================================================
   Calculator Styles (Butcher & Cooking)
   ========================================================================== */

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-page .animate-fade-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

.calculator-page .animate-delay-1 { animation-delay: 0.1s; }
.calculator-page .animate-delay-2 { animation-delay: 0.2s; }
.calculator-page .animate-delay-3 { animation-delay: 0.3s; }

/* Glassmorphism */
.calculator-page .glass-card {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.calculator-page .glass-header {
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 24px;
    margin: -24px -24px 24px -24px;
    border-radius: 16px 16px 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--albion-theme-primary);
}

.calculator-page .glass-header::after {
    display: none;
}

/* Button Shine Effect */
.calculator-page .btn-shine {
    background: linear-gradient(45deg, var(--albion-theme-primary), #2ecc71);
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.calculator-page .btn-shine:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(69, 248, 130, 0.4);
    color: #000;
    background: linear-gradient(45deg, #2ecc71, var(--albion-theme-primary));
}

/* Recipe Card Grid System */
.calculator-page .recipe-card {
    background: linear-gradient(145deg, rgba(22, 27, 34, 0.9) 0%, rgba(22, 27, 34, 0.6) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.calculator-page .recipe-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--albion-theme-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.calculator-page .recipe-card:hover {
    transform: translateY(-5px);
    border-color: rgba(69, 248, 130, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgba(69, 248, 130, 0.1);
}

.calculator-page .recipe-card:hover::before {
    opacity: 1;
}

.calculator-page .img-frame {
    width: 72px;
    height: 72px;
    background: radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.2) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
    flex-shrink: 0;
}

.calculator-page .stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--albion-body-color);
    margin-bottom: 2px;
}

.calculator-page .stat-value {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

/* Custom Input Style to match Selects */
.calculator-page .custom-input {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    padding: 12px 20px;
    width: 100%;
    transition: all 0.3s ease;
}

.calculator-page .custom-input:focus {
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 15px rgba(69, 248, 130, 0.2);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* Ingredient Pill Styling */
.calculator-page .ingredient-pill {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 4px 8px 4px 4px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    cursor: default;
    margin-bottom: 4px;
}

.calculator-page .ingredient-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--albion-theme-primary);
    transform: translateY(-1px);
}

.calculator-page .ingredient-pill img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
}

.calculator-page .ingredient-pill .count {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

/* Masteries Expand Button */
.calculator-page .expand-indicator {
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.calculator-page .masteries-header:hover .expand-indicator {
    background: var(--albion-theme-primary);
    color: #000 !important;
    border-color: var(--albion-theme-primary);
    box-shadow: 0 0 10px rgba(69, 248, 130, 0.3);
}

.calculator-page .masteries-header:hover .expand-indicator i {
    color: #000 !important;
}

/* Icon rotation for collapse */
.calculator-page .transition-icon {
    transition: transform 0.3s ease;
}

.calculator-page [data-bs-toggle="collapse"][aria-expanded="true"] .transition-icon {
    transform: rotate(180deg);
}

/* Hover effect for the masteries header */
.calculator-page .masteries-header:hover span.expand-text {
    color: var(--albion-theme-primary) !important;
}

/* Legacy Table Data (Cooking) */
.calculator-page .tableDataC tr img {
    width: 75px;
    height: 75px;
}

@media only screen and (max-width: 1345px) {
    .calculator-page .tableDataC tr img {
        width: 60px;
        height: 60px;
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .calculator-page .tableDataC {
        display: block;
        overflow-x: scroll;
    }

    .calculator-page .tableDataC tr img {
        width: 45px;
        height: 45px;
    }
}

.calculator-page .food-row {
    display: none;
}
