@charset "UTF-8";
/*
Author        :
Author Uri    :
Template Name :
Version       : 1.0
*/
/*----------------------------------------------
[Table of contents]

01. Nav section start
02. Bottom Mobile, Tab nav section start
03. Hero section start
04. Service category section start
05. Location map section start
06. Featured section start
07. Destination section start
08. latest ads section start
09. Multiple search section start
10. Listing section start
11. Product details page start
12. Ad section2 start
13. Ad section3 start
14. Review section start
15. Posts page start
16. pricing section start
17. Faq section start
18. Blog section start
19. Newsletter section start
20. Footer section start
21. Copyright section start
22. Contact section start
23. Map section start
24. Login Signup section start
25. Blog details section start
26. Pagination section start
27. Error section start


11. Blog section start
13. Banner section start
14. Docs banner section start
15. Copyright section start
16. Banner section start
17. Contact section start
18. Login Signup section start
19. Blog details section start
20. Pagination section start
21. Error section start
----------------------------------------------*/
/*----------------------------------------------
Typography
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --heading-font: "Urbanist", sans-serif;
    --body-font: "Urbanist", sans-serif;
    --primary-color: 111, 79, 242;
    --body-color: #c6c7cb;
    --body-color: #e2e3e7;
    --heading-color: 255, 255, 255;
    --black: 0, 0, 0;
    --btn-hover-bg: hsl(var(--base) / 0.8);
    --btn-hover-bg2: #332f8c;
    --light-gray: #dddddd;
    --white: 255, 255, 255;
    --soft-blue: #c1bffd;
    --grayish-violet: #f5f4f7;
    --soft-green: #ccf888;
    --moderate-lime-green: #4da44e;
    --soft-red: 216, 42, 104;
    --lime-gray: #d0d0d0;
    --vivid-orange: #fb6116;
    --soft-magenta: 204, 84, 244;
    --yellow: #fcda69;
    --orange: #ffc83e;
    --input-color: var(--bg-color1);
    --input-color2: #ffffff;
    --bg-color1: #0f172a;
    --bg-color2: #1e293b;
    --bg-color3: #283548;
    --bg-color4: #1e3a5f;
    --border-color1: #334155;
    --border-color2: #475569;
    --shadow1: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.12);
    --shadow2: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.2);
    --shadow3: 0 0.6125rem 2.5rem 0.6125rem rgba(0, 0, 0, 0.25);
    --transition: all 0.3s ease-in-out;
}

/* Instant scrolling for better performance */
html {
    scroll-behavior: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Disabled animations for better scroll performance */
/* main, .content-wrapper, section, .dashboard-wrapper-new {
    animation: fadeIn 0.25s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
} */

/* GPU-accelerated smooth interactions */
a, button, .btn, .nav-link, .order-card, .filter-tab, .profile-card {
    -webkit-tap-highlight-color: transparent;
}

/* Disabled image transitions for better scroll performance */
/* img {
    transition: opacity 0.3s ease;
} */

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/*----------------------------------------------
Reset section start
----------------------------------------------*/
.rtl {
    direction: rtl;
}
.reviews .active,
.desktop-view-wrapper .nav-link.active,
.widget-link.active {
    color: rgb(var(--primary-color));
}

::-moz-selection {
    color: rgb(var(--primary-color));
    background: rgb(var(--primary-color), 0.1);
}

::selection {
    color: rgb(var(--primary-color));
    background: rgb(var(--primary-color), 0.1);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
}

/*----------------------------------------------
preloader section start
----------------------------------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: var(--bg-color1);
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader img {
    max-width: 150px;
    animation: rotate 2s infinite;
}

/*----------------------------------------------
preloader end
----------------------------------------------*/
/*----------------------------------------------
scroll up section start
----------------------------------------------*/
.scroll-up {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
}

.rtl .scroll-up {
    left: 50px;
    right: auto;
}

@media (max-width: 767px) {
    .scroll-up {
        bottom: 50px;
        right: 20px;
    }
    .rtl .scroll-up {
        left: 20px;
    }
    .manualPayBox {
        flex-direction: column;
        align-items: start !important;
        padding-top: 10px;
    }
    .headerIconCheev {
        display: none;
    }
}
.scroll-up i {
    color: #fff;
    height: 40px;
    width: 40px;
    background: var(--btn-bg1);
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}
.scroll-up i:hover {
    background: var(--btn-bg2);
}

/*----------------------------------------------
scroll up end
----------------------------------------------*/
*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

button {
    background: none;
    border: none;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.2;
    color: rgb(var(--heading-color));
}

h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 50px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 50px;
    }
}
h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}
h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}
h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

@media (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}
h5 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    font-family: var(--heading-font);
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

figure {
    margin: 0;
}

.logo {
    max-width: 80px;
    min-width: 70px;
}

.footer-logo {
    max-width: 120px;
    min-width: 100px;
}
.footer-widget-1 {
    max-width: 345px;
    width: 100%;
}

body {
    font-family: var(--body-font);
    line-height: 1.5;
    color: var(--body-color);
    font-size: 16px;
    padding: 0 !important;
    background-color: #0f172a;
    margin: 0;
    /* Performance optimization for scroll */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
    }
}
html {
    scroll-behavior: auto;
    background-color: #0f172a;
    margin: 0;
    padding: 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

html::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

textarea.form-control {
    height: initial;
    border-radius: 15px;
}

.form-label {
    color: rgb(var(--white));
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-select {
    color: var(--body-color);
    background-image: url(../img/accordion/down-arrow-white.png);
    background-size: 12px;
}

option {
    background-color: var(--bg-color1);
}

.form-control,
.form-select {
    border-radius: 9999px;
    background-color: var(--input-color);
    border: 1px solid var(--border-color1);
    height: 45px;
    color: rgb(var(--white));
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    text-transform: capitalize;
    color: var(--body-color);
}
.form-control::placeholder,
.form-select::placeholder {
    text-transform: capitalize;
    color: var(--body-color);
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid rgb(var(--primary-color));
    background-color: var(--bg-color1);
    color: rgb(var(--white));
}

.form-check label,
.form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: rgb(var(--primary-color));
    border-color: rgb(var(--primary-color));
}

.form-check-input:focus {
    border-color: rgb(var(--primary-color));
    box-shadow: none;
}

.rtl .form-check {
    padding-right: 1.5em;
}
.rtl .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}

.form-select {
    background-repeat: no-repeat;
}

.input-group {
    height: 45px;
    border-radius: 8px;
}

.input-group-text {
    min-width: 45px;
    border: none;
    display: flex;
    justify-content: center;
    background-color: rgb(var(--primary-color), 0.1);
}

/*----------------------------------------------
intlTelInput section start
----------------------------------------------*/
.iti {
    display: flex;
}

.iti__selected-flag {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.iti__country-list {
    box-shadow: var(--shadow1);
    border: 1px solid var(--border-color2);
    border-radius: 5px;
    background-color: var(--bg-color3);
}

.iti-mobile .iti__country-list {
    z-index: 9999;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(var(--primary-color), 0.1);
    border-radius: 9999px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgb(var(--primary-color), 0.1);
}

.iti__arrow {
    border-top: 4px solid rgb(var(--white));
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid rgb(var(--white));
}

.rtl .iti--allow-dropdown .iti__flag-container,
.rtl .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}
.rtl .iti__selected-flag {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}
.rtl .iti--allow-dropdown input,
.rtl .iti--allow-dropdown input[type="tel"],
.rtl .iti--allow-dropdown input[type="text"],
.rtl .iti--separate-dial-code input,
.rtl .iti--separate-dial-code input[type="tel"],
.rtl .iti--separate-dial-code input[type="text"] {
    padding-left: 6px !important;
    padding-right: 96px;
}

.dark-theme .iti__country-list {
    background-color: var(--bg-color3);
}

/*----------------------------------------------
intlTelInput end
----------------------------------------------*/
/*----------------------------------------------
Select2 section start
----------------------------------------------*/
img.img-flag {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--border-color2);
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    border: 1px solid var(--border-color1);
    height: 45px;
    display: flex;
    align-items: center;
    background: var(--bg-color3);
    font-size: 15px;
    padding: 0.375rem 15px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.lanCurrencyModalImage {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.select2-container .select2-dropdown {
    border: 1px solid var(--border-color2);
    background-color: var(--bg-color3);
}
.select2-container .select2-dropdown .select2-search__field {
    border-radius: 5px;
    border: 1px solid var(--border-color2);
    outline: 0;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus {
    border: 1px solid var(--border-color1);
    box-shadow: none;
}

.select2-container .select2-dropdown .select2-search__field {
    background-color: var(--bg-color1);
}

.select2-container .select2-dropdown .select2-search__field:focus-visible {
    box-shadow: none;
    border: 1px solid var(--border-color2);
    color: rgb(var(--white));
}

.select2-results__option {
    border-radius: 5px;
}

.select2-results__option span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: rgb(var(--primary-color));
}

.select2-container--default .select2-results__option--selected {
    background: rgb(var(--primary-color));
    color: rgb(var(--white));
}
.select2-container--default .select2-results__option--selected:hover {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
}

.select2-container--default .select2-results > .select2-results__options {
    text-transform: capitalize;
    padding: 5px;
    max-height: 300px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid rgb(var(--primary-color));
    box-shadow: 0 0 0 4px rgba(0, 141, 255, 0.1);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--border-color2);
    height: 45px;
    display: flex;
    align-items: center;
    background-color: var(--bg-color1);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 10px;
    text-transform: capitalize;
    color: rgb(var(--white));
    padding-left: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered
    span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 10px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: var(--body-color) transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    margin-left: -10px;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent rgb(var(--primary-color)) transparent;
    border-width: 0 4px 4px 4px;
}

.rtl
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    left: 5px;
}
.rtl
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    text-align: right;
    width: 100%;
}
.rtl
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -4px;
}

/*----------------------------------------------
Select2 end
----------------------------------------------*/
/*----------------------------------------------
Breadcrumb start
----------------------------------------------*/
.breadcrumb {
    display: inline-flex;
    justify-content: center;
    margin-top: 10px;
    background-color: rgb(var(--white));
    padding: 7px 20px;
    border-radius: 9999px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    color: rgb(var(--heading-color));
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}
.breadcrumb .breadcrumb-item.active {
    color: rgb(var(--primary-color));
    text-transform: capitalize;
}

.rtl .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    transform: rotate(180deg);
}

/*----------------------------------------------
Breadcrumb end
----------------------------------------------*/
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    display: none;
}

:hover::-webkit-scrollbar-thumb {
    display: none;
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-thumb {
    display: none;
}
body::-webkit-scrollbar-thumb:hover {
    display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: rgb(var(--primary-color)) !important;
    background-size: 200% auto !important;
    color: rgb(var(--white)) !important;
    font-size: 16px !important;
    transition: var(--transition);
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-position: center right !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    background: rgb(var(--primary-color));
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(var(--primary-color));
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
    background: rgb(var(--primary-color));
    width: 30px;
    height: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    transition: all 0.5s ease-in-out;
}

.rtl .owl-nav .owl-next,
.rtl .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.modal {
    /* Backdrop filter disabled during scroll for performance */
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: var(--bg-color2);
}

.modal-header {
    border-bottom: 1px solid var(--border-color2);
    padding: 12px 16px;
}
.modal-header .modal-title {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.modal-footer {
    border-top: 1px solid var(--border-color1);
}

@media (min-width: 576px) {
    #lang-currency-modal .modal-content {
        padding: 20px 40px;
    }
}
.cmn-btn-close {
    font-size: 18px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid var(--border-color1);
    opacity: 1;
    box-shadow: none;
    border-radius: 6px;
    transition: var(--transition);
    background-color: var(--bg-color3);
    color: var(--body-color);
}

.cmn-btn-close:hover {
    background-color: rgb(var(--primary-color), 0.1);
    color: rgb(var(--white));
}

.accordion-button {
    color: rgb(var(--heading-color));
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px !important;
    text-transform: capitalize;
    background-color: var(--bg-color2);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: rgb(var(--primary-color));
}
.accordion-button::after {
    background-size: 18px;
}

.accordion-item {
    margin: 10px 0;
    border-radius: 10px;
    border: none;
    background-color: var(--bg-color2);
    color: rgb(var(--white));
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--border-color1);
}

.video-box {
    position: relative;
}
.video-box img {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--border-color1);
}

.avatar-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.avatar-box .thumbs-area img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid var(--border-color1);
    box-shadow: var(--shadow1);
}
.avatar-box .content-area i {
    margin: 0 5px;
    color: rgb(var(--primary-color));
}

.ui-widget.ui-widget-content {
    width: 100%;
    border-color: var(--border-color1);
}

.ui-datepicker td {
    padding: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    color: rgb(var(--heading-color));
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.ui-state-default:hover {
    color: rgb(var(--primary-color));
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: rgb(var(--primary-color));
    border: 1px solid rgb(var(--primary-color));
}

.ui-widget-header {
    background-color: hsl(var(--base) / 0.1);
    border: none;
}

.ui-state-hover {
    background: transparent !important;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    border: 1px solid var(--border-color1);
    cursor: pointer;
}

/*----------------------------------------------
Reset end
----------------------------------------------*/
/*----------------------------------------------
Reusable style section start
----------------------------------------------*/
.language-box .dropdown-toggle {
    padding: 12px 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background-color: var(--bg-color2);
    border-radius: 60px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}
.language-box .dropdown-toggle:hover {
    background-color: rgb(var(--primary-color), 0.1);
}

.language-box .dropdown-toggle img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%;
}

.language-box .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 10px;
    min-width: initial;
}

.language-box .dropdown-menu .dropdown-item {
    padding: 7px 15px;
    text-transform: capitalize;
    align-items: center;
    border-radius: 0;
}

.language-box .dropdown-menu .dropdown-item img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .language-box {
        display: flex;
        justify-content: center;
    }
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}
@media (max-width: 575px) {
    .language-box .dropdown-toggle {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .language-box .dropdown-toggle .text {
        display: none;
    }
    .login-btn,
    .desktop-view {
        transition: none;
    }
}
.cmn-box {
    border: 1px solid var(--border-color1);
    border-radius: 16px;
    padding: 30px 20px;
    transition: var(--transition);
}
.cmn-box:hover {
    background-color: var(--bg-color2);
}
.cmn-box:hover .title {
    color: rgb(var(--primary-color));
}
.cmn-box:hover .title .text-stroke {
    -webkit-text-stroke: 1px rgb(var(--primary-color));
}
.cmn-box .title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    transition: var(--transition);
}
.cmn-box .title .text-stroke {
    -webkit-text-stroke: 1px var(--body-color);
    color: rgb(var(--white));
    font-size: 32px;
}

.text-underline {
    position: relative;
    z-index: 1;
    display: inline-flex;
}
.text-underline::after {
    -webkit-mask-image: url(../img/svg/download2.svg);
    mask-image: url(../img/svg/download2.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: -0.1em;
    content: "";
    display: block;
    height: 0.3em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: var(--gradient-bg);
}

.link {
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 5px;
}
.link:hover {
    text-decoration: underline;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}
.search-box .form-control {
    border-radius: 5px;
    padding-right: 50px;
}
.search-box .search-btn {
    position: absolute;
    background-color: rgb(var(--primary-color));
    width: 45px;
    height: 90%;
    border-radius: 5px;
    right: 2px;
}
.search-box .search-btn i {
    color: rgb(var(--white));
    font-size: 18px;
}

.rtl .search-box .search-btn {
    left: 2px;
    right: auto;
}
.rtl .search-box .search-btn i {
    transform: rotateY(180deg);
}
.rtl .search-box .form-control {
    padding-right: 10px;
    padding-left: 50px;
}

.search-box2 {
    position: relative;
    display: flex;
    align-items: center;
}
.search-box2.active .search-result {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.search-box2 .form-control {
    background-color: var(--bg-color1);
    border-radius: 4px;
    height: 40px;
    border-radius: 9999px;
    padding: 6px 40px 6px 12px;
}
.search-box2 .search-btn2 {
    transition: var(--transition);
    position: absolute;
    right: 15px;
    height: calc(100% - 12px);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--white));
    text-transform: capitalize;
    gap: 10px;
    font-size: 16px;
}
.search-box2 .search-result {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--bg-color3);
    box-shadow: var(--shadow1);
    border-radius: 3px;
    z-index: 1;
    border: 1px solid var(--border-color2);
    color: var(--body-color);
    max-height: 346px;
    overflow: auto;
    transform-origin: 0 0;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.search-box2 .search-result .search-item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    cursor: pointer;
}
.search-box2 .search-result .search-item:hover {
    background-color: rgb(var(--primary-color));
}
.search-box2 .search-result .search-item .icon-area {
    font-size: 22px;
    color: rgb(var(--primary-color));
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box2 .search-result .search-item .img-area img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 3px;
}
.search-box2 .search-result .search-item .title {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.search-box2 .search-result .search-item .sub-title {
    margin-top: 5px;
    font-size: 12px;
    text-transform: capitalize;
    color: rgb(var(--white));
}
.search-box2 .search-result .search-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color2);
}
.search-box2 .search-result .recent-clear {
    border-bottom: 1px solid var(--border-color1);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 10px 20px;
}

@media (min-width: 768px) {
    .search-box2 .form-control {
        width: 350px;
    }
    .mobileCoupon {
        max-width: 425px !important;
        width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .search-box2 .form-control {
        width: 258px;
    }
}
.rtl .search-box2 .form-control {
    padding: 6px 12px 6px 40px;
}
.rtl .search-box2 .search-btn2 {
    right: auto;
    left: 15px;
}
.rtl .search-box2 .search-btn2 i {
    transform: rotate(90deg);
}

.search-box3 {
    position: relative;
    display: flex;
    align-items: center;
}
.search-box3 .form-control {
    background-color: var(--bg-color1);
    border-radius: 4px;
    height: 50px;
    border-radius: 9999px;
    padding: 6px 115px 6px 12px;
}
.search-box3 .search-btn {
    transition: var(--transition);
    position: absolute;
    right: 6px;
    background-color: rgb(var(--primary-color));
    height: calc(100% - 12px);
    border-radius: 9999px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--white));
    text-transform: capitalize;
    gap: 10px;
    font-size: 16px;
}
.search-box3 .search-btn:hover {
    background-color: rgb(var(--primary-color), 0.8);
    color: rgb(var(--white));
}

.multiple-search-section {
    margin-top: 50px;
}

.multiple-search-box-wrapper {
    position: relative;
    padding: 20px;
}
.multiple-search-box-wrapper::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.multiple-search-box {
    background-color: rgb(var(--primary-color));
    border-radius: 5px;
    z-index: 1;
    position: relative;
    padding: 10px;
}
.multiple-search-box .filter-btn {
    border: 1px solid var(--border-color1);
    background-color: rgb(var(--primary-color));
    padding: 10px 20px;
    font-weight: 600;
}
.multiple-search-box .btn-check:checked + .btn,
.multiple-search-box .btn-check + .btn:hover {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--primary-color));
    box-shadow: var(--shadow1);
}
.multiple-search-box .multiple-search-box-inner {
    display: flex;
    gap: 10px;
}
.multiple-search-box .form-control {
    height: 60px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 35px;
    text-transform: capitalize;
}
.multiple-search-box .select2-container .select2-selection--single:focus,
.multiple-search-box .select2-container .select2-selection--multiple:focus {
    box-shadow: none;
}
.multiple-search-box .select2-container .select2-selection--single,
.multiple-search-box .select2-container .select2-selection--multiple {
    height: 60px;
    background-color: transparent;
    border: none;
    padding: 0.375rem 15px 0.375rem 25px;
}
.multiple-search-box
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 18px;
}
.multiple-search-box
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
}
.multiple-search-box .input-box {
    position: relative;
    width: 100%;
}
.multiple-search-box .input-box .icon {
    color: rgb(var(--primary-color));
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.multiple-search-box .input-box:not(:last-of-type) {
    border-right: 1px solid var(--border-color1);
}
.multiple-search-box .input-box.active .search-result {
    opacity: 1;
    visibility: visible;
}
.multiple-search-box .search-result {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgb(var(--primary-color));
    box-shadow: var(--shadow1);
    border-radius: 3px;
    z-index: 1;
    border: 1px solid var(--border-color1);
    color: var(--body-color);
    max-height: 346px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}
.multiple-search-box .search-result .search-item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    cursor: pointer;
}
.multiple-search-box .search-result .search-item:hover {
    background-color: rgb(var(--primary-color), 0.1);
}
.multiple-search-box .search-result .search-item .icon-area {
    font-size: 22px;
    color: rgb(var(--primary-color));
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.multiple-search-box .search-result .search-item .img-area img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 3px;
}
.multiple-search-box .search-result .search-item .title {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.multiple-search-box .search-result .search-item .sub-title {
    font-size: 12px;
    text-transform: capitalize;
    color: rgb(var(--heading-color));
}
.multiple-search-box .search-result .search-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color1);
}
.multiple-search-box .search-result .recent-clear {
    border-bottom: 1px solid var(--border-color1);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 10px 20px;
}

.multiple-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: capitalize;
    width: 100%;
    height: 60px;
    background-color: rgb(var(--primary-color));
    color: rgb(var(--primary-color));
    border-radius: 5px;
    transition: var(--transition);
    max-width: 150px;
}
.multiple-search-btn:hover {
    background-color: var(--btn-hover-bg);
}

@media (max-width: 991px) {
    .multiple-search-section {
        margin-top: 30px;
    }
    .multiple-search-box-wrapper::after {
        border-radius: 15px;
    }
    .multiple-search-box {
        border-radius: 10px;
    }
    .multiple-search-box .input-box:not(:last-of-type) {
        border-right: none;
        border-bottom: 1px solid var(--border-color1);
    }
    .multiple-search-box-inner {
        background-color: transparent;
        flex-direction: column;
    }
    .multiple-search-box-inner .form-control {
        background-color: rgb(var(--primary-color));
        border-radius: 9999999px;
    }
    .multiple-search-btn {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .multiple-search-box-inner {
        background-color: transparent;
        flex-direction: column;
    }
    .multiple-search-box-inner .form-control {
        background-color: rgb(var(--primary-color));
        border-radius: 9999999px;
    }
    .mobileCoupon {
        max-width: 500px;
        width: 100%;
    }
    .mobileSearchBtn {
        position: absolute;
        right: 6px;
        color: #fff;
        padding: 3px 19px !important;
    }
    .input-box {
        border-right: none;
    }
    .input-box .icon-area {
        left: 10px;
    }
    .multiple-search-btn {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .multiple-search-box .nav {
        margin-bottom: 20px;
        position: static;
    }
}
.rtl .multiple-search-box .form-control {
    padding-left: 0.75rem;
    padding-right: 35px;
}
.rtl .multiple-search-box .input-box .icon {
    left: auto;
    right: 10px;
}
.rtl .select2-container .select2-selection--single,
.rtl .select2-container .select2-selection--multiple {
    padding: 0.375rem 25px 0.375rem 15px;
}
@media (min-width: 992px) {
    .rtl .multiple-search-box .input-box:not(:last-of-type) {
        border-right: none;
        border-left: 1px solid var(--border-color1);
    }
}
@media (max-width: 575px) {
    .rtl .input-box {
        border-left: none;
    }
    .rtl .input-box .icon-area {
        right: 10px;
    }
}

/*----------------------------------------------
Offcanvas section start
----------------------------------------------*/
.offcanvas .accordion-button {
    font-size: 16px;
    font-weight: 500;
}

.offcanvas.offcanvas-end {
    border-left: 1px solid var(--border-color2);
}

/*----------------------------------------------
Offcanvas end
----------------------------------------------*/
.shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.rtl .shape {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}

.shape2 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.shape3 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.section-header {
    margin-bottom: 30px;
}

.top-right-radius-0 {
    border-top-right-radius: 0 !important;
}

.top-left-radius-0 {
    border-top-left-radius: 0 !important;
}

.bottom-right-radius-0 {
    border-bottom-right-radius: 0 !important;
}

.bottom-left-radius-0 {
    border-bottom-left-radius: 0 !important;
}

.highlight {
    color: rgb(var(--primary-color));
}

.highlight-title {
    background-color: var(--yellow);
    padding: 3px 0 5px 10px;
}

.bg-highlight {
    background: rgb(var(--primary-color)) !important;
}

.text-gradient {
    background-image: linear-gradient(90deg, #47beb9, #ddcd86);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cmn-btn {
    background-color: rgb(var(--primary-color));
    padding: 10px 20px;
    transition: var(--transition);
    font-size: 16px;
    color: rgb(var(--white));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    gap: 5px;
    border-radius: 40px;
    font-weight: 600;
}
.cmn-btn:hover {
    background-color: rgb(var(--primary-color), 0.8);
    color: rgb(var(--white));
}

.cmn-btn2 {
    background-color: var(--bg-color3);
    padding: 10px 20px;
    border-radius: 40px;
    border: 1px solid var(--border-color2);
    transition: var(--transition);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--heading-font);
    color: rgb(var(--primary-color));
}
.cmn-btn2:hover {
    color: rgb(var(--primary-color));
    background-color: var(--bg-color2);
}

.cmn-btn4 {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--primary-color));
    padding: 10px 20px;
    border: 1px solid var(--border-color1);
    transition: var(--transition);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    gap: 5px;
    font-weight: 500;
}
.cmn-btn4:hover {
    color: rgb(var(--primary-color));
    box-shadow: var(--shadow2);
    background-color: var(--btn-hover-bg);
}

.social-btn {
    background: var(--bg-color3);
    padding: 10px 20px;
    border: 1px solid var(--border-color1);
    transition: var(--transition);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    gap: 5px;
    font-weight: 500;
    color: rgb(var(--white));
    border-radius: 9999px;
}
.social-btn:hover {
    color: rgb(var(--primary-color));
}
.social-btn img {
    width: 16px;
}

.lang-currency-btn {
    padding: 7px 8px;
    border-radius: 60px;
    border: 1px solid var(--border-color1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}
.lang-currency-btn:hover {
    background-color: var(--bg-color3);
    color: rgb(var(--white));
}
.lang-currency-btn img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .nav-login-btn .text-box {
        display: none;
    }
    .nav-login-btn .icon-box {
        width: 40px;
        height: 40px;
    }
}
.nav-cart-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bg-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.nav-cart-btn:hover {
    background-color: rgb(var(--primary-color), 0.1);
}

@media (max-width: 575px) {
    .nav-cart-btn {
        width: 40px;
        height: 40px;
    }
}
.view-all-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.round-btn {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid rgb(var(--black), 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    padding: 10px 25px;
    color: rgb(var(--heading-color));
}

.round-btn:hover {
    color: rgb(var(--white));
    z-index: 1;
    position: relative;
    border-color: rgb(var(--primary-color));
}

.round-btn p {
    font-size: 20px;
    text-transform: capitalize;
}

.round-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    color: rgb(var(--white));
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    background: rgb(var(--primary-color));
    z-index: -1;
}

.round-btn:hover span {
    width: 225%;
    height: 562.5px;
    z-index: -1;
}

.round-btn i {
    font-size: 20px;
    transform: rotate(45deg);
}

.round-box-content {
    color: rgb(var(--heading-color));
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--border-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: relative;
}
.round-box-content:hover {
    color: rgb(var(--heading-color));
}
.round-box-content:hover .curved-circle {
    animation-play-state: paused;
}

.curved-circle {
    text-transform: uppercase;
    animation: rotate 20s linear infinite;
}

.round-box-content .inner-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    padding: 10px;
    border: 1px solid var(--border-color1);
    border-radius: 50%;
}
.round-box-content .inner-icon i {
    font-size: 20px;
    background-color: rgb(var(--primary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--white));
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
}

.kew-btn {
    font-size: 16px;
    font-weight: 600;
    color: rgb(var(--white));
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: var(--transition);
}
.kew-btn:hover {
    color: rgb(var(--white));
}
.kew-btn:hover .kew-arrow .kt-two {
    left: 100px;
}
.kew-btn:hover .kew-arrow .kt-one {
    left: 14px;
}
.kew-btn .kew-text {
    background-color: rgb(var(--primary-color));
    padding: 0 24px;
    border-radius: 9999px;
    height: 46px;
    display: flex;
    align-items: center;
}
.kew-btn .kew-arrow {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
    overflow: hidden;
    margin-left: -4px;
    transform: rotate(-40deg);
}
.kew-btn .kew-arrow .kt-one,
.kew-btn .kew-arrow .kt-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.kew-btn .kew-arrow .kt-two {
    left: 14px;
}
.kew-btn .kew-arrow .kt-one {
    left: -30px;
}

.rtl .kew-btn .kew-arrow {
    transform: rotate(215deg);
    margin-left: 0;
    margin-right: -4px;
}

.make-offer-btn {
    text-transform: capitalize;
    display: inline-flex;
    gap: 5px;
    transition: var(--transition);
}
.make-offer-btn:hover {
    gap: 10px;
}

/*----------------------------------------------
Alerts section start
----------------------------------------------*/
.alert {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 15px;
    border-left: 15px solid;
}
.alert .icon-area i {
    font-size: 30px;
    margin-right: 15px;
}
.alert .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.alert .title {
    font-size: 18px;
}
.alert .title,
.alert .description {
    color: rgb(var(--heading-color));
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    height: initial;
    width: initial;
}
.alert-dismissible .btn-close i {
    font-size: 24px;
}

.alert-success {
    color: #3ac279;
    background: #c5f7dc;
    border-color: #c5f7dc;
    border-left-color: #3ac279;
}
.alert-success .btn-close {
    color: #3ac279;
}

.alert-danger {
    color: #e9594c;
    background: #ffcfcb;
    border-color: #ffcfcb;
    border-left-color: #e9594c;
}
.alert-danger .btn-close {
    color: #e9594c;
}

.alert-warning {
    color: #e89f29;
    background: #ffe8c3;
    border-color: #ffe8c3;
    border-left-color: #e89f29;
}
.alert-warning .btn-close {
    color: #e89f29;
}

.alert-message {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fcf2e3;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    color: rgb(var(--heading-color));
    font-weight: 500;
}
.alert-message i {
    color: var(--orange);
    font-size: 16px;
}

.dark-theme .alert-message {
    background-color: #a38558;
}

/*----------------------------------------------
Alerts end
----------------------------------------------*/
/*----------------------------------------------
Cmn tab section start
----------------------------------------------*/
.cmn-tabs .nav-pills {
    display: inline-flex;
    gap: 10px;
    background-color: var(--bg-color2);
    padding: 7px;
    border-radius: 40px;
}

.cmn-tabs .nav-pills .nav-link {
    padding: 8px 20px;
    text-transform: capitalize;
    color: rgb(var(--white));
    font-family: var(--heading-font);
    width: 100%;
    border-radius: 9999px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.cmn-tabs .nav-pills .nav-link.active,
.cmn-tabs .nav-pills .show > .nav-link {
    background: rgb(var(--primary-color));
    color: rgb(var(--white));
}

/*----------------------------------------------
Cmn tab section end
----------------------------------------------*/
/*----------------------------------------------
Cmn tab2 section start
----------------------------------------------*/
.cmn-tabs2 {
    background-color: var(--bg-color6);
}
.cmn-tabs2 .nav-pills .nav-link {
    color: rgb(var(--white));
    opacity: 0.5;
    font-size: 13px;
    transition: var(--transition);
    border-radius: 0;
    border-bottom: 1px solid transparent;
}
.cmn-tabs2 .nav-pills .nav-link.active,
.cmn-tabs2 .nav-pills .nav-link:hover {
    opacity: 1;
    background-color: transparent;
    border-bottom: 1px solid rgb(var(--primary-color));
}

/*----------------------------------------------
Cmn tab2 end
----------------------------------------------*/
@keyframes jkit-ripple {
    70% {
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: calc(100% - 25px);
    transform: translateY(-50%);
    z-index: 1;
}
.video-play-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgb(var(--primary-color));
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: jkit-ripple 1.5s infinite;
    opacity: 0.6;
    z-index: -1;
}
.video-play-btn i {
    color: rgb(var(--white));
    background: rgb(var(--primary-color));
    height: 45px;
    width: 45px;
    font-size: 14px;
    transition: var(--transition);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section {
    padding: 80px 0;
}

@media (max-width: 991px) {
    section {
        padding: 50px 0;
    }
}
.cmn-para-text {
    max-width: 700px;
    font-size: 16px;
}

.section-title {
    max-width: 550px;
    margin-bottom: 10px;
}

.section-subtitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: rgb(var(--white));
    font-weight: 600;
    text-transform: capitalize;
    gap: 5px;
    background-color: var(--bg-color2);
    padding: 4px 15px;
    border-radius: 9999px;
}

@media (max-width: 991px) {
    .section-subtitle {
        font-size: 16px;
    }
}
.social-box {
    display: flex;
    gap: 10px;
}
.social-box li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color3);
    color: rgb(var(--primary-color));
    border: 1px solid var(--border-color1);
    border-radius: 8px;
}
.social-box li a:hover {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
}

.footer-social li a {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    border: none;
}

.footer-social li a.facebook {
    background: #1877F2;
}

.footer-social li a.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-social li a.youtube {
    background: #FF0000;
}

.footer-social li a.whatsapp {
    background: #25D366;
}
.footer-social li a.tiktok {
    background: #000000;
}

.footer-social li a:hover {
    opacity: 0.8;
    color: #fff;
}

.star ul li i {
    color: rgb(var(--primary-color));
}

.star-list li .active {
    color: var(--orange);
}

.opacity {
    opacity: 0.5;
}

.badge {
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 8px;
    padding: 3px 10px;
    border-radius: 9999px;
}
.badge.text-bg-success {
    background-color: #00a96e !important;
}
.badge.text-bg-danger {
    background-color: #ff5861 !important;
}
.badge.badge.text-bg-info {
    color: rgb(var(--white)) !important;
}
.badge.badge.text-bg-success {
    color: rgb(var(--white)) !important;
}

.rtl .badge {
    margin-right: 8px;
    margin-left: 0;
}

hr {
    margin: 10px 0;
    border-color: var(--border-color2);
    opacity: 1;
}

.footer-hr {
    margin: 30px 0;
    border-color: var(--border-color1);
}

.cmn-hr {
    background-color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(206, 211, 246, 0) 0,
        #a9aaad 38%,
        #a9aaad 64%,
        rgba(206, 211, 246, 0) 99%
    );
    opacity: 0.3;
    border-top: initial;
    height: 1px;
    margin: 50px 0;
}

.cmn-hr2 {
    margin: 20px 0;
    border-color: var(--border-color1);
}

hr.divider {
    margin-top: 50px;
    padding: 0;
    overflow: visible;
    border: none;
    border-top: 1px solid var(--border-color2);
    color: #6e6d7a;
    text-align: center;
    opacity: 0.75;
}

hr.divider:after {
    content: "Or continue with";
    display: inline-block;
    position: relative;
    top: -12px;
    padding: 0 16px;
    background: var(--bg-color2);
    color: rgb(var(--white));
}

.dropdown-menu {
    max-height: 30rem;
    min-width: 13rem;
    overflow-y: auto;
    border-radius: 5px;
    padding: 8px;
    background: var(--bg-color3);
}
.dropdown-menu .dropdown-item {
    border-radius: 5px;
    padding: 3px 8px;
    transition: none !important;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    gap: 5px;
    color: rgb(var(--white));
}
.dropdown-menu .dropdown-item:hover {
    background: rgb(var(--primary-color));
    color: rgb(var(--white));
}

.title-border {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 30px;
}

.title-border::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -50px;
    height: 5px;
    width: 70px;
    border: 1px solid rgb(var(--primary-color));
    border-radius: 30px;
    overflow: hidden;
}

.title-border::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -33px;
    height: 5px;
    width: 35px;
    background-color: rgb(var(--primary-color));
    animation: divider-effect 5s linear infinite;
}

#slider {
    height: 10px;
}
#slider .noUi-connect {
    background-color: rgb(var(--primary-color));
}
#slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
    background-color: rgb(var(--primary-color));
}
#slider .noUi-handle::after,
#slider .noUi-handle::before {
    background: transparent;
}

.slider-value {
    margin-top: 10px;
    text-align: center;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text-with-icon {
    display: inline-flex;
    gap: 5px;
}

.multi-step-progress-section {
    width: 100%;
}

.multi-step-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}
.multi-step-list .item {
    position: relative;
}
.multi-step-list .item::before {
    content: "";
    width: 100%;
    height: 2px;
    right: 50%;
    top: 35px;
    position: absolute;
    background-color: var(--light-gray);
}
.multi-step-list .item:first-child::before {
    display: none;
}
.multi-step-list .item.active::before {
    background-color: rgb(var(--primary-color));
}
.multi-step-list .item.active .icon-area {
    outline-color: rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
    color: rgb(var(--primary-color));
}
.multi-step-list .item.active .title {
    color: rgb(var(--heading-color));
}
.multi-step-list .item .progress-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.multi-step-list .item .icon-area {
    color: rgb(var(--primary-color));
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--light-gray);
    z-index: 1;
    border: 4px solid rgb(var(--primary-color));
    outline: 2px solid var(--light-gray);
}
.multi-step-list .item .icon-area img {
    width: 40px;
}
.multi-step-list .item .title {
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .multi-step-progress-section {
        margin-left: 50px;
    }
    .multi-step-list {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .multi-step-list .item .progress-link {
        flex-direction: row;
        justify-content: start;
    }
    .multi-step-list .item::before {
        width: 2px;
        height: 100%;
        left: 35px;
        top: -100%;
    }
}
.rtl .multi-step-list .item::before {
    left: 50%;
    right: auto;
}
@media (max-width: 767px) {
    .rtl .multi-step-progress-section {
        margin-right: 50px;
        margin-left: 0;
    }
    .rtl .multi-step-list .item::before {
        right: 35px;
    }
}

.cmn-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.cmn-list .item {
    display: flex;
    gap: 15px;
}
.cmn-list .item .icon-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
    color: rgb(var(--primary-color));
    font-size: 24px;
    background-color: var(--bg-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.rtl .cmn-list .item:not(:last-child)::after {
    left: 0;
    right: 12px;
}

.cmn-list2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cmn-list2 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.cmn-list2 .list-label {
    white-space: nowrap;
    text-transform: capitalize;
}

.rtl .cmn-list .item:not(:last-child)::after {
    left: 0;
    right: 12px;
}

.reviews div i {
    color: #dee2e8;
}
.reviews div .active {
    color: var(--orange);
    opacity: 1;
}

.ratings {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 5px;
}
.ratings:not(:checked) > input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ratings:not(:checked) > label {
    cursor: pointer;
    font-size: 36px;
    color: #dee2e8;
}
.ratings:not(:checked) > label:before {
    content: "★";
}
.ratings > input:checked + label:hover,
.ratings > input:checked + label:hover ~ label,
.ratings > input:checked ~ label:hover,
.ratings > input:checked ~ label:hover ~ label,
.ratings > label:hover ~ input:checked ~ label {
    color: var(--orange);
}
.ratings:not(:checked) > label:hover,
.ratings:not(:checked) > label:hover ~ label {
    color: var(--orange);
}
.ratings > input:checked ~ label {
    color: var(--orange);
}

.average-review .card-box {
    text-align: center;
}
.average-review .card-box i {
    color: var(--orange);
    font-size: 14px;
}
.average-review .index {
    display: inline-block;
    margin-bottom: 5px;
}
.average-review .progress {
    width: 100%;
    height: 10px;
}
.average-review .progress .progress-bar {
    background: rgb(var(--primary-color));
}

.countdown-area {
    display: flex;
    gap: 10px;
}
.countdown-area #countdown1 {
    display: flex;
}

.country-flags-container .item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}
.country-flags-container .item:hover {
    background-color: rgb(var(--primary-color), 0.1);
}
.country-flags-container .item img {
    width: 25px;
    border: 1px solid var(--border-color1);
    height: 18px;
    border-radius: 3px;
}

.category-modal-section .category-list {
    padding-bottom: 10px;
}
.category-modal-section .category-list .item {
    min-width: 212px;
}

@media (max-width: 1199px) {
    .category-modal-section .category-list {
        flex-wrap: wrap;
        justify-content: start;
    }
    .category-modal-section .category-list .item {
        box-shadow: var(--shadow1);
    }
}
@media (max-width: 575px) {
    .category-modal-section .category-list {
        flex-wrap: wrap;
        justify-content: start;
    }
    .category-modal-section .category-list .item {
        width: 100%;
    }
}
.Location-modal-section .country-flags-container .item {
    justify-content: center;
}
.Location-modal-section .search-box {
    position: sticky;
    top: 0;
}

.card {
    background-color: var(--bg-color2);
    border: 1px solid none;
    box-shadow: none;
    border-radius: 15px;
}
.card .card-header {
    padding: 20px;
    background-color: rgb(var(--primary-color));
    padding-bottom: 15px;
    border-color: var(--border-color1);
}
.card .card-header .title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.card .card-header .title .icon-area {
    color: rgb(var(--primary-color));
}
.card .card-body {
    padding: 20px;
}

.nice-select {
    width: 100%;
    border-color: var(--border-color1);
    text-transform: capitalize;
    font-size: 16px;
    background-color: var(--bg-color2);
}

.nice-select .option {
    text-transform: capitalize;
}

.nice-select .option.selected {
    border-left: 2px solid rgb(var(--primary-color));
}

.nice-select .list {
    min-width: 200px;
    background-color: var(--bg-color3);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgb(var(--primary-color), 0.1);
}

.nice-select:focus {
    border-color: transparent;
}

.rtl .nice-select.right .list {
    left: 0;
    right: auto;
}

.range-area .irs--flat .irs-bar {
    height: 3px;
    background-color: rgb(var(--primary-color));
}
.range-area .irs--flat .irs-line {
    height: 3px;
}
.range-area .irs--flat .irs-from,
.range-area .irs--flat .irs-to,
.range-area .irs--flat .irs-single {
    background: rgb(var(--primary-color));
}
.range-area .irs--flat .irs-from:before,
.range-area .irs--flat .irs-to:before,
.range-area .irs--flat .irs-single:before {
    border-top-color: rgb(var(--primary-color));
}
.range-area .irs--flat .irs-handle > i:first-child {
    width: 12px;
    height: 12px;
    border-radius: 7px;
    background-color: rgb(var(--primary-color));
    border: 4px solid rgb(var(--primary-color));
}
.range-area .irs--flat .irs-handle {
    width: 0;
    height: 0;
}
.range-area .irs--flat .irs-handle > i:first-child {
    top: -2px;
    left: 0;
}
.range-area .irs--flat .irs-min,
.range-area .irs--flat .irs-max {
    display: none;
}

.checkbox-categories-area .categories-list {
    padding-right: 5px;
}
.checkbox-categories-area .category-link {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: capitalize;
    padding: 7px 16px;
    transition: var(--transition);
    border-radius: 40px;
    font-weight: 500;
}
.checkbox-categories-area .category-link:hover {
    background-color: rgb(var(--primary-color), 0.1);
}
.checkbox-categories-area .category-link:not(:last-child) {
    margin-bottom: 10px;
}
.checkbox-categories-area .form-check {
    margin: 15px 0;
}
.checkbox-categories-area .form-check .form-check-input {
    cursor: pointer;
    border-radius: 5px;
}
.checkbox-categories-area
    .form-check
    .form-check-input:checked
    + .form-check-label {
    color: rgb(var(--primary-color));
}
.checkbox-categories-area .form-check .form-check-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-transform: capitalize;
}

.rtl .checkbox-categories-area .categories-list {
    padding-right: 0;
    padding-left: 5px;
}

.fancybox__container {
    z-index: 99999;
}

.fancybox-carousel {
    width: 100%;
    margin: 0 auto 1rem auto;
    --carousel-button-color: rgb(var(--primary-color));
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
        0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
    border-radius: 5px;
    overflow: hidden;
}
.fancybox-carousel .carousel__slide {
    width: 100%;
    padding: 0;
}
.fancybox-carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px !important;
    max-height: 570px;
}
.fancybox-carousel .carousel__button.is-prev {
    left: 1rem;
}
.fancybox-carousel .carousel__button.is-next {
    right: 1rem;
}
.fancybox-carousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 0px rgb(var(--primary-color));
}
.fancybox-carousel .carousel__button svg {
    color: rgb(var(--primary-color));
}

.thumb_carousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 5px;
    width: 150px;
    height: 100px;
    cursor: pointer;
}
.thumb_carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}
.thumb_carousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.rtl .thumb_carousel,
.rtl .main_carousel {
    direction: ltr;
}

@media (max-width: 767px) {
    .carousel__button {
        width: 40px;
        height: 40px;
    }
}
/*----------------------------------------------
user nav Profile start
----------------------------------------------*/
.profile-box {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}
.profile-box:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
    transform: scaleY(1);
}
.profile-box .profile {
    cursor: pointer;
    border: 1px solid var(--border-color1);
    background-color: rgb(var(--white));
    border-radius: 50%;
    padding: 2px;
}
.profile-box .profile img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
}
.profile-box .user-dropdown {
    background: var(--bg-color3);
    width: 200px;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 55px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: var(--transition);
    z-index: 3;
}
.profile-box .user-dropdown li {
    list-style: none;
}
.profile-box .user-dropdown li button {
    width: 190px;
    height: 38px;
    padding: 5px;
    margin: 5px;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 13px;
}
.profile-box .user-dropdown li a {
    color: rgb(var(--white));
    font-weight: 400;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    display: flex;
    transition: 0.4s;
}
.profile-box .user-dropdown li a:active,
.profile-box .user-dropdown li a:focus,
.profile-box .user-dropdown li a:hover {
    background-color: rgb(var(--primary-color), 0.1);
}
.profile-box .user-dropdown li a:last-child {
    border-bottom: none;
}
.profile-box .user-dropdown li a i {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: rgb(var(--primary-color));
    margin: 0 5px;
    font-size: 16px;
    text-align: center;
}

.rtl .navbar-brand {
    margin-right: 0;
    margin-left: var(--bs-navbar-brand-margin-end);
}
.rtl .navbar .nav-right {
    left: 60px;
    right: auto;
}
.rtl .profile-box .user-dropdown {
    left: 0;
    right: auto;
}

/*----------------------------------------------
user nav Profile end
----------------------------------------------*/
.notification-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 0;
}
.notification-panel:hover .notification-dropdown {
    visibility: visible;
    opacity: 1;
    top: 54px;
    transform: scale(1);
}
.notification-panel .dropdown-box {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 285px;
}
.notification-panel .dropdown-box::-webkit-scrollbar {
    width: 0px;
    height: 100%;
}
.notification-panel .dropdown-box::-webkit-scrollbar-track {
    background: var(--ghostColor);
}
.notification-panel .dropdown-box::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 5px;
}
.notification-panel .dropdown-box::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}
.notification-panel .notification-dropdown {
    background: rgb(var(--white));
    box-shadow: var(--shadow2);
    width: 290px;
    max-height: 336px;
    overflow: hidden;
    padding: 5px;
    padding-bottom: 44px;
    position: absolute;
    right: -60px;
    top: 54px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: var(--transition);
    z-index: 151;
}
.notification-panel .notification-dropdown li:not(:last-child) {
    border-bottom: 1px solid var(--border-color1);
}
.notification-panel .notification-dropdown li:not(:first-child) a {
    margin-top: 5px;
}
.notification-panel .notification-dropdown li a {
    padding: 10px 10px 10px 15px;
    display: flex;
    gap: 10px;
    white-space: normal;
    transition: var(--transition);
    margin-bottom: 5px;
    border-radius: 5px;
}
.notification-panel .notification-dropdown li a:not(:first-child) {
    margin-top: 5px;
}
.notification-panel .notification-dropdown li a:active,
.notification-panel .notification-dropdown li a:focus,
.notification-panel .notification-dropdown li a:hover {
    background: rgb(var(--primary-color), 0.1);
}
.notification-panel .notification-dropdown li a i {
    background: rgb(var(--primary-color));
    border-radius: 5px;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgb(var(--white));
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-panel .notification-dropdown li a .text {
    width: calc(100% - 40px);
}
.notification-panel .notification-dropdown li a .text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.notification-panel .notification-dropdown li a .text .time {
    font-size: 12px;
    font-weight: 400;
    color: rgb(var(--primary-color));
}
.notification-panel .notification-dropdown .clear-all {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 10px 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--border-color1);
    background-color: rgb(var(--white));
}
.notification-panel .notification-dropdown .clear-all a {
    color: rgb(var(--primary-color));
    transition: 0.4s;
}
.notification-panel .notification-dropdown .clear-all a:hover {
    color: rgb(var(--primary-color));
}

.dropdown-toggle {
    position: relative;
    display: flex;
}
.dropdown-toggle i {
    font-size: 18px;
    color: rgb(var(--white));
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle .count {
    background: rgb(var(--primary-color));
    min-width: 18px;
    height: 18px;
    width: 18px;
    border-radius: 3px 6px 3px 6px;
    color: rgb(var(--white));
    position: absolute;
    top: -8px;
    right: -15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtl .notification-panel .dropdown-toggle .count {
    right: auto;
    left: -4px;
}
.rtl .notification-panel .notification-dropdown {
    left: -60px;
    right: auto;
}
.rtl .dropdown-toggle .count {
    right: auto;
    left: -4px;
}

.shopping-cart {
    position: relative;
}
.shopping-cart:hover .cart-dropdown {
    top: calc(100% + 15px);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.shopping-cart .menu-cart-top {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 10px 25px;
    border-bottom: 1px solid var(--border-color2);
}
.shopping-cart .menu-cart-top h5 {
    color: rgb(var(--white));
    font-weight: 500;
    font-size: 18px;
}
.shopping-cart .dropdown-box {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 328px;
    padding: 0 5px 23px 5px;
}
.shopping-cart .dropdown-box .dropdown-item {
    font-weight: 500;
}
.shopping-cart .dropdown-box .dropdown-item small {
    color: var(--body-color);
}
.shopping-cart .cart-dropdown {
    background: var(--bg-color3);
    width: 360px;
    max-height: 470px;
    overflow: hidden;
    padding-bottom: 102px;
    padding-top: 0px;
    padding-left: 0;
    position: absolute;
    right: -90px;
    top: 50px;
    border-radius: 5px;
    transition: var(--transition);
    z-index: 151;
    transform: scaleY(0);
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
}
.shopping-cart .cart-dropdown li .dropdown-item {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(var(--heading-color));
    white-space: normal;
    padding: 15px;
    margin: 5px 0;
    border-radius: 5px;
}
.shopping-cart .cart-dropdown li .dropdown-item:hover {
    background-color: rgb(var(--primary-color), 0.1);
}
.shopping-cart .cart-dropdown li .dropdown-item:hover .title {
    color: rgb(var(--primary-color));
}
.shopping-cart .cart-dropdown li .dropdown-item img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.shopping-cart .cart-dropdown li .dropdown-item .text {
    width: calc(100% - 100px);
    position: relative;
}
.shopping-cart .cart-dropdown li .dropdown-item .text .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: var(--transition);
    color: rgb(var(--white));
    font-size: 15px;
}
.shopping-cart .cart-dropdown li .dropdown-item .close {
    color: var(--body-color);
    transition: var(--transition);
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-cart .cart-dropdown li .dropdown-item .close:hover {
    color: rgb(var(--white));
    background-color: var(--bg-color1);
}
.shopping-cart .cart-dropdown li:not(:last-child) {
    border-bottom: 1px solid var(--border-color1);
}
.shopping-cart .cart-dropdown .cart-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--bg-color3);
}
.shopping-cart .cart-dropdown .cart-bottom .sub-total {
    margin-bottom: 0;
    padding: 7px 15px;
    background-color: var(--bg-color2);
    font-weight: 600;
    font-size: 17px;
    color: rgb(var(--white));
}
.shopping-cart .cart-dropdown .cart-bottom .btn-area {
    padding: 15px;
}

@media (max-width: 575px) {
    .shopping-cart .cart-dropdown {
        width: 290px;
        right: -150px;
    }
    .shopping-cart .cart-dropdown li a {
        padding: 15px;
    }
}
.rtl .navbar .dropdown .dropdown-menu {
    text-align: right;
}
.rtl .shopping-cart .cart-dropdown {
    right: auto;
    left: -90px;
}
.rtl .shopping-cart .cart-dropdown li a .text .close {
    right: auto;
    left: 0;
}
.rtl .shopping-cart .cart-dropdown .cart-bottom p span {
    float: left;
}
.rtl .notification-panel .notification-dropdown {
    right: auto;
    left: -60px;
}
.rtl .notification-panel .notification-dropdown li a i {
    margin-right: 0;
    margin-left: 5px;
}
@media (max-width: 575px) {
    .rtl .shopping-cart .cart-dropdown {
        width: 290px;
        left: -75px;
    }
}

.profile-box2 {
    text-align: center;
}
.profile-box2 .image-area {
    margin-bottom: 15px;
}
.profile-box2 .cover {
    border-radius: 5px;
    height: 100px;
    width: 100%;
}
.profile-box2 .profile-img {
    width: 80px;
    height: 80px;
    min-width: 60px;
    border-radius: 50%;
    margin-top: -40px;
    padding: 2px;
    border: 1px solid var(--border-color1);
    background-color: rgb(var(--primary-color));
    box-shadow: var(--shadow1);
}

.profile-box3 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-box3:hover {
    color: rgb(var(--heading-color));
}
.profile-box3 .img-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.profile-box3 .author-name {
    text-transform: capitalize;
    margin-bottom: 0;
}

/*----------------------------------------------
Chat section start
----------------------------------------------*/
.single-btn-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-btn {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: rgb(var(--primary-color), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    font-size: 15px;
    color: var(--grayish-blue);
}
.single-btn.active {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
}
.single-btn.active:hover {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
}
.single-btn:hover {
    color: rgb(var(--primary-color));
    background: rgb(var(--primary-color), 0.2);
}

.single-btn2 {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 16px;
    color: rgb(var(--white));
}
.single-btn2:hover {
    background-color: rgb(var(--primary-color), 0.1);
}

@media (max-width: 575px) {
    .single-btn2 {
        font-size: 14px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}
.rtl .single-btn2 {
    margin-right: 0;
    margin-left: 10px;
}

.message-send-btn {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(var(--primary-color));
    margin-left: 10px;
    color: rgb(var(--white));
    font-size: 16px;
}

@media (max-width: 575px) {
    .message-send-btn {
        height: 30px;
        min-width: 30px;
        font-size: 14px;
        margin-left: 5px;
    }
}
.rtl .message-send-btn {
    margin-right: 10px;
    margin-left: 0;
}

.chat-conversation-btn {
    height: 40px;
    width: 40px;
    background: rgb(var(--primary-color));
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: rgb(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid rgb(var(--primary-color));
}
.chat-conversation-btn:hover {
    color: rgb(var(--primary-color));
    background: rgb(var(--white));
}

.message-container {
    border: 1px solid var(--border-color1);
    background-color: var(--bg-color1);
    border-radius: 15px;
    min-height: 500px;
}
.message-container .chat-box {
    position: relative;
    background-color: var(--gray);
    background-color: var(--bg-color2);
    margin: 20px;
    border-radius: 10px;
    padding: 5px 0;
    position: relative;
}
.message-container .chat-box .header-section {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin: 15px;
    background-color: var(--bg-color3);
    border-radius: 20px;
}
.message-container .chat-box .profile-info {
    display: flex;
    align-items: center;
}
.message-container .chat-box .profile-info .thumbs-area {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--border-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-container .chat-box .profile-info .thumbs-area img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid var(--border-color1);
}
.message-container .chat-box .profile-info .content-area .title {
    font-size: 15px;
    font-weight: 600;
    color: rgb(var(--white));
}
.message-container .chat-box .profile-info .content-area .description {
    font-size: 13px;
}
.message-container .chat-box .chat-box-inner {
    max-height: 425px;
    overflow-y: auto;
    padding: 15px;
}
.message-container .chat-box .message-bubble {
    display: flex;
    margin: 25px 0;
}
.message-container .chat-box .message-bubble .message-thumbs {
    margin-right: 10px;
}
.message-container .chat-box .message-bubble .message-thumbs img {
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
}
.message-container .chat-box .message-bubble .message-text-box {
    max-width: 85%;
}
.message-container .chat-box .message-bubble .message-text-box .message-text {
    padding: 5px 10px;
    border-radius: 15px;
    border-top-left-radius: 0;
    background: rgb(var(--primary-color));
    color: rgb(var(--white));
}
.message-container
    .chat-box
    .message-bubble
    .message-text-box
    .attach-file-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
}
.message-container .chat-box .message-bubble .message-text-box .time {
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 12px;
}
.message-container .chat-box .message-bubble-right {
    flex-direction: row-reverse;
}
.message-container .chat-box .message-bubble-right .message-thumbs {
    margin-right: 0;
    margin-left: 10px;
}
.message-container
    .chat-box
    .message-bubble-right
    .message-text-box
    .message-text {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    background: var(--bg-color3);
    color: rgb(var(--white));
}
.message-container
    .chat-box
    .message-bubble-right
    .message-text-box
    .attach-file-box {
    justify-content: end;
}
.message-container .chat-box .message-bubble-right .message-text-box .time {
    text-align: right;
}
.message-container .chat-box .chat-box-bottom {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: var(--bg-color3);
    margin: 0 15px 15px 15px;
    border-radius: 20px;
}
.message-container .chat-box .chat-box-bottom textarea {
    height: 40px;
    border-radius: 10px;
}

.message-sidebar {
    height: 100%;
    position: relative;
    border-right: 1px solid var(--border-color1);
    display: flex;
    flex-direction: column;
}
.message-sidebar .header-section {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message-sidebar .header-section .section-title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: rgb(var(--heading-color));
    text-transform: capitalize;
    margin-right: 10px;
}
.message-sidebar .conversations-wrapper {
    padding: 5px;
    max-height: 470px;
    overflow-y: auto;
    flex-grow: 1;
}
.message-sidebar .conversations-wrapper li {
    border-left: 2px solid transparent;
    transition: var(--transition);
    border-radius: 5px;
}
.message-sidebar .conversations-wrapper li .item-link {
    display: block;
    padding: 15px;
    position: relative;
    overflow-x: hidden;
}
.message-sidebar
    .conversations-wrapper
    li
    .item-link
    .item-header
    .chat-action {
    position: absolute;
    right: -20px;
    display: flex;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.message-sidebar
    .conversations-wrapper
    li
    .item-link
    .item-header
    .chat-action
    i {
    font-size: 12px;
    margin: 0 5px;
    color: rgb(var(--heading-color));
}
.message-sidebar
    .conversations-wrapper
    li
    .item-link
    .item-header
    .chat-action
    i:hover {
    color: rgb(var(--primary-color));
}
.message-sidebar .conversations-wrapper li .item-link .chat-title {
    font-size: 14px;
    color: rgb(var(--heading-color));
    text-transform: capitalize;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 5px;
}
.message-sidebar .conversations-wrapper li .item-link .chat-info {
    color: var(--grayish-blue);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.message-sidebar .conversations-wrapper li .item-link .chat-info .chat-date {
    text-transform: capitalize;
    color: var(--grayish-blue);
}
.message-sidebar .conversations-wrapper li:nth-child(odd) {
    background-color: var(--bg-color1);
}
.message-sidebar .conversations-wrapper li.active,
.message-sidebar .conversations-wrapper li:hover {
    border-left: 2px solid rgb(var(--primary-color));
    background-color: rgb(var(--primary-color), 0.1);
}
.message-sidebar .conversations-wrapper li:hover .item-header .chat-action {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.message-sidebar .message-sidebar-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    background-color: var(--bg-color1);
    border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
    .message-container .message-sidebar .conversations-wrapper {
        max-height: 300px;
    }
    .message-container .chat-box {
        margin-top: 0;
    }
    .message-container .chat-box .chat-box-inner {
        max-height: 300px;
    }
}
@media (max-width: 575px) {
    .message-container .chat-box .chat-box-bottom {
        padding: 7px 10px;
        margin: 0 10px 10px 10px;
    }
    .message-container .chat-box .chat-box-bottom textarea {
        height: 35px;
    }
}
.rtl .message-sidebar .header-section .section-title {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .message-sidebar .conversations-wrapper li {
    border-left: none;
    border-right: 2px solid transparent;
}
.rtl .message-sidebar .conversations-wrapper li.active,
.rtl .message-sidebar .conversations-wrapper li:hover {
    border-left: none;
    border-right: 2px solid rgb(var(--primary-color));
}
.rtl
    .message-sidebar
    .conversations-wrapper
    li
    .item-link
    .item-header
    .chat-action {
    left: -20px;
    right: auto;
}
.rtl
    .message-sidebar
    .conversations-wrapper
    li:hover
    .item-header
    .chat-action {
    left: 10px;
}
.rtl .chat-box .profile-info .thumbs-area {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .chat-box .message-bubble .message-thumbs {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .chat-box .message-bubble .message-text {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
}
.rtl .chat-box .message-bubble-right .message-thumbs {
    margin-right: 10px;
    margin-left: 0;
}
.rtl .chat-box .message-bubble-right .message-text-box .message-text {
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
}
.rtl .chat-box .message-bubble-right .message-text-box .time {
    text-align: left;
}

.dark-theme .message-container .chat-box {
    background-color: var(--bg-color1);
}

.offcanvas.offcanvas-end {
    border-left: none;
}

.message-offcanvas .message-sidebar .conversations-wrapper {
    max-height: initial;
}
.message-offcanvas .message-sidebar {
    border-right: none;
}

/*----------------------------------------------
Chat section end
----------------------------------------------*/
/*----------------------------------------------
File of Image upload section start
----------------------------------------------*/
.file-upload-wrap {
    position: relative;
}
.file-upload-wrap .file-upload-input {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
}
.file-upload-wrap .file-upload-input:hover + .drag-text {
    background-color: rgb(var(--primary-color), 0.1);
}
.file-upload-wrap .drag-text {
    padding: 100px 30px;
    border: 2px dashed rgb(var(--primary-color));
    border-radius: 5px;
    transition: var(--transition);
    text-align: center;
}
.file-upload-wrap .drag-text .icon-area {
    font-size: 50px;
    margin-bottom: 15px;
    color: rgb(var(--primary-color));
}
.file-upload-wrap .drag-text .title {
    font-size: 22px;
}

/*----------------------------------------------
File of Image upload section end
----------------------------------------------*/
/*----------------------------------------------
Payment section start
-----------------------------------------------*/
.payment-container-list {
    margin-top: 20px;
    height: 480px;
    overflow: auto;
    padding: 5px;
}
.payment-container-list .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-container-list .item:not(:last-child) {
    margin-bottom: 15px;
}
.payment-container-list .form-check-label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: var(--transition);
    gap: 15px;
    border: 1px solid var(--border-color1);
    outline: 1px solid transparent;
    background-color: var(--bg-color3);
}
.payment-container-list .form-check-label .image-area img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
}
.payment-container-list .form-check-label .content-area {
    padding-right: 30px;
}
.payment-container-list .form-check-input {
    position: absolute;
    right: 15px;
}
.payment-container-list
    .form-check-input[type="radio"]:checked
    + .form-check-label {
    background-color: rgb(var(--primary-color), 0.1);
    border-color: rgb(var(--primary-color));
    outline: 1px solid rgb(var(--primary-color));
}

.rtl .payment-container-list .form-check-label .content-area {
    padding-right: 0;
    padding-left: 30px;
}
.rtl .payment-container-list .form-check-input {
    left: 15px;
    right: auto;
}

.transfer-details-section .link {
    color: rgb(var(--heading-color));
}

.transfer-list {
    padding: 15px;
    margin-bottom: 20px;
}
.transfer-list h5 {
    margin-bottom: 0;
}
.transfer-list .title:not(:last-child) {
    margin-bottom: 20px;
}
.transfer-list .item {
    display: flex;
    justify-content: space-between;
}
.transfer-list .item:not(:last-child) {
    margin-bottom: 10px;
}

/*----------------------------------------------
Payment section end
-----------------------------------------------*/
/*----------------------------------------------
Cmn table start
----------------------------------------------*/
.cmn-table {
    border-radius: 10px;
}
.cmn-table table {
    margin-bottom: 0;
    color: var(--body-color);
}
.cmn-table table thead tr th {
    font-size: 18px;
    font-weight: 500;
    color: rgb(var(--heading-color));
    padding: 20px 10px;
    text-transform: capitalize;
    background-color: var(--bg-color1);
}
.cmn-table table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.cmn-table table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cmn-table tbody td {
    padding: 15px 10px;
}
.cmn-table tbody td .icon-area {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: rgb(var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.cmn-table tbody td .icon-area.icon1 {
    background-color: var(--lime-green);
}
.cmn-table tbody td .icon-area.icon2 {
    background-color: var(--soft-red);
}
.cmn-table tbody,
.cmn-table td,
.cmn-table tfoot,
.cmn-table th,
.cmn-table thead,
.cmn-table tr {
    border: none;
}
.cmn-table .profile-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cmn-table .profile-box .img-box img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.cmn-table .profile-box .text-box {
    text-transform: capitalize;
    font-weight: 500;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: var(--body-color);
}

@media (min-width: 768px) {
    .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg: transparent;
    }
}
@media (max-width: 991px) {
    .cmn-btn {
        font-size: 16px;
    }
    .cmn-table .table-img {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }
    .cmn-table .text-bold {
        font-weight: 500;
    }
}
@media (max-width: 767px) {
    .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg: var(--bg-color1);
    }
    .table-striped > tbody > tr:nth-of-type(even) > * {
        --bs-table-accent-bg: rgb(var(--primary-color), 0.1);
    }
    .table-responsive .table thead {
        display: none;
    }
    .table-responsive .table tbody tr {
        display: block;
        border: 1px solid var(--border-color2);
        border-radius: 5px;
    }
    .table-responsive .table tbody tr:not(:last-child) {
        margin-bottom: 5px;
    }
    .table-responsive .table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none !important;
        margin: 0 !important;
        padding: 10px 15px;
    }
    .table-responsive .table tbody tr td::before {
        content: attr(data-label);
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        margin-right: 15px;
    }
}
.rtl .cmn-table table thead tr th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rtl .cmn-table table thead tr th:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dark-theme .cmn-table {
    background-color: var(--bg-color4);
}
.dark-theme .cmn-table table {
    color: rgb(var(--primary-color));
}
.dark-theme .cmn-table table thead tr th {
    color: rgb(var(--primary-color));
    background-color: var(--bg-color6);
}
.dark-theme .cmn-table .table-responsive .table tbody tr td::before {
    color: rgb(var(--primary-color));
}
.dark-theme .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: rgb(var(--primary-color));
}

/*----------------------------------------------
Cmn table end
----------------------------------------------*/
@keyframes marquee-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    50% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes topToBottom {
    0% {
        top: -5px;
    }
    100% {
        top: 5px;
    }
}
@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -20px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes jumpTwo {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 20px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) translateY(-10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) translateY(10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1);
    }
}
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(
        transparent calc(100% - 1px),
        rgb(var(--primary-color)) 1px
    );
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    backface-visibility: hidden;
}
.border-effect:hover {
    background-image: linear-gradient(
        transparent calc(100% - 1px),
        rgb(var(--primary-color)) 1px
    );
    background-size: 100% 100%;
}

.slick-dots li.slick-active {
    outline: 1px solid rgb(var(--primary-color));
    border-radius: 50%;
}
.slick-dots li.slick-active button::before {
    color: rgb(var(--primary-color));
}
.slick-dots li button {
    width: 7px;
    height: 7px;
}
.slick-dots li button::before {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: rgb(var(--primary-color));
}

.tag-list2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.tag-list2 .item {
    text-transform: capitalize;
    padding: 3px 15px;
    border-radius: 99999px;
    background-color: var(--bg-color4);
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100%;
    }
}
@media (min-width: 768px) {
    .rtl .text-md-start {
        text-align: right !important;
    }
}

.isotope-btn-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.isotope-btn-group button {
    padding: 10px 20px;
    border: 1px solid var(--border-color1);
    border-radius: 5px;
    font-weight: 400;
    background-color: var(--bg-color3);
    box-shadow: var(--shadow1);
    transition: var(--transition);
    font-size: 16px;
    color: rgb(var(--white));
}
.isotope-btn-group button:hover {
    background-color: rgb(var(--primary-color));
}
.isotope-btn-group button.active {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
}
.isotope-btn-group button.active:hover {
    background-position: center right;
}

/*----------------------------------------------
/*----------------------------------------------
Reusable style section end
----------------------------------------------*/
/*----------------------------------------------
Margin top start
----------------------------------------------*/
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-190 {
    margin-top: 190px;
}

/*----------------------------------------------
end
----------------------------------------------*/
/*----------------------------------------------
Margin bottom start
----------------------------------------------*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

/*----------------------------------------------
end
----------------------------------------------*/
/*----------------------------------------------
Padding top start
----------------------------------------------*/
.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-190 {
    padding-top: 190px;
}

.pt-200 {
    padding-top: 200px;
}

/*----------------------------------------------
end
----------------------------------------------*/
/*----------------------------------------------
Padding bottom
----------------------------------------------*/
.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

/*----------------------------------------------
Padding bottom
----------------------------------------------*/
.header-top-section {
    padding: 10px 0;
    background-color: var(--bg-color2);
    border-bottom: 1px solid var(--border-color1);
}
.header-top-section .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: rgb(var(--white));
    position: relative;
    z-index: 0;
    gap: 5px;
}
.header-top-section .top-bar .contact-info {
    display: flex;
    gap: 20px;
}
.header-top-section .top-bar .contact-info li a {
    display: flex;
    gap: 5px;
    align-items: center;
}
.header-top-section .top-bar .right-side {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-top-section .top-bar .social-box {
    gap: 5px;
}
.header-top-section .top-bar .social-box li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 50%;
}
.header-top-section .top-bar .social-box .cmn-btn {
    padding: 3px 10px;
}

@media (max-width: 991px) {
    .header-top-section .top-bar {
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
    .header-top-section .top-bar .contact-info {
        gap: 10px;
    }
}
@media (max-width: 575px) {
    .header-top-section .top-bar {
        margin-right: 50px;
    }
    .header-top-section .top-bar .contact-info {
        display: none;
    }
}
@media (max-width: 575px) {
    .rtl .header-top-section .top-bar {
        justify-content: end;
    }
}

/*----------------------------------------------
01. Nav section start
----------------------------------------------*/
.desktop-view {
    padding: 10px 0;
    background-color: var(--bg-color2);
    transition: var(--transition);
}
.desktop-view .desktop-view-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.desktop-view .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgb(var(--white));
    padding: 8px 15px !important;
    text-transform: uppercase;
    border-radius: 9999px;
}
.desktop-view .nav-link:hover {
    background-color: var(--bg-color3);
}
.desktop-view .nav-link:focus {
    color: rgb(var(--primary-color));
}
.desktop-view .nav-link .icon {
    font-size: 14px;
}
.desktop-view .custom-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}
.desktop-view .custom-nav .nav-link {
    text-transform: capitalize;
}

.main-menu {
    flex-grow: 1;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

/* mega menu */
.main-menu ul li .mega-menu {
    background: var(--bg-color3);
    left: 0;
    position: absolute;
    top: 110%;
    width: 500px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 2;
    padding: 20px;
    scale: 0;
}

.main-menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    scale: 1;
}

.main-menu ul li .mega-menu ul:last-child {
    padding-right: 0;
}

.main-menu ul li .mega-menu ul:last-child {
    padding-right: 0;
}

.main-menu ul li .mega-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.main-menu ul li .mega-menu ul li {
    width: calc(50% - 5px);
    flex-grow: 1;
}

.main-menu ul li .mega-menu ul li .nav-link {
    color: rgb(var(--white));
    padding: 5px 12px !important;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}
.main-menu ul li .mega-menu ul li .nav-link .icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgb(var(--primary-color));
    background-color: var(--bg-color2);
    border-radius: 50%;
}
.main-menu ul li .mega-menu ul li .nav-link .text-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-menu ul li .mega-menu ul li a:hover {
    background: var(--bg-color2);
    color: rgb(var(--white)) !important;
}

.mean-container .mean-bar {
    z-index: 3 !important;
}

.mean-container .mean-nav {
    max-height: 360px;
    overflow-y: scroll;
    background: var(--bg-color3);
    margin-top: 31px;
}

.mean-container a.meanmenu-reveal {
    top: -14px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color2);
    border-radius: 50%;
}

/* Hide default meanmenu reveal button when custom mobile navbar is present */
@media (max-width: 991px) {
    .mean-container a.meanmenu-reveal {
        display: none !important;
    }
}

.mean-container .mean-nav ul {
    padding-top: 5px;
}

.mean-container .mean-nav ul li a {
    padding: 10px 5% !important;
    border-top: none !important;
    text-transform: capitalize;
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 10px !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    border: none !important;
    border-left: none !important;
    border-bottom: none !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mean-container .mean-nav ul li li a {
    font-size: 14px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    opacity: 0.85;
}

.mean-container .mean-nav ul li li a .icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgb(var(--primary-color));
    background-color: var(--bg-color2);
    border-radius: 50%;
}

.mean-container .mean-nav ul li li a .text-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Mobile Navbar Bar (Unauthenticated) */
.mobile-navbar-bar {
    display: none;
    background-color: #0f172a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow: visible;
}

.mobile-navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0px 16px;
    max-width: 100%;
    height: 50px;
    overflow: visible;
}

.mobile-menu-toggle,
.mobile-search-toggle {
    width: 36px;
    height: 36px;
    background-color: #334155;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 0;
}

.mobile-search-toggle {
    margin-right: 4px;
}

.mobile-menu-toggle:hover,
.mobile-search-toggle:hover {
    background-color: #475569;
}

.mobile-logo {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 12px;
    overflow: visible;
    z-index: 2;
}

.mobile-logo img {
    max-height: 86px;
    width: auto;
    object-fit: contain;
    margin-top: 30px;
    filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.8));
}

/* Mobile Login Button */
.mobile-login-btn {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #6f4ff2 0%, #8b5cf6 100%);
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 0;
    text-decoration: none;
}

.mobile-login-btn:hover {
    background: linear-gradient(135deg, #5b3fd9 0%, #7c4fe6 100%);
    color: #ffffff;
}

/* Mobile Search Box */
.mobile-search-box {
    display: none !important;
    padding: 12px 16px;
    background-color: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1001;
    width: 100%;
    box-sizing: border-box;
}

.mobile-search-box.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile-search-input-wrapper {
    position: relative;
    width: 100%;
}

.mobile-search-box .form-control {
    width: 100%;
    background-color: #1e293b;
    border: none;
    border-radius: 9999px;
    height: 44px;
    padding: 6px 50px 6px 16px;
    color: #ffffff;
    font-size: 14px;
}

.mobile-search-box .form-control::placeholder {
    color: #9ca3af;
}

.mobile-search-box .form-control:focus {
    outline: none;
    background-color: #334155;
}

.mobile-search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;
}

.mobile-search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-color3);
    max-height: 300px;
    overflow-y: auto;
    margin-top: 8px;
    border-radius: 8px;
    z-index: 1001;
    display: none;
}

.mobile-search-result.active {
    display: block;
}

.mobile-search-result .search-item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-search-result .search-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-search-result .search-item .img-area img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 3px;
    object-fit: cover;
}

.mobile-search-result .search-item .text-area {
    flex: 1;
}

.mobile-search-result .search-item .title {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-search-result .search-item .sub-title {
    margin-top: 5px;
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
}

/* Mobile Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.mobile-sidebar.active {
    visibility: visible;
    opacity: 1;
}

.mobile-sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.mobile-sidebar-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    max-width: 85%;
    height: 100%;
    background-color: #0f172a;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 10001;
}

.mobile-sidebar.active .mobile-sidebar-content {
    transform: translateX(0);
}

.mobile-sidebar-nav {
    padding: 20px 0;
}

.mobile-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-sidebar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
    gap: 12px;
}

.mobile-sidebar-nav .nav-link:hover,
.mobile-sidebar-nav .nav-link.active {
    background-color: #334155;
    color: #ffffff;
}

.mobile-sidebar-nav .nav-link i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

/* Prevent body scroll when sidebar is open */
body.sidebar-open {
    overflow: hidden;
}

/* Mobile Navbar Bar (Authenticated) */
.mobile-navbar-bar-auth {
    display: none;
    background-color: #0f172a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow: visible;
}

.mobile-navbar-bar-auth .mobile-navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px;
    max-width: 100%;
    gap: 8px;
    height: 50px;
    overflow: visible;
}

.mobile-navbar-bar-auth .mobile-menu-toggle-auth,
.mobile-navbar-bar-auth .mobile-search-toggle-auth {
    width: 36px;
    height: 36px;
    background-color: #334155;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.mobile-navbar-bar-auth .mobile-search-toggle-auth {
    margin-right: 4px;
}

.mobile-navbar-bar-auth .mobile-menu-toggle-auth:hover,
.mobile-navbar-bar-auth .mobile-search-toggle-auth:hover {
    background-color: #475569;
}

.mobile-navbar-bar-auth .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    margin: 0 12px;
}

.mobile-navbar-bar-auth .mobile-logo img {
    max-height: 86px;
    width: auto;
    object-fit: contain;
    margin-top: 30px;
    filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.8));
}

.mobile-nav-right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.mobile-cart-icon,
.mobile-profile-icon {
    position: relative;
}

.mobile-cart-icon .shopping-cart {
    position: relative;
}

.mobile-cart-icon .shopping-cart button {
    width: 44px;
    height: 44px;
    background-color: #334155;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.mobile-cart-icon .shopping-cart button .icon {
    color: #ffffff;
    font-size: 18px;
}

.mobile-cart-icon .shopping-cart .count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgb(var(--primary-color));
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

/* Profile box and user dropdown use original styling - no mobile overrides needed */

/* Mobile Search Box Auth */
.mobile-search-box-auth {
    display: none !important;
    padding: 12px 16px;
    background-color: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1001;
    width: 100%;
    box-sizing: border-box;
}

.mobile-search-box-auth.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile-search-box-auth .mobile-search-input-wrapper {
    position: relative;
    width: 100%;
}

.mobile-search-box-auth .form-control {
    width: 100%;
    background-color: #1e293b;
    border: none;
    border-radius: 9999px;
    height: 44px;
    padding: 6px 50px 6px 16px;
    color: #ffffff;
    font-size: 14px;
}

.mobile-search-box-auth .form-control::placeholder {
    color: #9ca3af;
}

.mobile-search-box-auth .form-control:focus {
    outline: none;
    background-color: #334155;
}

.mobile-search-box-auth .mobile-search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;
}

.mobile-search-box-auth .mobile-search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-color3);
    max-height: 300px;
    overflow-y: auto;
    margin-top: 8px;
    border-radius: 8px;
    z-index: 1001;
    display: none;
}

.mobile-search-box-auth .mobile-search-result.active {
    display: block;
}

.mobile-search-box-auth .mobile-search-result .search-item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-search-box-auth .mobile-search-result .search-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-search-box-auth .mobile-search-result .search-item .img-area img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 3px;
    object-fit: cover;
}

.mobile-search-box-auth .mobile-search-result .search-item .text-area {
    flex: 1;
}

.mobile-search-box-auth .mobile-search-result .search-item .title {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-search-box-auth .mobile-search-result .search-item .sub-title {
    margin-top: 5px;
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
}

/* Mobile Sidebar Auth */
.mobile-sidebar-auth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.mobile-sidebar-auth.active {
    visibility: visible;
    opacity: 1;
}

.mobile-sidebar-auth .mobile-sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.mobile-sidebar-auth .mobile-sidebar-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    max-width: 85%;
    height: 100%;
    background-color: #0f172a;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 10001;
}

.mobile-sidebar-auth.active .mobile-sidebar-content {
    transform: translateX(0);
}

.mobile-sidebar-auth .mobile-sidebar-nav {
    padding: 20px 0;
}

.mobile-sidebar-auth .mobile-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-sidebar-auth .mobile-sidebar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-sidebar-auth .mobile-sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
    gap: 12px;
}

.mobile-sidebar-auth .mobile-sidebar-nav .nav-link:hover,
.mobile-sidebar-auth .mobile-sidebar-nav .nav-link.active {
    background-color: #334155;
    color: #ffffff;
}

.mobile-sidebar-auth .mobile-sidebar-nav .nav-link i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

/* Mobile cart dropdown */
@media (max-width: 991px) {
    .mobile-cart-icon .cart-dropdown {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        background-color: #0f172a;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        max-width: 320px;
        min-width: 280px;
        z-index: 10002;
        padding: 10px 0;
    }

    /* Profile dropdown uses original styling - no mobile overrides */
}

@media (max-width: 991px) {
    .mobile-navbar-bar {
        display: block;
    }

    .mobile-navbar-bar-auth {
        display: block;
    }

    /* Hide desktop view on mobile for guests (when mobile navbar bar exists) */
    .mobile-navbar-bar ~ .desktop-view {
        display: none !important;
    }

    /* Hide desktop view on mobile for authenticated users (when mobile navbar bar auth exists) */
    .mobile-navbar-bar-auth ~ .desktop-view {
        display: none !important;
    }

    /* Hide meanmenu completely - we're using custom sidebar */
    .mean-container {
        display: none !important;
    }

    .mobile-menu {
        display: none !important;
    }

    /* Hide desktop search on mobile */
    .headerSearch {
        display: none !important;
    }
}

/* Desktop view should show on large screens */
@media (min-width: 992px) {
    .desktop-view {
        display: block !important;
    }

    .mobile-navbar-bar {
        display: none !important;
    }

    .mobile-sidebar {
        display: none !important;
    }
}

/* Ensure desktop view is visible by default */
.desktop-view {
    display: block;
}
@media (max-width: 575px) {
    .cusotm-nav.active .desktop-view .desktop-view-wrapper {
        z-index: 9999;
        position: relative;
        margin-right: 50px;
    }
    .desktop-view .desktop-view-wrapper {
        margin-right: 10px;
    }
    .headerSearch {
        display: none;
    }
    .desktop-view .custom-nav {
        gap: 15px;
    }
}
.rtl .main-menu ul li .mega-menu {
    left: auto;
    right: 0;
}

/*----------------------------------------------
Nav section end
----------------------------------------------*/
/*----------------------------------------------
02. Bottom Mobile, Tab nav section start
----------------------------------------------*/
.bottom-nav {
    background: var(--bg-color1);
    justify-content: space-around;
    box-shadow: var(--shadow2);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 55px;
    display: flex;
    align-items: center;
}
.bottom-nav .nav-item .nav-link {
    color: rgb(var(--heading-color));
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
}
.bottom-nav .nav-item .nav-link.active,
.bottom-nav .nav-item .nav-link:hover {
    color: rgb(var(--white));
    background: rgb(var(--primary-color));
    margin-top: -22px;
}
.bottom-nav .nav-item .nav-link i {
    font-size: 20px;
}

/*----------------------------------------------
Bottom Mobile, Tab nav end
----------------------------------------------*/
/*----------------------------------------------
00. Hero section start
----------------------------------------------*/
.hero-section {
    background-color: var(--bg-color1);
    padding: 0 40px;
    overflow: visible;
}

@media (max-width: 767px) {
    .hero-section {
        padding: 8px 15px 4px 15px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 0 12px 4px 12px;
    }
}
.hero-section .trending-offers-carousel .owl-nav {
    top: calc(0% - 90px);
}

.hero-swiper {
    position: relative;
    overflow: visible;
}

@media (max-width: 767px) {
    .hero-swiper {
        overflow: hidden;
    }
}

.hero-swiper .swiper-wrapper {
    position: relative;
}

.hero-swiper .swiper-slide {
    position: relative;
    z-index: 1;
    transition: transform 0.6s ease, z-index 0.6s ease, opacity 0.6s ease;
}

.hero-swiper .swiper-slide.swiper-slide-active {
    z-index: 3;
    transform: scale(1);
}

.hero-swiper .swiper-slide.swiper-slide-next {
    z-index: 2;
    transform: scale(0.92) translateX(30px);
    opacity: 0.6;
}

.hero-swiper .swiper-slide.swiper-slide-prev {
    z-index: 1;
    transform: scale(0.95) translateX(20px);
    opacity: 0.5;
}
.hero-swiper .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: rgb(var(--white));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
.hero-swiper .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 3px;
    stroke: rgb(var(--white));
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.hero-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: rgb(var(--black));
    border-radius: 0;
    transition: var(--transition);
}
.hero-swiper .swiper-pagination-bullet-active {
    background: rgb(var(--primary-color));
    width: 30px;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    color: rgb(var(--white));
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: var(--transition);
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
}

.hero-swiper .swiper-button-next {
    right: -25px;
}

.hero-swiper .swiper-button-prev {
    left: -25px;
}

@media (max-width: 767px) {
    .hero-swiper {
        overflow: hidden;
        height: 200px;
        border-radius: 12px;
    }

    .hero-swiper .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .hero-swiper .swiper-button-next {
        right: 10px;
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.6);
    }

    .hero-swiper .swiper-button-next::after {
        font-size: 14px;
    }

    .hero-swiper .swiper-button-prev {
        left: 10px;
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.6);
    }

    .hero-swiper .swiper-button-prev::after {
        font-size: 14px;
    }

    /* Disable transform effects on mobile for better UX - hide next/prev slides */
    .hero-swiper .swiper-slide.swiper-slide-next,
    .hero-swiper .swiper-slide.swiper-slide-prev {
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    /* Ensure active slide is fully visible */
    .hero-swiper .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Adjust autoplay progress for mobile */
    .hero-swiper .autoplay-progress {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }

    /* Better pagination positioning on mobile */
    .hero-swiper .swiper-pagination {
        bottom: 10px !important;
    }
}

.slider-box {
    background-color: var(--bg-color3);
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
    color: rgb(var(--white));
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
.slider-box .text-box {
    width: 70%;
}
.slider-box .text-box .title {
    margin-top: 20px;
    text-transform: uppercase;
    color: rgb(var(--white));
}
.slider-box .text-box .description {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 450px;
}
.slider-box .img-box {
    margin-left: -300px;
    z-index: -1;
}

.lime-green-box::after {
    background-image: url(../img/hero/shalnark_ryuseih_by_otaku_zonee_dhjavfg-375w-2x.png);
}

.pale-blue-box {
    background-color: #9ac4ff;
}

.dark-moderate-blue-box::after {
    background-image: url(../img/hero/1.avif);
}

.very-light-blue-box::after {
    background-image: url(../img/hero/dai_dragon_quest_png_render_by_marcopolo157_dhbmv1a-pre.png);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slider-box .text-box {
        width: 80%;
    }
    .slider-box .text-box .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    .slider-box .text-box .section-subtitle {
        font-size: 14px;
    }
    .slider-box .text-box .title {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-box .text-box .description {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-box {
        padding: 24px 20px;
        min-height: 400px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        border-radius: 16px;
    }

    

    .slider-box .text-box {
        width: 100%;
        position: relative;
        z-index: 2;
        padding-bottom: 20px;
    }

    .slider-box .text-box .section-subtitle {
        font-size: 12px;
        margin-bottom: 8px;
        display: inline-block;
        padding: 4px 12px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        backdrop-filter: blur(4px);
    }

    .slider-box .text-box .title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 12px;
        margin-bottom: 12px;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }

    .slider-box .text-box .description {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 16px;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    }

    .slider-box .text-box .kew-btn {
        margin-top: 12px;
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .slider-box {
        padding: 20px 16px;
        min-height: 360px;
        border-radius: 12px;
    }

    .slider-box .text-box .section-subtitle {
        font-size: 11px;
        padding: 3px 10px;
    }

    .slider-box .text-box .title {
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .slider-box .text-box .description {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .slider-box .text-box .kew-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .hero-swiper .swiper-button-next,
    .hero-swiper .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .hero-swiper .swiper-button-next::after,
    .hero-swiper .swiper-button-prev::after {
        font-size: 12px;
    }

    .hero-swiper .autoplay-progress {
        width: 36px;
        height: 36px;
        right: 8px;
        bottom: 8px;
    }
}
.rtl .slider-box::after {
    transform: rotateY(180deg);
}
.rtl .hero-swiper .autoplay-progress {
    right: auto;
    left: 16px;
}

/* Custom Hero Slider Styles */
.custom-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-hero-slider .slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-hero-slider .slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.custom-hero-slider .slider-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.custom-hero-slider .slider-slide.prev,
.custom-hero-slider .slider-slide.next {
    opacity: 0;
    visibility: hidden;
}

.custom-hero-slider .slider-box {
    width: 100%;
    min-height: 0;
    aspect-ratio: 21 / 6;
    max-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 0;
}

.custom-hero-slider .slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.custom-hero-slider .slider-btn {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: rgb(var(--white));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    pointer-events: all;
    z-index: 11;
}

.custom-hero-slider .slider-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

.custom-hero-slider .slider-btn i {
    font-size: 20px;
}

.custom-hero-slider .slider-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.custom-hero-slider .pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
}

.custom-hero-slider .pagination-dot.active {
    background: rgb(var(--primary-color));
    width: 30px;
    border-radius: 5px;
}

.custom-hero-slider .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: rgb(var(--white));
    backdrop-filter: blur(2px);
    border-radius: 50%;
}

.custom-hero-slider .autoplay-progress svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.custom-hero-slider .autoplay-progress svg circle {
    stroke-width: 3px;
    stroke: rgb(var(--white));
    fill: none;
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
    transform-origin: center;
}

.custom-hero-slider .autoplay-progress span {
    position: relative;
    z-index: 1;
    font-size: 12px;
}

@media (max-width: 991px) {
    .custom-hero-slider .slider-box {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
    .custom-hero-slider .slider-box {
        min-height: 0;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .custom-hero-slider .slider-controls {
        padding: 0 10px;
    }

    .custom-hero-slider .slider-btn {
        width: 36px;
        height: 36px;
    }

    .custom-hero-slider .slider-btn i {
        font-size: 14px;
    }

    .custom-hero-slider .slider-pagination {
        bottom: 10px;
    }

    .custom-hero-slider .pagination-dot {
        width: 8px;
        height: 8px;
    }

    .custom-hero-slider .pagination-dot.active {
        width: 24px;
    }
}

@media (max-width: 480px) {
    .custom-hero-slider .slider-box {
        aspect-ratio: 16 / 7;
        height: auto;
    }

    .custom-hero-slider .slider-btn {
        width: 32px;
        height: 32px;
    }

    .custom-hero-slider .slider-btn i {
        font-size: 12px;
    }
}

.rtl .custom-hero-slider .autoplay-progress {
    right: auto;
    left: 16px;
}

@media (max-width: 767px) {
    .rtl .custom-hero-slider .autoplay-progress {
        left: 10px;
    }
}

/*----------------------------------------------
Hero section end
----------------------------------------------*/
/*----------------------------------------------
00. Exclusive offer section start
----------------------------------------------*/
.exclusive-offer-section {
    background-color: var(--bg-color2);
}

/*----------------------------------------------
Exclusive offer section end
----------------------------------------------*/
/*----------------------------------------------
00. About section start
----------------------------------------------*/
.about-section {
    background-color: var(--bg-color1);
}
.about-section .img-box {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .about-section .text-box {
        text-align: center;
    }
    .about-section .img-box {
        max-width: 450px;
    }
}
/*----------------------------------------------
About section end
----------------------------------------------*/
/*----------------------------------------------
Flash deal section end
----------------------------------------------*/
.flash-deal-section {
    background-color: var(--bg-color2);
}
.flash-deal-section .left-side .img-box {
    max-width: 200px;
    margin: 0 auto;
}
.flash-deal-section .left-side .text-box {
    text-align: center;
    margin-top: 25px;
}
.flash-deal-section .countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.flash-deal-section .countdown .single-countdown {
    text-align: center;
    font-weight: 700;
}
.flash-deal-section .countdown h5 {
    font-size: 36px;
    padding: 15px;
    background-color: var(--bg-color3);
    border-radius: 12px;
}
.flash-deal-section .product-box .text-box .price .promo-price {
    font-size: 18px;
    color: rgb(var(--white));
}

.flash-deal-section-inner {
    background-color: var(--bg-color1);
    padding: 40px;
    border-radius: 15px;
}

.product-box {
    padding: 10px;
    display: flex;
    border-radius: 8px;
    background-color: var(--bg-color3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    gap: 15px;
}
.product-box:hover {
    color: rgb(var(--white));
}
.product-box:hover .img-box {
    border-radius: 5px;
}
.product-box:hover .img-box img {
    transform: scale(1.03);
}
.product-box .img-box {
    max-width: 110px;
    min-width: 110px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
}
.product-box .img-box img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    border-radius: 5px;
}
.product-box .text-box {
    font-size: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-box .text-box .title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.product-box .text-box .name {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.product-box .text-box .bottom-info {
    margin-top: 10px;
}
.product-box .text-box .price {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-box .text-box .price .promo-price {
    font-weight: 500;
    font-size: 14px;
}
.product-box .text-box .price .promo-price .number {
    color: rgb(var(--white));
}
.product-box .text-box .price .discount {
    font-size: 12px;
    background-color: var(--bg-color2);
    background-color: rgb(var(--primary-color), 0.5);
    padding: 2px 10px;
    border-radius: 3px;
}
.product-box .text-box .price .sell {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.product-box .text-box .price .line-through {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
}

.region {
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 7px;
}
.region img {
    border-radius: 16px;
    width: 20px;
    height: 20px;
}

.product-box2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 8px;
    background-color: var(--bg-color2);
    overflow: hidden;
    transition: var(--transition);
    border: 1px solid var(--border-color1);
    outline: 1px solid transparent;
    height: 100%;
    padding: 12px;
}
.product-box2:hover {
    color: rgb(var(--white));
}
.product-box2:hover .img-box img {
    transform: scale(1.03);
}
.product-box2.active {
    background-color: rgb(var(--primary-color), 0.1);
    border: 1px solid rgb(var(--primary-color));
    outline: 1px solid rgb(var(--primary-color));
}
.product-box2 .img-box {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
}
.product-box2 .img-box img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    border-radius: 8px;
}
.product-box2 .text-box {
    font-size: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-box2 .text-box .title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.product-box2 .text-box .name {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.product-box2 .text-box .discount {
    font-size: 14px;
    color: rgb(var(--primary-color));
    font-weight: 600;
}
.product-box2 .left-side {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-box2 .bottom-info {
    margin-top: 10px;
}
.product-box2 .stock-short {
    border-radius: 3px;
    padding: 4px 10px 5px;
    background-color: rgb(var(--soft-red), 0.4);
    color: rgb(var(--white));
}
.product-box2 .price {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-box2 .price .promo-price {
    font-weight: 700;
    font-size: 16px;
    color: rgb(var(--white));
}
.product-box2 .price .line-through {
    text-decoration: line-through;
    white-space: nowrap;
}

.product-box3 {
    background-color: var(--bg-color3);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-box3 .img-box .owl-item img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}
.product-box3 .text-box .title {
    font-size: 18px;
    font-weight: 600;
}
.product-box3 .text-box .price {
    margin-top: 5px;
}
.product-box3 .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.trending-offers-carousel {
    position: relative;
}
.trending-offers-carousel .owl-nav {
    position: absolute;
    top: calc(0% - 100px);
    right: 0;
}

@media (max-width: 991px) {
    .flash-deal-section .countdown h5 {
        font-size: 25px;
    }
}
@media (max-width: 575px) {
    .flash-deal-section-inner {
        padding: 20px;
    }
    .product-box .text-box .title {
        font-size: 14px;
    }
    .product-box .text-box .price .promo-price {
        font-size: 16px;
    }
}
.rtl .trending-offers-carousel .owl-nav {
    right: auto;
    left: 0;
}
.rtl .trending-offers-carousel .owl-nav .owl-next {
    transform: rotate(180deg);
}
.rtl .trending-offers-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}

/*----------------------------------------------
Flash deal section end
----------------------------------------------*/
/*----------------------------------------------
00. Trending game section start
----------------------------------------------*/
.trending-game-section {
    background-color: var(--bg-color1);
}

.category-box {
    background-color: var(--bg-color2);
    border: 1px solid var(--border-color1);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.category-box:hover .img-box img {
    transform: scale(1.03);
}
.category-box .img-box {
    overflow: hidden;
    border-radius: 5px;
    height: 170px;
}
.category-box .img-box img {
    border-radius: 5px;
    transition: var(--transition);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.category-box .text-box .title {
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

/*----------------------------------------------
Trending game section end
----------------------------------------------*/
/*----------------------------------------------
00. Why choose us section start
----------------------------------------------*/
.why-choose-us-section {
    background-color: var(--bg-color2);
}
.why-choose-us-section .img-box {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .why-choose-us-section .img-box {
        max-width: 450px;
    }
}
/*----------------------------------------------
Why choose us section end
----------------------------------------------*/
/*----------------------------------------------
17. Faq section start
----------------------------------------------*/
.faq-section {
    background-color: var(--bg-color1);
}
.faq-section .accordion-button {
    color: rgb(var(--white));
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px !important;
}
.faq-section .accordion-button:focus {
    box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: rgb(var(--primary-color));
}
.faq-section .accordion-item {
    margin: 10px 0;
    border-radius: 10px;
    border: none;
    background-color: var(--bg-color2);
}
.faq-section .accordion-button::after {
    background: url(../img/accordion/plus.png);
    width: 25px;
    height: 25px;
    background-color: rgb(var(--primary-color));
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.faq-section .accordion-button:not(.collapsed)::after {
    background: url(../img/accordion/minus.png);
    width: 25px;
    height: 25px;
    background-color: rgb(var(--primary-color));
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.rtl .accordion-button {
    text-align: right;
}
.rtl .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

/*----------------------------------------------
Faq end
----------------------------------------------*/
/*----------------------------------------------
Buy game id section start
----------------------------------------------*/
.buy-game-id-section {
    background-color: var(--bg-color1);
}

/*----------------------------------------------
Buy game id section end
----------------------------------------------*/
/*----------------------------------------------
08. Testimonial section start
----------------------------------------------*/
.testimonial-section {
    background-color: var(--bg-color2);
}

.testimonial-box {
    display: flex;
    gap: 25px;
}
.testimonial-box .img-box {
    max-width: 350px;
    min-width: 350px;
    height: 410px;
}
.testimonial-box .img-box img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.testimonial-box .quote-icon {
    font-size: 40px;
    color: rgb(var(--primary-color), 0.5);
}
.testimonial-box .reviews li .active {
    color: rgb(var(--primary-color));
}

.testimonial-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .testimonial-box {
        gap: 10px;
        flex-direction: column;
    }
    .testimonial-box .img-box {
        margin: 0 auto;
    }
    .testimonial-box .quote-icon {
        font-size: 25px;
    }
}
@media (max-width: 575px) {
    .testimonial-box .img-box {
        max-width: 350px;
        min-width: 272px;
        height: 324px;
    }
}
.rtl .testimonial-carousel .owl-nav {
    right: auto;
    left: 0;
}

/*----------------------------------------------
Testimonial end
----------------------------------------------*/
/*----------------------------------------------
18. Blog section start
----------------------------------------------*/
.blog-section {
    background-color: var(--bg-color1);
    z-index: 0;
    position: relative;
}

.blog-box {
    border-radius: 16px;
    background-color: var(--bg-color3);
    padding: 20px;
}
.blog-box:hover .img-box img {
    transform: scale(1.03);
}
.blog-box .img-box {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 24px;
    display: flex;
    height: 275px;
}
.blog-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: var(--transition);
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-box .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
}

.meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
}
.meta .item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    font-size: 14px;
}
.meta .item a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta .item.tag {
    background-color: rgb(var(--primary-color), 0.5);
    padding: 2px 10px;
    border-radius: 4px;
}
.meta .item.tag:hover a {
    color: rgb(var(--white));
}

.rtl .meta .item:not(:last-child)::after {
    left: auto;
    right: calc(100% + 22px);
}
@media (max-width: 375px) {
    .rtl .meta .item:not(:last-child)::after {
        right: calc(100% + 11px);
    }
}

.blog-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 12px;
}
.blog-btn .text-box {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.rtl .blog-btn .text-box i {
    transform: rotate(-90deg);
}

.content-box-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.content-box-bottom .author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.content-box-bottom .author .img-area img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.content-box-bottom .author .text-area {
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-btn .arrow-img-box {
        display: none;
    }
}
@media (max-width: 991px) {
    h5 {
        font-size: 18px;
    }
    .blog-box .blog-author .author-info span {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .blog-box {
        gap: 10px;
    }
    .meta {
        gap: 30px;
    }
    .meta .item:not(:last-child)::after {
        left: calc(100% + 11px);
    }
    .blog-btn .arrow-img-box {
        display: none;
    }
}
.rtl .blog-box .blog-author .author-img {
    margin-right: 0;
    margin-left: 10px;
}

/*----------------------------------------------
Blog section end
----------------------------------------------*/
/*----------------------------------------------
00. Author section start
----------------------------------------------*/
.author-section {
    background-color: var(--bg-color1);
}
.author-section .map-section iframe {
    height: 300px;
}

.author-box {
    position: relative;
    background-color: var(--bg-color2);
    padding: 30px;
    border-radius: 15px;
    z-index: 0;
    overflow: hidden;
}

.author-box-top {
    display: flex;
    gap: 40px;
}
.author-box-top .thumbs-area img {
    width: 250px;
    height: 250px;
    min-width: 250px;
    border-radius: 15px;
    background-color: var(--bg-color3);
    padding: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .author-box {
        text-align: center;
    }
    .author-box-top {
        flex-direction: column;
    }
    .author-box-top .thumbs-area img {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }
}
@media (max-width: 575px) {
    .author-box-top .content-area {
        display: flex;
        flex-direction: column;
    }
}
.author-box2 {
    position: relative;
    background-color: var(--bg-color1);
    z-index: 0;
}
.author-box2 .user-info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.author-box2 .user-info .img-box {
    margin-bottom: 15px;
}
.author-box2 .user-info .img-box img {
    margin-top: -150px;
    width: 170px;
    min-width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
    box-shadow: var(--shadow2);
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #ffffff;
}
.author-box2 .user-info .text-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}
.author-box2 .user-info .text-box .user-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}
.author-box2 .user-info .text-box .user-meta .item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-box2 .user-info .text-box .user-meta .item i {
    width: 30px;
    height: 30px;
    background-color: rgb(var(--primary-color), 0.1);
    color: rgb(var(--primary-color));
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-box2 .user-info-bottom {
    padding-top: 25px;
    border-top: 1px solid var(--border-color1);
}
.author-box2 .user-info-bottom .counts {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}
.author-box2 .user-info-bottom .counts .count span {
    display: block;
    color: rgb(var(--primary-color));
}
.author-box2 .cmn-btn4 {
    padding: 10px 15px;
    background-color: rgb(var(--primary-color));
    color: rgb(var(--heading-color));
}
.author-box2 .cmn-btn4:hover {
    color: rgb(var(--primary-color));
    border-color: var(--border-color2);
}
.author-box2 .cmn-btn4.share #shareBlock {
    right: 0;
    left: auto;
}

.followers {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.followers .follower {
    position: relative;
}
.followers .follower .profile-img-link {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.followers .follower:hover .creator {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 10px);
}
.followers .follower img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.followers .follower .creator {
    position: absolute;
    text-align: center;
    width: 200px;
    background-color: rgb(var(--primary-color));
    padding: 10px;
    border: 1px solid var(--border-color1);
    box-shadow: var(--shadow1);
    border-radius: 10px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.followers .follower .creator .cover {
    width: 100%;
    height: 80px;
    border-radius: 8px;
}
.followers .follower .creator .profile-img {
    width: 65px;
    height: 65px;
    margin-top: -35px;
}

@media (max-width: 991px) {
    .author-box2 .user-info .img-box img {
        margin-top: -80px;
    }
}
@media (max-width: 767px) {
    .author-box2 .left-side {
        flex-direction: column;
    }
    .author-box2 .left-side .contact-item {
        justify-content: center;
    }
    .author-box2 {
        text-align: center;
    }
}
.rtl .author-box2 .cmn-btn4.share #shareBlock {
    left: 0;
    right: auto;
}

.author-box3 {
    background-color: hsl(var(--base) / 0.1);
    padding: 40px;
    border: 1px solid hsl(var(--base) / 0.2);
    border-radius: 15px;
    box-shadow: var(--shadow1);
    display: flex;
    align-items: center;
    gap: 30px;
}
.author-box3 .img-box img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
}
.author-box3 .text-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.author-box3 .text-box .item {
    display: flex;
    gap: 7px;
}
.author-box3 .cmn-btn4 {
    padding: 10px 15px;
}
.author-box3 .text-box-bottom {
    margin-top: 30px;
}
.author-box3 .cmn-btn4.share #shareBlock {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .author-box3 {
        flex-direction: column;
    }
    .author-box3 .text-box {
        text-align: center;
    }
    .author-box3 .text-box .item {
        justify-content: center;
    }
}
.page-tabs {
    display: flex;
    margin-bottom: 30px;
}
.page-tabs .item {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-color1);
}
.page-tabs .item.active {
    border-bottom: 2px solid rgb(var(--primary-color));
    background-color: var(--bg-color1);
    color: rgb(var(--primary-color));
    font-weight: 600;
}

/*----------------------------------------------
Author section end
----------------------------------------------*/
/*----------------------------------------------
19. Newsletter section start
----------------------------------------------*/
.newsletter-section {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.newsletter-section .content-area {
    font-family: var(--heading-font);
    color: hsl(var(--white));
    line-height: 40px;
    font-weight: 500;
}
.newsletter-section .content-area .subscribe-normal-text {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    color: hsl(var(--white));
}
.newsletter-section .newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
}
.newsletter-section .newsletter-form .form-control {
    border-radius: 9999px;
    height: 55px;
    background-color: var(--bg-color1);
    padding: 10px 165px 10px 20px;
    border-color: transparent;
}
.newsletter-section .newsletter-form .form-control:focus {
    border-color: rgb(var(--primary-color));
}
.newsletter-section .newsletter-form .subscribe-btn {
    transition: var(--transition);
    position: absolute;
    right: 5px;
    background-color: rgb(var(--primary-color));
    height: calc(100% - 10px);
    border-radius: 9999px;
    padding: 10px 40px;
    color: rgb(var(--white));
    display: flex;
    align-items: center;
    font-weight: 600;
}
.newsletter-section .newsletter-form .subscribe-btn:hover {
    background-color: rgb(var(--primary-color), 0.8);
    color: var(--white);
}

.newsletter-section-inner {
    background-color: var(--bg-color3);
    padding: 50px 40px;
    border-radius: 15px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .newsletter-section .content-area .subscribe-small-text {
        font-size: 20px;
    }
    .newsletter-section .content-area .subscribe-normal-text {
        font-size: 34px;
    }
    .newsletter-section .newsletter-form .subscribe-btn {
        padding: 10px 15px;
    }
    .newsletter-section .newsletter-form .form-control {
        padding: 10px 110px 10px 10px;
    }
}
@media (max-width: 767px) {
    .newsletter-section .content-area {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .newsletter-section .newsletter-section-inner {
        padding: 20px;
    }
    .newsletter-section .newsletter-form .form-control {
        height: 50px;
    }
}
.rtl .newsletter-section .newsletter-form .form-control {
    padding: 10px 20px 10px 165px;
}
.rtl .newsletter-section .newsletter-form .subscribe-btn {
    left: 5px;
    right: auto;
}
@media (max-width: 991px) {
    .rtl .newsletter-section .newsletter-form .form-control {
        padding: 10px 10px 10px 110px;
    }
}
@media (max-width: 575px) {
    .rtl .newsletter-section .newsletter-form .subscribe-btn {
        left: 3px;
    }
}

/*----------------------------------------------
Newsletter end
----------------------------------------------*/
/*----------------------------------------------
20. Footer section start
----------------------------------------------*/
/*----------------------------------------------
Products Tabs Section start
----------------------------------------------*/
.products-tabs-section {
    padding: 40px 0;
    background-color: var(--bg-color1);
    margin-bottom: 62px;
}

/* Custom responsive container for products tabs section - matching Bootstrap container */
.products-tabs-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

/* @media (min-width: 576px) {
    .products-tabs-container {
        padding-left: 20px;
        padding-right: 20px;
    }
} */

/* @media (min-width: 576px) {
    .products-tabs-section {
    }
} */

/* @media (min-width: 992px) {
    .products-tabs-container {
        max-width: 1140px;
        padding-left: 20px;
        padding-right: 20px;
    }
} */

/* @media (min-width: 1200px) {
    .products-tabs-container {
        max-width: 1140px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1400px) {
    .products-tabs-container {
        max-width: 1320px;
        padding-left: 20px;
        padding-right: 20px;
    }
} */

.tabs-navigation {
    margin-bottom: 40px;
}

.tab-buttons-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.tab-buttons-wrapper::-webkit-scrollbar {
    height: 6px;
}

.tab-buttons-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.tab-buttons-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.tab-buttons-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.tab-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    min-width: max-content;
}

.tab-btn {
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #9ca3af;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.tab-btn:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.tab-btn.active {
    background: linear-gradient(135deg, #ff6b35, #ff8c5a);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(255, 107, 53, 0.35);
}

.tab-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tab-content-wrapper {
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.product-card {
    background-color: var(--bg-color3);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 107, 53, 0.08);
    border-color: rgba(255, 107, 53, 0.15);
}

.card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 1;
    align-items: stretch;
    justify-content: flex-start;
}

.card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: 16px 16px 8px 16px;
    flex: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(var(--white));
    margin: 0 0 6px 0;
    line-height: 1.3;
    padding: 0;
}

.card-publisher {
    font-size: 14px;
    color: rgb(var(--body-color));
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.products-empty-state {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
    min-height: 400px;
}

.empty-state-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 107, 53, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(255, 107, 53, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

.empty-state-icon i {
    font-size: 48px;
    color: #ff6b35;
    opacity: 0.8;
}

.empty-state-title {
    font-size: 24px;
    font-weight: 600;
    color: rgb(var(--white));
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.empty-state-message {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    max-width: 500px;
    line-height: 1.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@media (max-width: 768px) {
    .products-tabs-section {
        padding: 10px 0 !important;
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    .products-empty-state {
        padding: 60px 20px;
        min-height: 300px;
    }

    .empty-state-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .empty-state-icon i {
        font-size: 40px;
    }

    .empty-state-title {
        font-size: 20px;
    }

    .empty-state-message {
        font-size: 14px;
    }
/* } */

    .tabs-navigation {
        margin-bottom: 12px;
    }

    .tab-buttons {
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 5px;
    }

    .tab-buttons::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        padding: 6px 12px;
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }

    .card-image {
        height: 150px;
    }

    .card-content {
        padding: 12px;
    }

    .card-title {
        font-size: 14px;
    }

    .card-publisher {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .products-tabs-section {
        padding: 6px 0 !important;
        margin-bottom: 20px;
    }

    .tabs-navigation {
        margin-bottom: 12px;
    }

    .tab-buttons {
        gap: 6px;
    }

    .tab-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }

    .card-image {
        height: 130px;
    }

    .card-content {
        padding: 10px;
    }

    .card-title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .card-publisher {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .card-title {
        max-width: 10ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/*----------------------------------------------
Products Tabs Section end
----------------------------------------------*/

.footer-section {
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
    background-color: var(--bg-color2);
    color: rgb(var(--white-rgb), 0.9);
}
.footer-section .footer-widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--white);
}

.footer-widget .widget-logo {
    margin-bottom: 20px;
    display: inline-flex;
}
.footer-widget ul li {
    line-height: 2.5;
}
.footer-widget .widget-link {
    margin-left: 18px;
    position: relative;
}
.footer-widget .widget-link:hover {
    color: rgb(var(--primary-color));
}
.footer-widget .widget-link::before {
    border-radius: 2px;
    height: 7px;
    width: 7px;
    content: "";
    left: -17px;
    top: 6px;
    position: absolute;
    background-color: rgb(var(--primary-color));
}

.contact-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    gap: 10px;
}
.contact-item i {
    color: rgb(var(--primary-color));
}

.rtl .footer-section .footer-widget .widget-title::before,
.rtl .footer-section .footer-widget .widget-title::after {
    right: 0;
    left: auto;
}
.rtl .footer-section .footer-widget .widget-link {
    margin-left: 0;
    margin-right: 18px;
}
.rtl .footer-section .footer-widget .widget-link::before {
    left: auto;
    right: -17px;
}
.rtl .footer-section .footer-widget .contact-item i {
    margin-right: 0;
    margin-left: 10px;
}

/*----------------------------------------------
Footer section end
----------------------------------------------*/
/*----------------------------------------------
21. Copyright section start
----------------------------------------------*/
.copyright-section {
    background-color: var(--bg-color3);
    font-size: 16px;
}

.copyright-inner {
    padding: 20px 0;
}

.payment-gateway {
    display: flex;
    align-items: center;
    gap: 10px;
}
.payment-gateway img {
    width: 42px;
    height: 28px;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .copyright-area {
        text-align: center;
    }
}
/*----------------------------------------------
Copyright end
----------------------------------------------*/
/*----------------------------------------------
16. Banner section start
----------------------------------------------*/
.banner-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
    background-image: url(../img/banner/bg-footer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: var(--bg-color2);
}
.banner-section .img-box {
    max-width: 300px;
}
.banner-section .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.banner-section .text-box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.breadcrumb-area {
    text-align: center;
}
.breadcrumb-area h3 {
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
}

.note-box {
    display: flex;
    gap: 15px;
}
.note-box .icon-box {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: var(--orange);
    color: rgb(var(--primary-color));
    background-color: var(--bg-color3);
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.note-box .text-box h6 {
    color: rgb(var(--white));
}

.banner-section2 {
    padding-top: 250px;
    position: relative;
}
.banner-section2::after {
    content: "";
    position: absolute;
    background-image: url(../img/banner/rUYpAGFByr2MLYP7LVVmGihd1gVZh9.webp);
    background-color: #000;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

@media (min-width: 768px) {
    .banner-section .img-box {
        margin-bottom: -50px;
    }
}
@media (max-width: 991px) {
    .banner-section2 {
        padding-top: 150px;
    }
    .banner-section h3 {
        font-size: 36px;
    }
    .breadcrumb-area {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner-section2 {
        padding-top: 50px;
    }
}
@media (max-width: 575px) {
    .banner-section .img-box {
        max-width: 200px;
    }
}
/*----------------------------------------------
Banner end
----------------------------------------------*/
/*----------------------------------------------
24. Contact section start
----------------------------------------------*/
.contact-section {
    background-color: var(--bg-color1);
    position: relative;
    z-index: 0;
}
.contact-section .left-side .img-box {
    max-width: 487px;
    margin: 0 auto;
}

.contact-item-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-item-list .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-radius: 10px;
    background-color: var(--bg-color2);
}
.contact-item-list .item .icon-area {
    border-radius: 5px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 18px;
    color: rgb(var(--primary-color));
    background-color: var(--bg-color3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-message-area {
    background-color: var(--bg-color1);
}
.contact-message-area .contact-header {
    margin-bottom: 30px;
}
.contact-message-area .btn-area {
    margin-top: 30px;
}
.contact-message-area .form-label {
    text-transform: capitalize;
}
.contact-message-area .form-label h5 {
    font-weight: 600;
}

/*----------------------------------------------
Contact end
----------------------------------------------*/
/*----------------------------------------------
24. Login Signup section start
----------------------------------------------*/
.login-register-section {
    background-color: var(--bg-color1);
}

.login-register-form {
    padding: 30px;
    z-index: 1;
    position: relative;
    background-color: var(--bg-color2);
    border-radius: 20px;
}
.login-register-form .logo-area {
    margin-bottom: 20px;
    display: inline-flex;
}
.login-register-form .cmn-btn {
    height: 45px;
}
.login-register-form .cmn-btn2 {
    height: 45px;
    border-radius: 5px;
}
.login-register-form .cmn-btn-group .btn img {
    width: 16px;
}

.password-box {
    position: relative;
    display: flex;
    align-items: center;
}
.password-box .form-control {
    padding-right: 35px;
}
.password-box .password-icon {
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: var(--body-color);
}

@media (max-width: 991px) {
    .login-register-section .login-register-form {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .login-register-section .login-register-form {
        margin: auto;
    }
}
@media (max-width: 575px) {
    .login-register-section .login-register-form {
        padding: 20px;
    }
}
.rtl .password-box .form-control {
    padding-right: 0.75rem;
    padding-left: 35px;
}
.rtl .password-box .password-icon {
    right: auto;
    left: 15px;
}
.rtl .login-register-box .img-box img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*----------------------------------------------
Login Signup end
----------------------------------------------*/
/*----------------------------------------------
25. Blog details section start
----------------------------------------------*/
.blog-details-section {
    background: var(--bg-color1);
}
.blog-details-section .meta {
    justify-content: initial;
}
.blog-details-section .blog-box-large .thumbs-area img {
    border-radius: 20px;
    max-height: 420px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-details-section .blog-box-large .content-area {
    max-width: 100%;
}
.blog-details-section .blog-box-large .content-area .blog-title {
    margin-bottom: 20px;
}
.blog-details-section .blog-box-large .content-area .para-text {
    margin-bottom: 20px;
}

.blog-quote-box {
    margin: 20px 0;
    position: relative;
    background-color: var(--bg-color2);
    padding: 25px;
    border-left: 2px solid rgb(var(--primary-color));
    border-radius: 10px;
}
.blog-quote-box .icon-area {
    position: absolute;
    font-size: 60px;
    color: rgb(var(--primary-color));
    top: 5px;
    right: 20px;
    opacity: 0.1;
    z-index: 0;
}
.blog-quote-box .content {
    position: relative;
    z-index: 1;
}
.blog-quote-box .title {
    position: relative;
    padding: 10px 0 0 30px;
    margin: 0;
    display: flex;
    align-items: center;
}
.blog-quote-box .title::after {
    position: absolute;
    content: "";
    background-color: rgb(var(--primary-color));
    width: 20px;
    height: 2px;
    left: 0;
}

.social-share-box {
    margin-top: 30px;
}
.social-share-box .title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

#shareBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#shareBlock .btn-light {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: var(--bg-color3);
    border: none;
}

.sidebar-categories-area li {
    padding: 10px 0;
}
.sidebar-categories-area li a {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    color: rgb(var(--white));
    font-family: var(--heading-font);
}
.sidebar-categories-area li a:hover {
    color: rgb(var(--primary-color));
}
.sidebar-categories-area li:first-child {
    padding-top: 0;
}
.sidebar-categories-area li:last-child {
    padding-bottom: 0;
}
.sidebar-categories-area li:not(:last-child) {
    border-bottom: 1px solid var(--border-color1);
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-list .item {
    font-size: 16px;
    padding: 10px 15px;
    transition: var(--transition);
    border-radius: 5px;
    background-color: var(--bg-color3);
    gap: 5px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--border-color1);
}
.tag-list .item:hover {
    color: rgb(var(--white));
    background-color: rgb(var(--primary-color));
}
.tag-list .item:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area {
    padding: 25px;
    background-color: var(--bg-color2);
    border-radius: 15px;
    margin-bottom: 25px;
}
.sidebar-widget-area .title {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-widget-area .sidebar-widget-item {
    display: flex;
    align-items: center;
    transition: var(--transition);
}
.sidebar-widget-area .sidebar-widget-item:hover .content-area .title {
    color: rgb(var(--primary-color));
}
.sidebar-widget-area .sidebar-widget-item:hover .img-area img {
    transform: scale(1.03);
}
.sidebar-widget-area .sidebar-widget-item .img-area {
    width: 80px;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
}
.sidebar-widget-area .sidebar-widget-item .img-area img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: var(--transition);
}
.sidebar-widget-area .sidebar-widget-item .content-area {
    margin-left: 15px;
    width: calc(100% - 100px);
}
.sidebar-widget-area .sidebar-widget-item .content-area .title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: all ease 0.3s;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    color: rgb(var(--white));
    margin-bottom: 10px;
    font-family: var(--heading-font);
}
.sidebar-widget-area .sidebar-widget-item .content-area .widget-date {
    display: flex;
    gap: 5px;
    color: rgb(var(--white));
    font-size: 14px;
}
.sidebar-widget-area .sidebar-widget-item .content-area .widget-date i {
    color: rgb(var(--primary-color));
}
.sidebar-widget-area .sidebar-widget-item:not(:last-child) {
    margin-bottom: 20px;
}
.sidebar-widget-area .widget-title {
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
}
.sidebar-widget-area .widget-title::before {
    content: "";
    width: 5px;
    border-radius: 6px;
    background-color: rgb(var(--primary-color));
}

.featured-products-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.featured-products-box .img-box {
    width: 90px;
    min-width: 90px;
    height: 90px;
}
.featured-products-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.featured-products-box .text-box .title {
    font-size: 18px;
    color: rgb(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 5px;
}
.featured-products-box .text-box .title:hover {
    color: rgb(var(--primary-color));
}
.featured-products-box .text-box .price .promo-price {
    color: rgb(var(--white));
    font-size: 20px;
}
.featured-products-box .text-box .price .original-price {
    font-size: 16px;
}
.featured-products-box .text-box .line-through {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
}

.rtl .sidebar-widget-item .content-area {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .sidebar-widget-area .widget-title::before,
.rtl .sidebar-widget-area .widget-title::after {
    right: 0;
    left: auto;
}
.rtl .blog-quote-box {
    border-left: none;
    border-right: 2px solid rgb(var(--primary-color));
    padding: 25px 40px 20px 20px;
}
.rtl .blog-quote-box .icon-area {
    left: 20px;
    right: auto;
}
.rtl .blog-quote-box .icon-area i {
    transform: rotateY(180deg);
}
.rtl .blog-quote-box .title {
    padding: 10px 30px 0 0;
}
.rtl .blog-quote-box .title::after {
    left: auto;
    right: 0;
}

/*----------------------------------------------
Blog details end
----------------------------------------------*/
/*----------------------------------------------
26. Pagination section start
----------------------------------------------*/
.pagination-section {
    display: flex;
    justify-content: end;
}
.pagination-section nav .pagination .page-item .page-link {
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    color: rgb(var(--white));
    background-color: var(--bg-color3);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color1);
    box-shadow: none;
}
.pagination-section nav .pagination .page-item .page-link:hover,
.pagination-section nav .pagination .page-item .page-link:focus {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
    border: 1px solid rgb(var(--primary-color));
}
.pagination-section nav .pagination .page-item.active .page-link {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white));
    border-color: rgb(var(--primary-color));
}

.rtl .pagination-section nav .pagination .page-item .page-link i {
    transform: rotate(180deg);
}

/*----------------------------------------------
Pagination end
----------------------------------------------*/
/*----------------------------------------------
Policy section start
----------------------------------------------*/
.policy-section {
    background-color: var(--bg-color1);
    position: relative;
    z-index: 0;
}
.policy-section ul,
.policy-section ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.policy-section ul {
    list-style: circle;
}
.policy-section ol {
    list-style: decimal;
}
.policy-section .shape2 {
    top: auto;
    bottom: 150px;
}
.policy-section .shape3 {
    top: 150px;
}

.rtl .policy-section ul,
.rtl .policy-section ol {
    padding-left: 0;
    padding-right: 2rem;
}

/*----------------------------------------------
Policy section end
----------------------------------------------*/
/*----------------------------------------------
27. Error section start
----------------------------------------------*/
.error-section {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background-color: var(--bg-color1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-section .error-content {
    color: rgb(var(--white));
}
.error-section .error-content .error-title {
    font-size: 150px;
    font-family: var(--heading-font);
    font-weight: 600;
    line-height: 1;
}
.error-section .error-content .error-info {
    font-size: 40px;
    line-height: 1.3;
}
.error-section .error-content .btn-area {
    margin-top: 30px;
}
.error-section .error-content .btn-area .cmn-btn {
    text-transform: none;
}

@media (max-width: 991px) {
    .error-section {
        padding: 100px 0;
    }
    .error-section .error-content .error-title {
        font-size: 100px;
    }
    .error-section .error-content .error-info {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .error-section {
        text-align: center;
        min-height: 100%;
        min-width: 100%;
    }
}
/*----------------------------------------------
Error end
----------------------------------------------*/
/*----------------------------------------------
Products section start
----------------------------------------------*/
.products-section {
    background-color: var(--bg-color1);
}

/*----------------------------------------------
Products section end
----------------------------------------------*/
/*----------------------------------------------
Product details section start
----------------------------------------------*/
.product-details-section {
    background-color: var(--bg-color1);
    padding-top: 100px;
}

.item-count {
    padding: 5px 8px;
    width: auto;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-color1);
    border-radius: 9999px;
    transition: var(--transition);
    color: rgb(var(--white));
    background-color: var(--bg-color3);
}

.item-count:hover {
    box-shadow: var(--shadow1);
}

.item-count input {
    border: none;
    outline: none;
    width: 40px;
    text-align: center;
    background-color: var(--bg-color3);
    color: rgb(var(--white));
}

.btn-inc-dec {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: rgb(var(--white));
}
.btn-inc-dec:hover {
    background-color: var(--bg-color2);
}

.review-item {
    border: 1px solid var(--border-color1);
    padding: 20px 15px;
    border-radius: 10px;
}

.author-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-profile .img-box img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
}

.related-card {
    display: flex;
    border: 1px solid var(--border-color1);
    border-radius: 5px;
}
.related-card:hover .img-box img {
    transform: scale(1.05);
}
.related-card:not(:last-child) {
    margin-bottom: 20px;
}
.related-card .img-box {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80px;
    min-width: 80px;
    height: 100%;
    min-height: 80px;
    overflow: hidden;
}
.related-card .img-box img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
}
.related-card .text-box {
    font-size: 15px;
    padding: 10px;
}
.related-card .text-box h6 {
    font-size: 16px;
}
.related-card .text-box p {
    color: var(--body-color);
    margin-top: 5px;
}

.info-box {
    position: relative;
}
.info-box:hover .info-text {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.info-box .info-icon {
    cursor: pointer;
}
.info-box .info-icon:hover {
    color: rgb(var(--primary-color));
}
.info-box .info-text {
    position: absolute;
    background-color: var(--bg-color3);
    right: -10px;
    top: 100%;
    z-index: 1;
    width: 250px;
    border: 1px solid var(--border-color1);
    padding: 10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: var(--transition);
}

.product-card {
    background-color: var(--bg-color2);
    border-radius: 15px;
}
/* .product-card:not(:last-child) {
    margin-bottom: 30px;
} */

.product-card-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.product-card-item:hover {
    color: rgb(var(--white));
}
.product-card-item:hover .img-box img {
    transform: scale(1.03);
}
.product-card-item .img-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.product-card-item .img-box img {
    border-radius: 10px;
    transition: var(--transition);
}
.product-card-item .text-box .title {
    font-size: 16px;
    font-weight: 500;
    color: rgb(var(--white));
}

.iframe-video {
    overflow: hidden;
    aspect-ratio: 16/9;
}
.iframe-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .product-details-section {
        padding-top: 28px;
    }
}

/*----------------------------------------------
Product details section end
----------------------------------------------*/
/*----------------------------------------------
00. Cart section start
----------------------------------------------*/
.cart-table table {
    color: var(--body-color);
}
.cart-table tbody td {
    padding: 20px 15px;
}
.cart-table thead tr {
    background-color: var(--bg-color2);
}
.cart-table thead th {
    text-transform: capitalize;
    padding: 20px 15px;
}
.cart-table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.cart-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cart-table tbody,
.cart-table td,
.cart-table tfoot,
.cart-table th,
.cart-table thead,
.cart-table tr {
    border: none;
}
.cart-table tbody tr {
    border-bottom: 1px solid var(--border-color1);
    border-radius: 10px;
    margin: 10px 0;
}
.cart-table .cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-table .cart-item .img-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
}
.cart-table .cart-item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.cart-table .cart-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media (min-width: 768px) {
    .cart-table .cart-item-count {
        margin: 0 auto;
    }
}
.rtl .cart-table thead th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rtl .cart-table thead th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*----------------------------------------------
Cart section end
----------------------------------------------*/
/*----------------------------------------------
Reviews details section start
----------------------------------------------*/
.reviews-details-section {
    background-color: var(--bg-color1);
}
.reviews-details-section .isotop-content {
    background-color: var(--bg-color2);
    padding: 25px;
    border-radius: 20px;
    font-size: 16px;
}

.sidebar-card-box {
    background-color: var(--bg-color2);
    padding: 25px;
    border-radius: 12px;
}
.sidebar-card-box .header-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 20px;
}
.sidebar-card-box .header-box .img-box {
    width: 90px;
    min-width: 90px;
    height: 100px;
}
.sidebar-card-box .header-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.reviews-rating-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.reviews-rating-box .item {
    text-align: center;
}

.progress-box .progress-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.progress-box .progress-item h6 {
    max-width: 80px;
    width: 100%;
}
.progress-box .progress-item .progress {
    width: 100%;
    height: 5px;
}
.progress-box .progress-item .progress .progress-bar {
    background-color: rgb(var(--primary-color));
    transition: all 5s;
}

.reviews-single {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.reviews-single:not(:last-child) {
    margin-bottom: 20px;
}
.reviews-single .left-side {
    display: flex;
    gap: 10px;
    min-width: 215px;
}
.reviews-single .left-side .img-box {
    width: 45px;
    min-width: 45px;
    height: 45px;
}
.reviews-single .left-side .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.reviews-single .left-side .text-box .title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.reviews-single .left-side .text-box .title i {
    font-size: 15px;
    color: rgb(var(--primary-color));
}
.reviews-single .left-side .text-box .contact-item {
    font-size: 16px;
}
.reviews-single .right-side {
    display: flex;
    gap: 5px;
}
.reviews-single .right-side .reviews {
    font-size: 16px;
}

@media (max-width: 767px) {
    .reviews-single {
        flex-direction: column;
    }
    .reviews-single .right-side {
        flex-direction: column;
    }
}
/*----------------------------------------------
Reviews details section end
----------------------------------------------*/
/*----------------------------------------------
Cart section start
----------------------------------------------*/
.cart-section {
    background-color: var(--bg-color1);
}

/*----------------------------------------------
Cart section section end
----------------------------------------------*/
/*----------------------------------------------
Checkout section start
----------------------------------------------*/
.checkout-section {
    background-color: var(--bg-color1);
}

/*----------------------------------------------
Checkout section section end
----------------------------------------------*/
/*----------------------------------------------
Sell post details section start
----------------------------------------------*/
.sell-post-details-section {
    background-color: var(--bg-color1);
}

@media (min-width: 576px) {
    .sell-post-details-section .product-box3 {
        flex-direction: row;
        padding: 20px;
        align-items: center;
    }
    .sell-post-details-section .product-box3 .img-box {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .sell-post-details-section .product-box3 .img-box .owl-item img {
        height: 200px;
    }
    .sell-post-details-section .product-box3 .text-box .title {
        font-size: 20px;
    }
}
/*----------------------------------------------
Sell post details section end
----------------------------------------------*/
/*----------------------------------------------
Offer chat section start
----------------------------------------------*/
.offer-conversion-section {
    background-color: var(--bg-color1);
}

.client-question-box {
    background-color: var(--bg-color2);
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.client-question-box .img-box img {
    width: 40px;
}

@media (min-width: 576px) {
    .offer-conversion-section .product-box3 {
        flex-direction: row;
        padding: 15px;
        align-items: center;
    }
    .offer-conversion-section .product-box3 .img-box {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .offer-conversion-section .product-box3 .img-box .owl-item img {
        height: 200px;
    }
}

.about-section .text-box div pre {
    color: var(--body-color) !important;
    font-family: var(--body-font) !important;
    font-size: 16px !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

/*----------------------------------------------
Offer chat section end
----------------------------------------------*/
/*----------------------------------------------
16. Docs section start
----------------------------------------------*/
.docs-nav {
    background-color: rgb(var(--white));
    border-bottom: 1px solid var(--border-color1);
}

.docs-section-title {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color2);
}

.docs-title {
    padding: 20px 0;
}

.docs-section {
    padding: 20px 0;
}

.docs-link {
    text-decoration: underline;
    color: rgb(var(--primary-color));
}

.language-bash {
    background-color: var(--bg-color4);
    border-radius: 5px;
    position: relative;
}

.language-bash:hover .copy-code {
    opacity: 1;
    visibility: visible;
}

.language-bash .line-numbers-rows {
    position: absolute;
    color: #9e9e9e;
    left: 0;
    top: 15px;
    border-right: 1px solid #9e9e9e;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-color4);
    font-size: 14px;
}

.language-bash .line-numbers-rows span {
    display: block;
}

.language-bash .docs-pre {
    padding: 0 0 0 30px;
    position: relative;
    overflow: hidden;
}

.language-bash .copy-code {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--bg-color5);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--white));
    border: 1px solid transparent;
}

.language-bash .copy-code:hover {
    border: 1px solid var(--border-color2);
}

.language-bash pre code.hljs::-webkit-scrollbar {
    background-color: var(--bg-color4);
}

.language-bash pre code.hljs::-webkit-scrollbar-thumb {
    visibility: hidden;
    opacity: 0;
}

.language-bash pre code.hljs:hover::-webkit-scrollbar-thumb {
    visibility: visible;
    opacity: 1;
}

.navbar-toggler {
    background: var(--primary-color);
    color: var(--white);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: none;
}

.cmn-btn-close {
    font-size: 18px;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--white);
    padding: 0;
    margin: 0;
    opacity: 1;
    box-shadow: none;
}

.sidebar-btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: var(--white);
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-section {
    background-color: var(--bg-color1);
    box-shadow: var(--shadow1);
    width: 300px;
    height: 100%;
    padding: 20px;
    position: absolute;
    left: -300px;
    top: 0;
    transition: var(--transition);
    z-index: 2;
    border-right: 1px solid var(--border-color1);
}

.sidebar-section .nav-area {
    position: relative;
    overflow-y: auto;
    height: 100%;
}

.sidebar-section .nav-area .nav-item .nav-content {
    margin-left: 30px;
}

.sidebar-section .nav-area .nav-item .nav-content li a {
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.sidebar-section .nav-area .nav-item .nav-content li a.active {
    color: var(--primary-color);
}

.sidebar-section .nav-area .nav-item .nav-content li a i {
    font-size: 8px;
    margin-right: 5px;
    border-radius: 50%;
}

.sidebar-section .nav-area .nav-link {
    color: rgb(var(--heading-color));
    display: flex;
    align-items: center;
    padding: 7px 0;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-section .nav-area .nav-link:hover {
    color: rgb(var(--primary-color));
}

.sidebar-section .nav-area .nav-link i {
    transition: transform 0.2s ease-in-out;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
}

.sidebar-section .nav-area .nav-link i.first {
    margin-right: 5px;
}

.sidebar-section .nav-area .nav-link i.last {
    margin-left: auto;
    background-color: var(--bg-color2);
}

.sidebar-section .nav-area .nav-link:not(.collapsed) i.last {
    transform: rotate(180deg);
}

.sidebar-section .toggle-sidebar-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    width: 35px;
    height: 35px;
    background-color: var(--bg-color1);
}

.hljs {
    background-color: transparent;
}

main {
    position: relative;
    width: calc(100% - 300px);
    margin-left: auto;
    background-color: var(--bg-color2);
    color: var(--body-color);
}

main .main-inner {
    max-width: 1000px;
    margin: auto;
    padding: 50px;
}

main .main-wrapper {
    padding: 30px;
}

main .content-side {
    padding: 20px;
    overflow-y: auto;
}

main .editor-side {
    overflow-y: auto;
    background-color: var(--bg-color2);
}

main .editor-side .editor-header {
    background-color: var(--bg-color3);
    position: sticky;
    top: 0;
    z-index: 1;
}

main .editor-side .editor-header .editor-title {
    color: var(--white);
    padding: 20px;
    border-bottom: 1px solid var(--border-color3);
}

main .editor-side .language-bash {
    border-radius: 0;
}

.editor-content-area {
    background-color: var(--bg-color4);
}

.editor-content-area .language-bash-inner {
    position: relative;
    height: 400px;
    overflow-y: auto;
}

.editor-content-area .language-bash-inner::-webkit-scrollbar {
    background-color: var(--bg-color4);
}

.editor-content-area .language-bash-inner::-webkit-scrollbar-thumb {
    visibility: hidden;
    opacity: 0;
}

.editor-content-area .language-bash-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1200px) {
    .main-wrapper {
        display: flex;
    }

    .content-side {
        width: 50%;
        height: calc(100vh - 75px);
    }

    .editor-side {
        width: 50%;
        height: calc(100vh - 75px);
    }
}

@media (max-width: 991px) {
    .sidebar-section {
        left: -300px;
    }

    main {
        width: 100%;
    }

    .toggle-sidebar .sidebar-section {
        left: 0;
    }
}

@media (max-width: 575px) {
    main .main-inner {
        padding: 20px;
    }
}

.rtl .sidebar-section .nav-area .nav-link i.first {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .sidebar-section .nav-area .nav-link i.last {
    margin-left: 0;
    margin-right: auto;
}

.rtl .sidebar-section .nav-item .nav-content {
    margin-left: 0;
    margin-right: 30px;
}

.rtl .sidebar-section .nav-item .nav-content li a i {
    margin-right: 0;
    margin-left: 5px;
}

.rtl main {
    margin-left: 0;
    margin-right: auto;
}

.rtl .language-bash .docs-pre {
    padding: 0 30px 0 0;
}

.rtl .language-bash .line-numbers-rows {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #9e9e9e;
}

.rtl .language-bash .copy-code {
    right: auto;
    left: 15px;
}

/*----------------------------------------------
Docs end
----------------------------------------------*/

.lang-currency-btn {
    cursor: pointer;
}
.error-section .error-content .error-info {
    font-size: 21px;
    line-height: 1.3;
    padding-top: 20px;
}
.error-section .error-content .error-title {
    font-size: 42px;
    font-family: var(--heading-font);
    font-weight: 600;
    line-height: 1;
}

.dark-offer-maker-list .sellpost-offer-box {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background-color: var(--bg-color2);
    border: 1px solid var(--border-color2);
    border-radius: 8px;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease;
}

.dark-offer-maker-list .sellpost-offer-box:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dark-offer-maker-list .flex-shrink-0 img {
    border: 2px solid #ddd;
    padding: 2px;
}

.dark-offer-maker-list .flex-shrink-0 span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 8px;
}

.dark-offer-maker-list .flex-grow-1 {
    flex-grow: 1;
    margin-left: 15px;
}

.dark-offer-maker-list .flex-grow-1 h6 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.dark-offer-maker-list .flex-grow-1 p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 10px 0;
}

.dark-offer-maker-list .btn-group-sm .btn {
    border: none;
    padding: 5px 10px;
    font-size: 0.85rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.dark-offer-maker-list .dropdown-menu {
    min-width: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dark-offer-maker-list .dropdown-item {
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
}

.dark-offer-maker-list .badge {
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 12px;
    text-transform: capitalize;
    margin-left: 0;
}
.dark-offer-maker-list .base-color {
    margin-bottom: 8px;
}

.dark-offer-maker-list .badge.bg-warning {
    background-color: #ffc107;
    color: #856404;
}

.dark-offer-maker-list .badge.bg-success {
    background-color: #28a745;
    color: #fff;
}

.dark-offer-maker-list .badge.bg-danger {
    background-color: #dc3545;
    color: #fff;
}

.dark-offer-maker-list .badge.bg-info {
    background-color: #17a2b8;
    color: #fff;
}

.dark-offer-maker-list .fa-clock {
    margin-right: 5px;
    color: #888;
}

.badge.text-bg-primary {
    color: RGBA(13, 110, 253) !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 0.1)) !important;
}
.badge.text-bg-primary::before {
    background-color: RGBA(13, 110, 253) !important;
}

.badge.text-bg-secondary {
    color: RGBA(108, 117, 125) !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 0.1)) !important;
}
.badge.text-bg-secondary::before {
    background-color: RGBA(108, 117, 125) !important;
}

.badge.text-bg-success {
    color: RGBA(25, 135, 84) !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 0.1)) !important;
}
.badge.text-bg-success::before {
    background-color: RGBA(25, 135, 84) !important;
}

.badge.text-bg-danger {
    color: RGBA(220, 53, 69) !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 0.1)) !important;
}
.badge.text-bg-danger::before {
    background-color: RGBA(220, 53, 69) !important;
}

.badge.text-bg-warning {
    color: RGBA(255, 193, 7) !important;
    opacity: 1;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 0.2)) !important;
}
.badge.text-bg-warning::before {
    background-color: RGBA(255, 193, 7) !important;
}

.badge.text-bg-info {
    color: RGBA(13, 202, 240) !important;
    opacity: 1;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 0.1)) !important;
}
.badge.text-bg-info::before {
    background-color: RGBA(13, 202, 240) !important;
}

.badge.text-bg-dark {
    color: RGBA(33, 37, 41) !important;
    opacity: 1;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 0.1)) !important;
}
.badge.text-bg-dark::before {
    background-color: RGBA(33, 37, 41) !important;
}

@media only screen and (max-width: 767px) {
    .sell-post-details-section .badge {
        margin-left: 0;
    }
    .sell-post-details-section .post_specification_form {
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .sellpost-offer-box:last-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .dark-offer-maker-list .flex-grow-1 {
        margin-left: 0 !important;
    }

    .dark-offer-maker-list .btn-group-sm {
        margin-top: 10px;
    }
    .post-user-info h6 {
        margin-bottom: 0;
    }

    .text-area-inside {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .buyBtn {
        top: 66%;
        right: 10px;
    }
}
.notificationDropIcon {
    position: relative;
}
.notificationDropIcon .notificationDropNum {
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(var(--primary-color));
    min-width: 18px;
    height: 18px;
    width: 18px;
    border-radius: 3px 6px 3px 6px;
    color: rgb(var(--white));
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notificationDropIcon .notifications {
    max-width: 20rem;
}
.cursor-pointer {
    cursor: pointer;
}
.errorImageMain {
    height: 150px;
    margin: 40px;
}

#cookieAlert {
    background: #1e293b;
    position: fixed;
    bottom: 15px;
    left: 0;
    margin: 15px;
    max-width: 450px;
    padding: 20px;
    border-radius: 10px;
    z-index: 1057;
}

#cookieAlert i {
    font-size: 24px;
    margin-right: 5px;
    color: var(--primary-color);
}

#cookieAlert h4,
#cookieAlert p {
    color: var(--white-color);
}
#cookieAlert .cookie-btns {
    margin-top: 10px;
}
#cookieAlert .cookie-btns .cmn-btn {
    height: 40px;
    width: 120px;
    border-radius: 50px;
    padding: 8px;
}

#cookieAlert a {
    color: var(--primary-color);
}

.rtl #cookieAlert .cookie-btns {
    float: left;
}
.cookieSeemoreButton {
    color: #00ffe7 !important;
}

.cookieSeemoreButton:hover {
    color: var(--primary-color);
}

/*----------------------------------------------
GSN Desktop Sidebar — Premium Glass UI
----------------------------------------------*/
.gsn-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.gsn-sidebar-overlay.open {
    opacity: 1;
    visibility: visible;
}

.gsn-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100vh;
    z-index: 1045;
    transform: translateX(-110%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .gsn-sidebar {
        width: 220px;
    }
}

@media (max-width: 480px) {
    .gsn-sidebar {
        width: 65vw;
        max-width: 260px;
        padding: 8px;
    }
}

@media (max-width: 360px) {
    .gsn-sidebar {
        width: 70vw;
        max-width: 240px;
        padding: 6px;
    }
}

.gsn-sidebar.open {
    transform: translateX(0);
}

.gsn-sidebar-inner {
    height: 100%;
    background: linear-gradient(165deg, rgba(20, 20, 20, 0.95) 0%, rgba(25, 25, 25, 0.98) 40%, rgba(20, 20, 20, 0.95) 100%);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border-radius: 18px;
    padding: 6px 6px 2px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

/* Sidebar Profile */
.gsn-sidebar-profile {
    padding: 4px 8px;
    margin-bottom: 4px;
}

.gsn-sidebar-profile-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.gsn-sidebar-profile-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 200, 62, 0.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 14px;
}

.gsn-sidebar-profile-link:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: inherit;
    transform: translateY(-1px);
}

.gsn-sidebar-profile-link:hover::before {
    opacity: 1;
}

.gsn-sidebar-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(255, 200, 62, 0.35);
    box-shadow: 0 0 12px rgba(255, 200, 62, 0.15);
    transition: all 0.25s ease;
}

.gsn-sidebar-profile-link:hover .gsn-sidebar-avatar {
    border-color: rgba(255, 200, 62, 0.55);
    box-shadow: 0 0 18px rgba(255, 200, 62, 0.25);
}

.gsn-sidebar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gsn-sidebar-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffc83e, #ff6b35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gsn-sidebar-user-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.gsn-sidebar-username {
    color: #f1f5f9;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.2px;
}

.gsn-sidebar-balance {
    color: #ffc83e;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.gsn-sidebar-balance i {
    font-size: 10px;
    opacity: 0.8;
}

.gsn-sidebar-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.06) 80%, transparent);
    margin: 5px 10px;
}

/* Sidebar Footer Attribution */
.gsn-sidebar-footer {
    padding: 6px 10px;
    text-align: center;
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gsn-sidebar-dev-credit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 9px;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(247, 159, 47), rgb(240, 99, 131));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.25s ease;
    letter-spacing: 0.2px;
    padding: 3px 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.gsn-sidebar-dev-credit i {
    background: linear-gradient(90deg, rgb(247, 159, 47), rgb(240, 99, 131));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 10px;
}

.gsn-sidebar-dev-credit:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.gsn-sidebar-copyright {
    font-size: 9px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.1px;
}

.gsn-sidebar-inner::-webkit-scrollbar {
    width: 4px;
}

.gsn-sidebar-inner::-webkit-scrollbar-track {
    background: transparent;
}

.gsn-sidebar-inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
}

.gsn-sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Section Labels (admin panel style) */
.gsn-sidebar-section-label {
    font-size: 9px;
    font-weight: 700;
    color: rgba(148, 163, 184, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 5px 12px 3px;
    margin-top: 2px;
}

.gsn-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
    padding: 0 6px;
    margin-bottom: 4px;
}

.gsn-sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    color: rgba(203, 213, 225, 0.85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-left: 3px solid transparent;
    letter-spacing: 0.15px;
}

.gsn-sidebar-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #f1f5f9;
    text-decoration: none;
    border-left-color: rgba(255, 255, 255, 0.15);
}

/* AI badge */
.gsn-sidebar-badge {
    margin-left: auto;
    font-size: 8px;
    font-weight: 700;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    padding: 1px 6px;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

.gsn-sidebar-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.15));
    transition: all 0.25s ease;
    color: #a5b4fc;
}

.gsn-sidebar-link:hover .gsn-sidebar-icon {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(168, 85, 247, 0.25));
    transform: scale(1.08);
}

/*----------------------------------------------
AI Complaint Bot Panel
----------------------------------------------*/
.gsn-bot-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.gsn-bot-overlay.open { opacity: 1; visibility: visible; }

.gsn-bot-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 380px;
    max-width: 80vw;
    max-height: 520px;
    background: linear-gradient(165deg, #1e2139 0%, #252a42 100%);
    border-radius: 20px;
    border: 1px solid rgba(139, 92, 246, 0.2);
    box-shadow: 
        0 25px 70px rgba(0,0,0,0.7),
        0 0 0 1px rgba(139, 92, 246, 0.1),
        inset 0 1px 0 rgba(255,255,255,0.1),
        0 0 40px rgba(139, 92, 246, 0.15);
    z-index: 2001;
    display: flex;
    flex-direction: column;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.gsn-bot-panel.open {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .gsn-bot-panel {
        width: 85vw;
        max-width: 380px;
        bottom: 15px;
        right: 15px;
        left: 15px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .gsn-bot-panel {
        width: 90vw;
        max-width: 100%;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
}

.gsn-bot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
    gap: 12px;
    position: relative;
    overflow: hidden;
}
.gsn-bot-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
    pointer-events: none;
}
.gsn-bot-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: center;
}
.gsn-bot-avatar {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    border: 2px solid rgba(255,255,255,0.3);
}
.gsn-bot-title { color: #fff; font-size: 15px; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.gsn-bot-status { color: rgba(255,255,255,0.9); font-size: 11.5px; display: flex; align-items: center; gap: 5px; }
.gsn-bot-dot { width: 7px; height: 7px; background: #10b981; border-radius: 50%; display: inline-block; box-shadow: 0 0 8px rgba(16, 185, 129, 0.6); animation: pulse 2s infinite; }
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.gsn-bot-close {
    background: rgba(239, 68, 68, 0.25);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.25s ease;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}
.gsn-bot-close:hover {
    background: rgba(239, 68, 68, 0.4);
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}
.gsn-bot-close:active {
    transform: scale(0.95);
}

.gsn-bot-complaint {
    background: rgba(34, 197, 94, 0.25);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.25s ease;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
}
.gsn-bot-complaint:hover {
    background: rgba(34, 197, 94, 0.4);
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}
.gsn-bot-complaint:active {
    transform: scale(0.95);
}

.gsn-bot-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: 360px;
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.03) 0%, rgba(0,0,0,0.15) 100%);
}
.gsn-bot-body::-webkit-scrollbar {
    width: 6px;
}
.gsn-bot-body::-webkit-scrollbar-track {
    background: transparent;
}
.gsn-bot-body::-webkit-scrollbar-thumb {
    background: rgba(139, 92, 246, 0.3);
    border-radius: 10px;
}
.gsn-bot-body::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 92, 246, 0.5);
}
.gsn-bot-msg p {
    margin: 0;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.6;
    max-width: 85%;
    word-wrap: break-word;
}
.gsn-bot-msg-bot p {
    background: linear-gradient(135deg, #2d3349 0%, #272d41 100%);
    color: #e5e7eb;
    border-bottom-left-radius: 4px;
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.gsn-bot-msg-user p {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
    margin-left: auto;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.4);
    border: 1px solid rgba(255,255,255,0.1);
}

.gsn-bot-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.gsn-bot-quick-btn {
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.35);
    color: #c4b5fd;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(4px);
}
.gsn-bot-quick-btn:hover {
    background: rgba(139, 92, 246, 0.3);
    color: #e9d5ff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(139, 92, 246, 0.3);
}

.gsn-bot-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.25) 100%);
}
.gsn-bot-input {
    flex: 1;
    background: #2d3349;
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 24px;
    padding: 11px 18px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}
.gsn-bot-input:focus {
    border-color: rgba(139, 92, 246, 0.6);
    background: #323850;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}
.gsn-bot-input::placeholder { 
    color: #6b7280; 
    font-size: 13.5px;
}
.gsn-bot-send {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.5);
}
.gsn-bot-send:hover { 
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.7);
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}
.gsn-bot-send:active {
    transform: scale(0.95);
}


/* Active states with left accent border + glow */
.gsn-sidebar-link.active {
    font-weight: 600;
}

.gsn-sidebar-link.active.active-orange {
    background: linear-gradient(90deg, rgba(251, 146, 60, 0.15) 0%, rgba(251, 146, 60, 0.05) 100%);
    color: #fb923c;
    border-left-color: #fb923c;
}
.gsn-sidebar-link.active.active-orange .gsn-sidebar-icon {
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #fff;
    box-shadow: 0 0 15px rgba(251, 146, 60, 0.4);
}

.gsn-sidebar-link.active.active-purple {
    background: linear-gradient(90deg, rgba(111, 79, 242, 0.12) 0%, rgba(111, 79, 242, 0.04) 100%);
    color: #8b6ff2;
    border-left-color: #8b6ff2;
}
.gsn-sidebar-link.active.active-purple .gsn-sidebar-icon {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6);
    color: #fff;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.4);
}

.gsn-sidebar-link.active.active-green {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0.04) 100%);
    color: #22c55e;
    border-left-color: #22c55e;
}
.gsn-sidebar-link.active.active-green .gsn-sidebar-icon {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: #fff;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
}

.gsn-sidebar-link.active.active-yellow {
    background: linear-gradient(90deg, rgba(234, 179, 8, 0.12) 0%, rgba(234, 179, 8, 0.04) 100%);
    color: #eab308;
    border-left-color: #eab308;
}
.gsn-sidebar-link.active.active-yellow .gsn-sidebar-icon {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #fff;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.4);
}

.gsn-sidebar-link.active.active-cyan {
    background: linear-gradient(90deg, rgba(6, 182, 212, 0.12) 0%, rgba(6, 182, 212, 0.04) 100%);
    color: #06b6d4;
    border-left-color: #06b6d4;
}
.gsn-sidebar-link.active.active-cyan .gsn-sidebar-icon {
    background: linear-gradient(135deg, #22d3ee, #06b6d4);
    color: #fff;
    box-shadow: 0 0 15px rgba(6, 182, 212, 0.4);
}

.gsn-sidebar-link.active.active-pink {
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.12) 0%, rgba(236, 72, 153, 0.04) 100%);
    color: #ec4899;
    border-left-color: #ec4899;
}
.gsn-sidebar-link.active.active-pink .gsn-sidebar-icon {
    background: linear-gradient(135deg, #f472b6, #ec4899);
    color: #fff;
    box-shadow: 0 0 15px rgba(236, 72, 153, 0.4);
}

.gsn-sidebar-link.active.active-red {
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.12) 0%, rgba(239, 68, 68, 0.04) 100%);
    color: #ef4444;
    border-left-color: #ef4444;
}
.gsn-sidebar-link.active.active-red .gsn-sidebar-icon {
    background: linear-gradient(135deg, #f87171, #ef4444);
    color: #fff;
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
}

/* Desktop Sidebar Toggle Button in Navbar */
.gsn-sidebar-toggle-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
    flex-shrink: 0;
}

.gsn-sidebar-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: scale(1.05);
}

/*----------------------------------------------
Global UI/UX Polish
----------------------------------------------*/

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #111827;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Smooth global transitions */
*, *::before, *::after {
    -webkit-tap-highlight-color: transparent;
}

img {
    transition: opacity 0.3s ease;
}

/* Better button hover states */
.cmn-btn {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.cmn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.cmn-btn:active {
    transform: translateY(0);
}

.cmn-btn2 {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.cmn-btn2:hover {
    transform: translateY(-1px);
}

/* Focus ring for accessibility */
.form-control:focus-visible,
.form-select:focus-visible,
button:focus-visible,
a:focus-visible {
    outline: 2px solid rgba(111, 79, 242, 0.5);
    outline-offset: 2px;
}

/* Better modal backdrop */
.modal-backdrop.show {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal-content {
    background-color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
}

.modal-body {
    padding: 24px;
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px;
}

.modal-title {
    color: #f9fafb;
    font-weight: 700;
}

/* Card hover lift effect */
.category-box {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.category-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

/* Smooth image loading */
.lazy-image {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lazy-image.loaded {
    opacity: 1;
}

/* Toast / Notiflix improvements */
.notiflix-notify {
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
}

/* Badge / Tag pill style */
.badge-pill {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Glassmorphism utility */
.glass-card {
    background: rgba(31, 41, 55, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

/* Gradient text utility */
.gradient-text {
    background: linear-gradient(135deg, #ffc83e 0%, #ff6b35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Section header accent underline */
.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35, #ffc83e);
    border-radius: 3px;
    margin-top: 10px;
}

/* Subtle page entry animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.5s ease forwards;
}

/* Better table styling globally */
.table {
    border-collapse: separate;
    border-spacing: 0;
}

.table > :not(caption) > * > * {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.table > thead > tr > th {
    background-color: rgba(255, 255, 255, 0.03);
    color: #9ca3af;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table > tbody > tr:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

/* Link hover glow */
a.highlight {
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

a.highlight:hover {
    text-shadow: 0 0 12px rgba(111, 79, 242, 0.4);
}

/* ========================================
   GLOBAL MOBILE RESPONSIVE FIXES
   ======================================== */

/* Prevent horizontal overflow on all devices */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Mobile (< 576px) */
@media (max-width: 575px) {
    .container, .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Section spacing */
    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* Hero section */
    .hero-section,
    .banner-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .hero-section h1,
    .banner-section h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .hero-section h2,
    .banner-section h2 {
        font-size: 20px !important;
    }

    .hero-section p,
    .banner-section p {
        font-size: 14px !important;
    }

    /* Cards */
    .card, .cmn-box {
        margin-bottom: 12px !important;
    }

    /* Category boxes */
    .category-box {
        padding: 12px !important;
    }

    .category-box img {
        max-width: 60px !important;
    }

    .category-box h5,
    .category-box h6 {
        font-size: 13px !important;
    }

    /* Buttons */
    .cmn-btn, .cmn-btn2 {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    /* Forms */
    .form-control, .form-select {
        height: 42px !important;
        font-size: 14px !important;
    }

    textarea.form-control {
        height: auto !important;
    }

    /* Tables */
    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .table td, .table th {
        font-size: 12px !important;
        padding: 8px 6px !important;
        white-space: nowrap;
    }

    /* Modal */
    .modal-dialog {
        margin: 8px !important;
        max-width: calc(100% - 16px) !important;
    }

    .modal-body {
        padding: 16px !important;
    }

    /* Row columns auto adjust */
    .row .col-lg-3,
    .row .col-lg-4,
    .row .col-lg-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    /* Footer */
    .footer-section {
        padding: 30px 0 !important;
    }

    .footer-section h5 {
        font-size: 16px !important;
    }

    /* Search box */
    .search-box2 {
        max-width: 100% !important;
    }

    .search-box2 input {
        font-size: 14px !important;
    }

    /* Product/service cards */
    .product-card,
    .service-card,
    .topUp-card,
    .game-card {
        margin-bottom: 12px !important;
    }

    .product-card img,
    .service-card img {
        border-radius: 8px !important;
    }

    /* Blog cards */
    .blog-card {
        margin-bottom: 15px !important;
    }

    /* Swiper/Owl slides */
    .owl-carousel .owl-item img,
    .swiper-slide img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Pagination */
    .pagination {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 4px !important;
    }

    .pagination .page-link {
        padding: 6px 10px !important;
        font-size: 13px !important;
    }

    /* User dropdown */
    .user-dropdown {
        min-width: 200px !important;
    }

    /* Select2 */
    .select2-container {
        width: 100% !important;
    }

    /* Sell post details */
    .sell-post-details-section .badge {
        margin-left: 0 !important;
        margin-bottom: 4px !important;
    }

    /* Cookie alert */
    #cookieAlert {
        max-width: calc(100vw - 30px) !important;
        margin: 10px !important;
        padding: 15px !important;
        font-size: 13px !important;
    }

    /* Word breaking for long text */
    code, pre {
        word-break: break-all !important;
    }

    /* Notification dropdown */
    .notificationDropIcon .notifications {
        max-width: calc(100vw - 40px) !important;
        right: -60px !important;
    }
}

/* Small tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-section h1 {
        font-size: 32px !important;
    }
}

/* Mobile navbar improvements */
@media (max-width: 991px) {
    .desktop-view {
        padding: 0 !important;
    }

    .desktop-view .logo img {
        max-width: 70px !important;
    }

    .custom-nav {
        gap: 8px !important;
    }

    .custom-nav .nav-item {
        margin: 0 !important;
    }

    /* Mobile menu */
    .mean-container .mean-bar {
        z-index: 9999 !important;
    }

    /* Profile dropdown */
    .profile-box .user-dropdown {
        right: 0 !important;
        left: auto !important;
    }

    /* Cart dropdown */
    .cart-dropdown {
        right: 0 !important;
        left: auto !important;
        max-width: calc(100vw - 30px) !important;
    }
}

/* Mobile navbar bar styling */
@media (max-width: 991px) {
    body {
        padding-top: 50px !important;
    }

    .mobile-navbar-bar,
    .mobile-navbar-bar-auth {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobile-navbar-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        width: 100%;
    }

    .mobile-logo img {
        max-width: 86px !important;
        height: auto !important;
    }

    .mobile-nav-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-search-box,
    .mobile-search-box-auth {
        display: none;
        padding: 0 15px 10px;
        width: 100%;
    }

    .mobile-search-box.active,
    .mobile-search-box-auth.active {
        display: block;
    }

    .mobile-search-input-wrapper {
        position: relative;
        width: 100%;
    }

    .mobile-search-input-wrapper .form-control {
        width: 100% !important;
        padding-right: 40px !important;
    }

    .mobile-search-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-search-result {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-color2);
        border-radius: 0 0 12px 12px;
        max-height: 300px;
        overflow-y: auto;
        z-index: 1000;
        display: none;
    }

    .mobile-search-result.active {
        display: block;
    }

    .mobile-profile-icon .profile img {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
    }
}
