@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: var(--body-color);
    font-family: 'Montserrat', sans-serif;
}

li {
    list-style: none;
}

table {
    position: relative;
    max-width: 100% !important;
    display: inline-table;
    overflow: auto;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

table tbody {
    background-color: var(--add-credit-table);
}

table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}

.hover\:1 {
    transform: translateY(0px);
    transition: 300ms;
}

.hover\:1:hover {
    transform: translateY(-3px);
    transition: 300ms;
}

.absolute-swiper svg {
    position: absolute !important;
    bottom: 0px !important;
    height: 100%;
    width: 100%;
}

.shopping-button {
    border-radius: 500px;
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header-img {
    width: 25px;
    height: 25px;
    border-radius: 500px;
}

.dropdown-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 18px;
}

.dropdown-menu.dropdown-lg {
    top: -0.5rem;
    background: var(--body-color) !important;
    border: 2px solid var(--main-color);
    border-radius: 30px;
    cursor: pointer;
    z-index: 150 !important;
}

.footer-select .dropdown-lg-content {
    margin-top: 0rem !important;
    justify-content: center;
}

.footer-select.dropdown-menu.dropdown-lg {
    left: -1.5rem;
    text-align: center;
    background: var(--body-color) !important;
    top: -23.5rem !important;
    padding-bottom: 4rem !important;
    border: 2px solid var(--main-color) !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    z-index: 150 !important;
}

li[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: 500ms;
}

li[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: 500ms;
}

li.dropdown.profile-dropdown:hover .dropdown-border {
    background: var(--main-color);
    transition: 500ms;
}

li.dropdown.profile-dropdown:hover .dropdown-border a {
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.dropdown.footer-dropdown:hover .dropdown-border {
    background: var(--main-color);
    transition: 500ms;
}

.dropdown.footer-dropdown:hover .dropdown-border a {
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.dropdown-lg-content {
    margin-top: 3rem;
    transition: 500ms;
}

.profile-dropdown .dropdown-border {
    border: 2px solid var(--main-color);
    border-radius: 60px;
    padding: 11px 19px 11px 11px;
    z-index: 123123123;
    position: relative;
    transition: 500ms;
    width: max-content;
    font-size: 14px !important;

}

.footer-dropdown {
    width: 140px !important;
    text-align: center;
    justify-content: center;
    display: flex;
}

.footer-dropdown .dropdown-border {
    justify-content: center !important;
    margin: auto !important;
    text-align: center !important;
    border: 2px solid var(--main-color);
    height: fit-content !important;
    width: fit-content;
    border-radius: 60px;
    padding: 11px 19px 11px 11px;
    position: relative;
    transition: 500ms;
    z-index: 160;
    width: 100% !important;
}

.tooltip-inner {
    background: var(--add-credit-table);
    color: var(--text-color);
    filter: contrast(0.85);
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--add-credit-table) !important;
    filter: contrast(0.85);
}

.form-select {
    background: var(--input-bg) !important;
}

.add-credit-table {
    background-color: var(--add-credit-table);
    padding: 0.8rem;
}

.absolute-icon-form {
    position: relative;
    overflow: hidden;
}

.absolute-icon-form i {
    position: absolute;
    right: 1rem;
    top: calc(0.8rem + 2px);
    cursor: pointer;
}

.form-floating label {
    color: var(--input-color) !important;
}

button.form-control {
    transition: 1500ms;
}

button.form-control:hover {
    transform: translateY(-3px);
    transition: 500ms;
}

.form-floating input[disabled] ~ label:after {
    background-color: var(--input-bg);
    filter: contrast(0.9);
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: var(--input-bg);
}

.w-80 {
    width: 80% !important;
}

.btn-success {
    background-color: #45c4a0 !important;
}

.divider-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(164, 174, 198, 0.2);
}

.divider-icon:after, .divider-icon:before {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    width: calc(45% - 1.5rem);
}

.btn-outline-login {
    border-color: var(--active-background-color) !important;
    color: var(--outline-text-color) !important;
}

.btn-outline-login:focus {
    border-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

.btn-outline-login:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

.form-control {
    border-radius: 8px !important;
    background-color: var(--input-bg) !important;
    color: var(--input-color) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--btn-main-bg) !important;
    -webkit-text-fill-color: var(--input-color) !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--main-color);
}

input[disabled] {
    filter: contrast(0.9);
}

.navbar {
    padding-top: 0.5rem;
}

.navbar-behind.active {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999999;
    opacity: 0.9;
}

.absolute-swiper {
    height: 100%;
}

.absolute-swiper svg {
    position: absolute !important;
    bottom: 0 !important;
}

.absolute-swiper svg path {
    fill: var(--main-color);
}

.error-coupon {
    animation: horizontal-shaking 1s ease-in-out;
    border: 1px solid var(--main-color);
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.success-coupon {
    animation: horizontal-shaking 1s ease-in-out;
    border: 1px solid #187918;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.left-nav:not(.show-ixa) {
    width: 240px;
    height: 100%;
    position: fixed;
    left: -15rem;
    transition: left 500ms;
    background: var(--card-bg);
    z-index: 9999999999;
}

.left-nav a {
    color: var(--text-color);
    font-weight: 600;
}

.left-nav.show-ixa {
    width: 240px;
    height: 100%;
    position: fixed;
    left: 0rem !important;
    transition: left 500ms;
    border-right: 2px solid var(--card-bg) !important;
    background: var(--card-bg);
    z-index: 9999999999999;
}

.left-nav.show-ixa .toggler-nav {
    background-color: var(--card-bg) !important;
    position: absolute;
    right: -50px;
    top: 15px;
    box-shadow: 0px 0px 20px #00000024;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
    transition: 500ms;
}

.left-nav .toggler-nav {
    background-color: var(--card-bg) !important;
    position: absolute;
    right: -120px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
    transition: 500ms;
    box-shadow: 0px 0px 20px #00000024;
}

.footer-btn.active {
    border-radius: 250px;
    color: var(--active-text-color);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--active-background-color) !important;
}

.store-button {
    border: 2px solid var(--active-background-color);
    width: 100%;
    padding: 25px 19px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: 500ms;
    color: var(--text-color);
}

.store-button:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.btn-main {
    background-color: var(--btn-main-bg);
    color: var(--btn-main-text-color) !important;
}

.btn-main:hover {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.btn-main:active {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.btn-main:focus {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.changing-text-section {
    color: var(--section-text-color) !important;
}

.container-fluid {
    width: 98%;
}

.logo-size {
    width: var(--logo-size);
    height: var(--logo-size);
    object-fit: contain;
    margin-right: 1rem;
}

.container-85 {
    width: 85% !important;
}

.rounded-full {
    border-radius: 250px !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

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

.card {
    background-color: var(--card-bg);
    color: var(--card-text-color);
}

.text-color {
    color: var(--text-color) !important;
}

.text-color-sub {
    color: var(--text-color-sub) !important;
}

.h1 {
    color: var(--text-color);
    font-weight: 600;
}

.h2 {
    color: var(--text-color);
    font-weight: 600;
}

.h3 {
    color: var(--text-color);
    font-weight: 600;
}

.h4 {
    color: var(--text-color);
    font-weight: 600;
}

.h5 {
    color: var(--text-color);
    font-weight: 600;
}

.h6 {
    color: var(--text-color);
    font-weight: 600;
}

.h7 {
    color: var(--text-color);
    font-weight: 600;
}

.display-1 {
    color: var(--text-color);
}

.display-2 {
    color: var(--text-color);
}

.display-3 {
    color: var(--text-color);
}

.display-4 {
    color: var(--text-color);
}

.display-5 {
    color: var(--text-color);
}

.display-6 {
    color: var(--text-color);
}

.display-7 {
    color: var(--text-color);
}

.btn-outline-special {
    border-color: var(--active-background-color);
}

.btn-outline-special:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

header nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    transition: 500ms;
}

header nav .nav-item .nav-link:hover {
    transform: translateY(-3px);
    transition: 500ms;
}

header nav .nav-item .nav-link:not(.active) {
    color: var(--text-color);
}

header nav .nav-item .nav-link.main-border-outline {
    border: 2px solid rgba(107, 114, 128, 0.6);
    width: 100%;
    padding: 25px 19px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: 500ms;
    color: var(--text-color);
    background: rgba(75, 85, 99, 0.2);
}

header nav .nav-item .nav-link.main-border-outline:hover {
    background-color: rgba(75, 85, 99, 0.5);
    color: #ffffff !important;
    transition: 500ms;
}

header nav .nav-item .nav-link.active {
    border-radius: 500px;
    background-color: rgba(75, 85, 99, 0.5) !important;
    border: 1px solid rgba(107, 114, 128, 0.5);
    color: #ffffff;
    width: 50px;
    height: 50px;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.section-1 .absolute-swiper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0.6;
}

.section-1 .swiper-div {
    background: #000;
    padding-top: 2%;
    height: 392px;
}

.section-1 .swiper-div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31%;
    background: #000 !important;
    left: 0;
    top: 0;
    z-index: 123123;
    filter: blur(22px);
}

.section-1 .swiper {
    width: 100%;
    height: 100%;
}

.section-1 .margin-initial {
    margin: initial !important;
}

.section-1 .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid #FFFFFF !important;
    backdrop-filter: blur(5.5px) !important;
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 250px !important;
    width: 50%;
    margin: auto;
    color: #FFF;
}

.section-1 .btn-swiper:hover {
    border: 2px solid #FFFFFF !important;
    background: rgba(0, 0, 0, 0.39) !important;
    color: #FFF !important;
}

.section-1 .swiper-slide {
    height: 300px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #000000 -8.17%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 28px 29px -20px rgba(0, 0, 0, 0.14);
    border: 9px solid var(--main-color);
    border-radius: 24px;
    background-image: url();
    padding: 2%;
}

.section-1 .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(60px);
    opacity: 0.4;
}

.section-1 .swiper-slide img {
    width: 55%;
    height: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    margin: auto;
    top: -20px;
}

.section-1 .swiper-slide-next {
    transform: translateY(-25px) !important;
    margin-left: 30px;
}

.section-1 .swiper, .section-1 .swiper-container {
    overflow: revert !important;
}

.section-3 .section-3-img {
    height: 600px;
    background-size: cover;
}

.section-3 .section-3-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.section-3 .absolute-swiper {
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: flex;
    bottom: -5rem;
}

.section-4 .img-top svg path {
    fill: var(--svg-color);
}

.section-5 .section-5-div {
    background-color: #000;
}

.section-5 .section-5-img {
    height: 600px;
    background-size: cover;
}

.section-5 .section-5-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.section-5 .absolute-swiper {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100% !important;
    top: 0;
    transform: rotate(180deg);
}

.section-5 .customer-comments-slider {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 150px;
}

.section-5 .customer-comments-slider .swiper-slide {
    height: 100px;
    color: var(--section-3-text-color);
}

.section-5 .customer-comments-slider .swiper-button-next:after, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.section-5 .customer-comments-slider .swiper-button-next {
    border: 0px solid white;
    width: 40px;
    border-radius: 100%;
    height: 40px;
}

.section-5 .customer-comments-slider .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid white;
    border-radius: 100%;
}

.section-5 .customer-comments-slider .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid white;
    border-radius: 100%;
}

.section-5 .customer-comments-slider .swiper-button-prev, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}

.section-5 .customer-comments-slider .swiper-button-next, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}

.section-5 .customer-comments-slider .swiper-button-prev:after, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-next:after {
    content: none;
}

.section-5 .content {
    height: 380px;
}

.section-5 .swiper-slide .h5 {
    color: var(--section-text-color);
    width: 50%;
    margin: auto;
}

.section-6 .section-6-img {
    height: 500px;
    background-size: cover;
    background-color: #000;
    border-radius: 30px !important;
}

.section-6 .absolute-swiper {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100% !important;
    top: 0;
    transform: rotate(180deg);
}

.section-6 .content {
    height: 500px;
}

.section-7 .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: fit-content;
    margin: auto;
    color: white;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
}

.section-7 .btn-swiper:hover {
    color: #FFF !important;
}

.section-7 .categories-card {
    height: 200px;
    border-radius: 24px;
    object-fit: contain;
    background-size: cover;
    background-position: center;
}

.section-7 .categories-card .absolute-swiper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.8;
    border-radius: 0px !important;
    z-index: 0;
}

.section-7 .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.product-name {
    min-height: 50px;
    margin-left: 1rem;
}

.product-name h5 {
    color: var(--text-color) !important;
}

.img-products img:first-child {
    position: absolute;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    bottom: 15px;
    left: 30px;
    filter: grayscale(1);
    object-fit: contain;
}

.section-9 {
    height: 250px;
}

.section-9:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
    opacity: 0.8;
    backdrop-filter: blur(137px);
}

.section-9 .goProduct {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 105;
    align-items: center;
    justify-content: center;
}

.section-9 img {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.section-9 .absolute-swiper {
    position: absolute;
    top: 0px;
    z-index: 101;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.4;
}

.categories-section .categories-card {
    height: 200px;
    border-radius: 24px;
    object-fit: contain;
    background-size: cover;
    background-position: center;
}

.categories-section .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    inset: 0px;
}

.categories-section .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: fit-content;
    margin: auto;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
}

.categories-section .btn-swiper:hover {
    color: #FFF !important;
}

.store-section .store-card-absolute {
    position: absolute;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    bottom: 15px;
    left: 30px;
    filter: grayscale(1);
}

.store-section .img-products img:last-child {
    min-width: 350px;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 24px;
    margin: auto;
    text-align: center;
    display: flex;
}

.store-in-page-section .store-in-page-img img {
    min-width: 500px !important;
    max-width: 500px !important;
}

.store-in-page-section .product-desc .active:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    background: var(--main-color);
    bottom: 0px;
    border-radius: 60px;
}

.store-in-page-section .product-desc hr {
    border-top: 5px solid !important;
}

.store-in-page-section .product-desc ul {
    padding: 0;
    margin: 0;
}

.store-in-page-section .product-desc a {
    margin-bottom: 1rem;
    color: var(--text-color) !important;
    font-weight: 600;
}

.login-section .col-xl-9 {
    justify-content: center;
    align-items: center;
    display: inline-grid;
}

.login-section .login-left-page {
    height: 100vh;
    background-color: #000 !important;
}

.login-section .absolute-swiper {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14rem;
    width: 100%;
    z-index: 1231231;
    filter: blur(115px);
}

.login-section .absolute-swiper svg {
    position: absolute !important;
    bottom: 0 !important;
    height: 100%;
}

.section-404 .btn-swiper {
    display: flex;
    padding: 11px 19px;
    gap: 18px;
    width: 20%;
    margin: auto;
    z-index: 989999;
    background: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color);
    backdrop-filter: blur(5.5px) !important;
    border-radius: 100px !important;
}

.section-404 .btn-swiper:focus {
    color: var(--btn-main-text-color) !important;
}

.section-404 .btn-swiper:hover {
    color: var(--btn-main-text-color) !important;
}

.references-section .categories-card {
    height: 200px;
    border-radius: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.references-section .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    inset: 0px;
}

.references-section .absolute-swiper {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.8;
    z-index: 0;
    border-radius: 0px !important;
}

.references-section .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: 50%;
    margin: auto;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
}

.references-section .btn-swiper:hover {
    color: #FFF !important;
}

.portfolio-section .portfolio-card img {
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    object-fit: contain;
}

.blog-section .bg-blog {
    border: 1px solid var(--main-color);
    width: max-content;
    color: var(--text-color) !important;
    cursor: pointer;
}

.blog-section .bg-blog:hover {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-section .bg-blog.active {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-section .blog-col-img img {
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}

.blog-in-page-section .blog-img img {
    width: 850px;
    height: 540px;
    object-fit: cover;
}

.blog-in-page-section .desc {
    width: 80%;
    margin: auto;
}

.blog-in-page-section .tags {
    width: 80%;
    margin: auto;
}

.blog-in-page-section .bg-blog {
    border: 1px solid var(--main-color);
    width: max-content;
    color: var(--text-color) !important;
    cursor: pointer;
}

.blog-in-page-section .bg-blog:hover {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-in-page-section .bg-blog.active {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-in-page-section .write-comment {
    width: 80% !important;
}

.blog-in-page-section .write-comment .write-comment-img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
}

.credit-add-section .balance-credit .table * {
    border: none;
}

.credit-add-section .balance-credit .add-credit-table {
    background-color: var(--add-credit-table);
    padding: .8rem;
}

.profile-button:not(.text-red) {
    color: var(--text-color) !important;
}

.profile-button.active {
    border: 1px solid var(--main-color);
    border-radius: 250px;
    font-weight: bold;
}

.profile-button:hover {
    box-shadow: none !important;
}

.profile-button.active:hover {
    background-color: var(--main-color);
    border-radius: 250px;
    color: var(--active-text-color) !important;
}

.profile-edit-section .profile-left-img {
    min-width: 90px;
    min-height: 90px;
    border-radius: 250px !important;
    max-width: 60px;
    max-height: 60px;
    background-size: cover;
    object-fit: cover;
}

.profile-edit-section .profile-right-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 250px !important;
    max-width: 60px;
    max-height: 60px;
    background-size: cover;
    object-fit: cover;
}

.profile-license-section table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.profile-license-section table tbody {
    background-color: var(--add-credit-table);
}

.profile-license-section table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

.profile-license-section table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}

.support-create-section .absolute-support-button {
    position: absolute;
    right: 1rem;
    border-radius: 120px;
    bottom: 1rem;
    width: fit-content !important;
}

.support-in-page-section .customer-messsage, .support-in-page-section .author-messsage {
    margin-top: 3rem;
}

.support-in-page-section .absolute-support-button {
    position: absolute;
    right: 1rem;
    border-radius: 120px;
    bottom: 1rem;
    width: fit-content !important;
}

.support-in-page-section .support-card {
    background-color: var(--add-credit-table);
    width: 95% !important;
}

.support-in-page-section .author-messsage .col-xl-2 {
    order: 1 !important;
}

.support-in-page-section .author-messsage .col-xl-8 {
    order: 2 !important;
}

footer .footer-top .footer-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
}

footer .footer-top .footer-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 500ms;
}

footer .footer-top .footer-sub .btn-footer-social {
    display: flex;
    flex: none;
    order: 1;
    flex-grow: 0;
    flex-direction: row;
    align-items: center;
    padding: 11px 19px;
    gap: 18px;
    border: 2px solid var(--text-color);
    border-radius: 500px;
    justify-content: space-between;
    width: 100% !important;
}

footer .footer-top .footer-sub li {
    margin-bottom: 25px;
}

footer .footer-top .footer-sub li:hover {
    transform: translateY(-5px) !important;
    transition: 500ms;
}

footer .footer-top .footer-sub a {
    color: var(--text-color) !important;
    font-weight: 600;
}

.page-section li {
    list-style: revert;
}

main {
    flex: 1;
}

.alert-danger {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #FFF !important;
}

.alert-danger:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
}

.alert-success {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #FFF !important;
}

.alert-success:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
}

.alert-primary {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    color: #FFF !important;
}

.alert-warning {
    background-color: #ef8407 !important;
    border-color: #ef8407 !important;
    color: #FFF !important;
}

.alert-warning:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}

button.btn.btn-outline-footer.rounded-pill {
    border-radius: 150px !important;
}

.btn-group .btn {
    border-radius: 12px !important;
}

.btn-outline-footer {
    border-color: var(--main-color);
    transition: 500ms;
    color: var(--text-color) !important;
    font-weight: 600;
}

.btn-outline-footer:hover {
    background-color: var(--main-color) !important;
    transition: 500ms;
    color: var(--active-text-color) !important;
}

.dropdown-footer-select li {
    padding: 5% !important;
}

.dropdown-footer-select a {
    color: var(--text-color) !important;
    font-weight: 600;
}

ul.dropdown-menu {
    border: 2px solid var(--main-color) !important;
}

button.btn.btn-outline-footer.show {
    border-color: var(--main-color);
}

.dropdown-footer-select .dropdown-menu.show {
    display: block;
    padding-bottom: 4rem;
    bottom: -3.3rem !important;
    margin-left: -0.3rem !important;
    z-index: 150;
    min-width: 208px;
}

button.btn.btn-outline-footer.rounded-pill {
    z-index: 1000;
    margin-left: 0.3rem;
}

.col-lg-12.footer-info .col-lg-6:last-child .dropdown-menu.show {
    z-index: 1500;
}

.col-lg-12.footer-info .col-lg-6:last-child .btn-outline-footer {
    z-index: 1600;
}

.dropdown-menu.dropdown-lg {
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    justify-items: center;
}

ul.dropdown-menu {
    background: var(--card-bg);
}

.dropdown-menu.dropdown-lg {
    min-width: calc(25px * 12) !important;
    margin-top: -3.4rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.store-price-info {
    min-height: 70px;
}

.discord-connected {
    border-color: #e2626b !important;
    border-radius: 200px !important;
}

.discord-connected:hover {
    background-color: #e2626b !important;
    color: #FFF !important;
    border-radius: 200px !important;
}

a.profile-button.btn.active:hover {
    background-color: var(--main-color) !important;
}

.store-in-page-section .store-in-page-img img {
    min-width: 500px;
    max-width: 500px;
    min-height: 500px;
    max-height: 500px;
    object-fit: contain;
}

.w-120px img {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    object-fit: cover;
}

.w-120px {
    width: 120px !important;
}

.swiper-wrapper {
    max-height: 500px;
    margin-bottom: 1rem;
    align-items: center;
}

/* ============================================
   NEPTUNE THEME - NAVBAR, DUYURU, ARAMA, REFERANSLAR (head.php'den style.css'e taşındı)
   ============================================ */

/* Küçük ve Modern Navbar */
header nav.web-navbar.navbar.navbar-expand-lg,
.web-navbar {
    position: relative !important;
    margin: 12px auto 0 auto !important;
    max-width: 92% !important;
    width: 92% !important;
    background: linear-gradient(145deg, rgba(20, 25, 35, 0.85) 0%, rgba(10, 15, 25, 0.9) 100%) !important;
    backdrop-filter: blur(25px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
    border-radius: 35px !important;
    padding: 8px 24px !important;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.25),
        0 1px 4px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

header nav.web-navbar.navbar.navbar-expand-lg::before,
.web-navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    pointer-events: none;
}

header nav.web-navbar.navbar.navbar-expand-lg:hover,
.web-navbar:hover {
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    transform: translateY(-1px) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

header nav.web-navbar .container-85,
.web-navbar .container-85 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px !important;
    margin: 0 !important;
}

header nav.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline),
.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline) {
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    position: relative !important;
}

header nav.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline)::after,
.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline)::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    border-radius: 2px;
    transition: transform 0.3s ease;
}

header nav.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline):hover,
.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline):hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

header nav.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline):hover::after,
.web-navbar .nav-link:not(.btn-auth):not(.shopping-button):not(.main-border-outline):hover::after {
    transform: translateX(-50%) scaleX(1);
}

/* Navbar: Ana Sayfa (aktif) ve sepet butonu GRİ - mor/mavi override */
header nav.web-navbar .nav-link.main-border-outline,
header nav.web-navbar .navbar-nav .nav-item .nav-link.main-border-outline,
.web-navbar .nav-link.main-border-outline {
    background: #4b5563 !important;
    border: 1.5px solid #6b7280 !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

header nav.web-navbar .nav-link.main-border-outline:hover,
header nav.web-navbar .navbar-nav .nav-item .nav-link.main-border-outline:hover,
.web-navbar .nav-link.main-border-outline:hover {
    background: #6b7280 !important;
    border-color: #9ca3af !important;
    color: #ffffff !important;
}

header nav.web-navbar .nav-link.btn-auth.btn-login,
.web-navbar .nav-link.btn-auth.btn-login,
a.nav-link.btn-auth.btn-login {
    padding: 8px 20px !important;
    border-radius: 22px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    margin-left: 0.5rem !important;
    min-width: 100px !important;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 4px 12px rgba(239, 68, 68, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

header nav.web-navbar .nav-link.btn-auth.btn-login:hover,
.web-navbar .nav-link.btn-auth.btn-login:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow:
        0 6px 18px rgba(239, 68, 68, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
    background: linear-gradient(135deg, #f87171 0%, #ef4444 50%, #dc2626 100%) !important;
}

header nav.web-navbar .nav-link.btn-auth.btn-register,
.web-navbar .nav-link.btn-auth.btn-register,
a.nav-link.btn-auth.btn-register {
    padding: 8px 20px !important;
    border-radius: 22px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    margin-left: 0.5rem !important;
    min-width: 100px !important;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 4px 12px rgba(59, 130, 246, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

header nav.web-navbar .nav-link.btn-auth.btn-register:hover,
.web-navbar .nav-link.btn-auth.btn-register:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow:
        0 6px 18px rgba(59, 130, 246, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%) !important;
}

header nav.web-navbar .shopping-button,
header nav.web-navbar .navbar-nav .nav-item .nav-link.shopping-button,
.web-navbar .shopping-button {
    background: #4b5563 !important;
    border: 1.5px solid #6b7280 !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 22px !important;
    width: 42px !important;
    height: 42px !important;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

header nav.web-navbar .shopping-button:hover,
header nav.web-navbar .navbar-nav .nav-item .nav-link.shopping-button:hover,
.web-navbar .shopping-button:hover {
    background: #6b7280 !important;
    border-color: #9ca3af !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

header {
    position: relative !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    z-index: 1000 !important;
}

.btn-auth::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.4s ease;
}

.btn-auth:hover::before {
    left: 100%;
}

header nav.web-navbar .logo-size {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

header nav.web-navbar:hover .logo-size {
    transform: scale(1.02);
}

/* Navbar sırası resimdeki gibi: logo - isim/slogan - arama - butonlar (menü) - sepet/profil */
header nav.web-navbar .w-100 {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
}

/* 1. Logo + isim ve slogan */
header nav.web-navbar .w-100 > div:first-child {
    flex-shrink: 0 !important;
}

/* 2. Arama formu */
header nav.web-navbar .w-100 > form.navbar-search-form {
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* 3. Menü butonları (Ana Sayfa, Mağaza, Kredi Yükle, ...) */
header nav.web-navbar .w-100 > div:nth-child(3) {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    min-width: 0 !important;
}

header nav.web-navbar .w-100 > div:nth-child(3) .navbar-nav {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 4px !important;
}

/* 4. Sepet + profil (sağda) */
header nav.web-navbar .w-100 > div.ms-auto {
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

header nav.web-navbar .w-100 > div.ms-auto .navbar-nav {
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
}

header nav.web-navbar .navbar-nav {
    gap: 4px !important;
}

header nav.web-navbar .nav-link.btn-auth {
    margin-left: 0.5rem !important;
}

/* Duyuru çubuğu */
.announcement-bar {
    background: transparent !important;
    padding: 12px 0 !important;
    position: relative !important;
    z-index: 1000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.announcement-bar .container-85 {
    max-width: 85% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.announcement-content {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(35, 40, 55, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 25px !important;
    padding: 5px 15px !important;
    overflow: hidden !important;
    position: relative !important;
    width: auto !important;
    min-width: 300px !important;
    max-width: 800px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.announcement-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(45, 50, 65, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 18px !important;
    padding: 3px 10px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.announcement-emoji {
    font-size: 11px !important;
    line-height: 1 !important;
}

.announcement-badge strong {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

.announcement-scroll {
    flex: 1 !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    width: 100% !important;
}

.announcement-track {
    display: inline-flex !important;
    align-items: center !important;
}

.announcement-group {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.announcement-item {
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
}

.announcement-item span {
    color: #ffffff !important;
}

.announcement-separator {
    color: rgba(255, 255, 255, 0.4) !important;
    margin: 0 4px !important;
    font-size: 10px !important;
    display: inline-block !important;
}

.announcement-icon {
    font-size: 12px !important;
}

.announcement-icon.purple-icon {
    color: #9D4EDD !important;
}

.announcement-icon.yellow-icon {
    color: #FFD60A !important;
}

.announcement-icon.blue-icon {
    color: #4A9EFF !important;
}

.announcement-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.announcement-link:hover {
    color: #4A9EFF !important;
    text-decoration: underline !important;
}

.logo-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.3 !important;
    margin-left: 15px !important;
}

.logo-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 4px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

.logo-title .logo-title-part1 {
    color: #FFFFFF !important;
}

.logo-title .logo-title-part2 {
    color: #4A9EFF !important;
}

.logo-subtitle {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

header .logo-text,
header .logo-title,
header .logo-subtitle {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
}

/* Ana sayfa - Discord banner: resimdeki gibi dış çerçeve (frame) */
.home-discord-banner-wrapper {
    border: 2px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.4),
        0 4px 24px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

/* İç kutu: koyu arka plan, banner içeriği */
.home-discord-banner {
    background: #1a1d21 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

/* Yuvarlak çerçeve içinde logo resmi */
.home-discord-banner .home-discord-logo-frame {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(114, 137, 218, 0.6) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.home-discord-banner .home-discord-logo-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Ana sayfa - Discord butonu: gri pill */
.btn-discord-join {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 28px !important;
    border-radius: 9999px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
    background: linear-gradient(180deg, #4b5563 0%, #374151 50%, #1f2937 100%) !important;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.btn-discord-join:hover {
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.02) !important;
    background: linear-gradient(180deg, #6b7280 0%, #4b5563 50%, #374151 100%) !important;
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.btn-discord-join-icon {
    font-size: 22px !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
}

.btn-discord-join-text {
    color: #ffffff !important;
}

.home-search-form {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 100 !important;
}

/* Navbar'daki arama çubuğu küçük (resimdeki gibi) */
header nav.web-navbar .navbar-search-form {
    min-width: 160px !important;
    max-width: 240px !important;
    width: auto !important;
}

/* Container: arama butonu input'un içinde sağda (kırmızı alan) */
header nav.web-navbar .navbar-search-form .home-search-container {
    position: relative !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 4px 4px 4px 14px !important;
    padding-right: 4px !important;
    overflow: visible !important;
}

/* Input: sağda buton için boşluk (kırmızı alan) */
header nav.web-navbar .navbar-search-form .home-search-input {
    padding-right: 42px !important;
}

/* Navbar arama tuşu - input'un İÇİNDE sağda (kırmızı alan), gri */
header nav.web-navbar .navbar-search-form .home-search-button {
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    flex-shrink: 0 !important;
    background: rgba(100, 110, 130, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

header nav.web-navbar .navbar-search-form .home-search-button:hover {
    background: rgba(120, 130, 150, 0.95) !important;
}

header nav.web-navbar .navbar-search-form .home-search-button i {
    color: #ffffff !important;
    font-size: 14px !important;
}

/* Arama kutusu: buton input'un içinde sağda (kırmızı alan) */
.home-search-container {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 50px !important;
    padding: 12px 12px 12px 20px !important;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.home-search-container:hover {
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.home-search-input {
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 8px 50px 8px 15px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.home-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Ürün Ara butonu - gri, büyüteç ikonu içeride */
.home-search-button {
    background: rgba(100, 110, 130, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.home-search-button:hover {
    background: rgba(120, 130, 150, 0.95) !important;
    transform: scale(1.05) !important;
}

.home-search-button i {
    color: #ffffff !important;
    font-size: 18px !important;
}

.home-search-dropdown {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.98) 0%, rgba(15, 23, 42, 0.99) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
    padding: 15px !important;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    z-index: 1050 !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}

.home-search-dropdown-header {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.home-search-dropdown-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.home-search-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.home-search-item:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateX(3px) !important;
}

.home-search-item-icon {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.home-search-item-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.home-search-item-text {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.home-search-item-title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.home-search-item-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px !important;
}

/* Ana sayfa referans kartları - sonsuz marquee (2 kopya, -50% ile kesintisiz döngü) */
@keyframes home-references-marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.home-references-container {
    padding: 20px 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 auto !important;
}

.home-references-container:hover .home-references-track {
    animation-play-state: paused !important;
}

.home-references-scroll {
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.home-references-track {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    width: max-content !important;
    min-width: max-content !important;
    flex-shrink: 0 !important;
    will-change: transform !important;
    animation: home-references-marquee 45s linear infinite !important;
    animation-play-state: running !important;
}

.home-reference-card {
    background: rgba(40, 45, 60, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    width: 160px !important;
    height: 220px !important;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
}

.home-reference-card:hover {
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.home-reference-image {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: rgba(30, 35, 50, 0.8) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home-reference-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.home-reference-card:hover .home-reference-image img {
    transform: scale(1.1) !important;
}

@media (max-width: 768px) {
    .announcement-bar {
        font-size: 11px !important;
        padding: 6px 0 !important;
    }

    .announcement-content {
        gap: 8px !important;
        padding: 0 10px !important;
    }

    .announcement-separator {
        margin: 0 2px !important;
    }

    .announcement-item {
        font-size: 11px !important;
    }
}

/* LAROS AI - solda, gri, sayfa kaydırsan da hep seninle (fixed) */
.laros-ai-widget {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    z-index: 9999 !important;
    font-family: inherit;
    pointer-events: none;
}
.laros-ai-widget > * {
    pointer-events: auto;
}
.laros-ai-float {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.laros-ai-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}
.laros-ai-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(145deg, #4b5563 0%, #374151 100%);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.2s, box-shadow 0.2s;
}
.laros-ai-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
.laros-ai-overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 30, 35, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
    z-index: 9997;
}
.laros-ai-widget.open .laros-ai-overlay {
    opacity: 1;
    visibility: visible;
}
.laros-ai-panel {
    position: fixed;
    bottom: 90px;
    left: 24px;
    width: 320px;
    max-width: calc(100vw - 48px);
    background: linear-gradient(180deg, #4b5563 0%, #374151 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    z-index: 9998;
}
.laros-ai-widget.open .laros-ai-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.laros-ai-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.laros-ai-close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.laros-ai-panel-inner {
    padding: 16px 16px 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 280px;
}
.laros-ai-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
    letter-spacing: 0.02em;
}
.laros-ai-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px;
}
.laros-ai-chat-messages {
    flex: 1;
    overflow-y: auto;
    max-height: 220px;
    min-height: 120px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.laros-ai-msg {
    display: flex;
    justify-content: flex-start;
}
.laros-ai-msg-user {
    justify-content: flex-end;
}
.laros-ai-msg-inner {
    max-width: 85%;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.875rem;
    line-height: 1.4;
    word-wrap: break-word;
}
.laros-ai-msg-ai .laros-ai-msg-inner {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-bottom-left-radius: 4px;
}
.laros-ai-msg-user .laros-ai-msg-inner {
    background: #4b5563;
    color: #fff;
    border-bottom-right-radius: 4px;
}
.laros-ai-chat-form {
    display: flex;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.laros-ai-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.875rem;
    outline: none;
}
.laros-ai-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.laros-ai-input:focus {
    border-color: rgba(255, 255, 255, 0.35);
}
.laros-ai-send {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(145deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s, opacity 0.2s;
}
.laros-ai-send:hover:not(:disabled) {
    transform: scale(1.05);
}
.laros-ai-send:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}