/*!
 * Hexella Grid v5.3.3
 */

@font-face {
    font-display: swap;
    font-family: "icons";
    src: url("../fonts/icons.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "iranyekanweb";
    src: url("../fonts/iranyekanweb.woff") format("woff");
}

:root,
[data-bs-theme="light"] {
    --font-sans-serif: "iranyekanweb", "icons", Roboto, Arial, sans-serif;
    --font-monospace: var(--font-sans-serif), monospace;
    --body-font-family: var(--font-sans-serif);
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-line-height: 1.7;
    --body-bg: #fff;
    --body-color: #242424;
    --link-color-rgb: #0000ee;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    --font-sans-serif: "iranyekanweb", "icons", Roboto, Arial, sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    background-color: var(--body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    line-height: 1.7;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-right: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-right: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--link-color-rgb);
    text-decoration: none;
}

a:hover {
    --link-color-rgb: var(--link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: right;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: right;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: ltr;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none;
}

.container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-right: 8.33333333%;
}

.offset-2 {
    margin-right: 16.66666667%;
}

.offset-3 {
    margin-right: 25%;
}

.offset-4 {
    margin-right: 33.33333333%;
}

.offset-5 {
    margin-right: 41.66666667%;
}

.offset-6 {
    margin-right: 50%;
}

.offset-7 {
    margin-right: 58.33333333%;
}

.offset-8 {
    margin-right: 66.66666667%;
}

.offset-9 {
    margin-right: 75%;
}

.offset-10 {
    margin-right: 83.33333333%;
}

.offset-11 {
    margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-right: 0;
    }

    .offset-sm-1 {
        margin-right: 8.33333333%;
    }

    .offset-sm-2 {
        margin-right: 16.66666667%;
    }

    .offset-sm-3 {
        margin-right: 25%;
    }

    .offset-sm-4 {
        margin-right: 33.33333333%;
    }

    .offset-sm-5 {
        margin-right: 41.66666667%;
    }

    .offset-sm-6 {
        margin-right: 50%;
    }

    .offset-sm-7 {
        margin-right: 58.33333333%;
    }

    .offset-sm-8 {
        margin-right: 66.66666667%;
    }

    .offset-sm-9 {
        margin-right: 75%;
    }

    .offset-sm-10 {
        margin-right: 83.33333333%;
    }

    .offset-sm-11 {
        margin-right: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-right: 0;
    }

    .offset-md-1 {
        margin-right: 8.33333333%;
    }

    .offset-md-2 {
        margin-right: 16.66666667%;
    }

    .offset-md-3 {
        margin-right: 25%;
    }

    .offset-md-4 {
        margin-right: 33.33333333%;
    }

    .offset-md-5 {
        margin-right: 41.66666667%;
    }

    .offset-md-6 {
        margin-right: 50%;
    }

    .offset-md-7 {
        margin-right: 58.33333333%;
    }

    .offset-md-8 {
        margin-right: 66.66666667%;
    }

    .offset-md-9 {
        margin-right: 75%;
    }

    .offset-md-10 {
        margin-right: 83.33333333%;
    }

    .offset-md-11 {
        margin-right: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-right: 0;
    }

    .offset-lg-1 {
        margin-right: 8.33333333%;
    }

    .offset-lg-2 {
        margin-right: 16.66666667%;
    }

    .offset-lg-3 {
        margin-right: 25%;
    }

    .offset-lg-4 {
        margin-right: 33.33333333%;
    }

    .offset-lg-5 {
        margin-right: 41.66666667%;
    }

    .offset-lg-6 {
        margin-right: 50%;
    }

    .offset-lg-7 {
        margin-right: 58.33333333%;
    }

    .offset-lg-8 {
        margin-right: 66.66666667%;
    }

    .offset-lg-9 {
        margin-right: 75%;
    }

    .offset-lg-10 {
        margin-right: 83.33333333%;
    }

    .offset-lg-11 {
        margin-right: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-right: 0;
    }

    .offset-xl-1 {
        margin-right: 8.33333333%;
    }

    .offset-xl-2 {
        margin-right: 16.66666667%;
    }

    .offset-xl-3 {
        margin-right: 25%;
    }

    .offset-xl-4 {
        margin-right: 33.33333333%;
    }

    .offset-xl-5 {
        margin-right: 41.66666667%;
    }

    .offset-xl-6 {
        margin-right: 50%;
    }

    .offset-xl-7 {
        margin-right: 58.33333333%;
    }

    .offset-xl-8 {
        margin-right: 66.66666667%;
    }

    .offset-xl-9 {
        margin-right: 75%;
    }

    .offset-xl-10 {
        margin-right: 83.33333333%;
    }

    .offset-xl-11 {
        margin-right: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-right: 0;
    }

    .offset-xxl-1 {
        margin-right: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-right: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-right: 25%;
    }

    .offset-xxl-4 {
        margin-right: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-right: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-right: 50%;
    }

    .offset-xxl-7 {
        margin-right: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-right: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-right: 75%;
    }

    .offset-xxl-10 {
        margin-right: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-right: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

.d-inline-grid {
    display: inline-grid;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-none {
    display: none;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.m-auto {
    margin: auto;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mt-auto {
    margin-top: auto;
}

.me-0 {
    margin-left: 0;
}

.me-1 {
    margin-left: 0.25rem;
}

.me-2 {
    margin-left: 0.5rem;
}

.me-3 {
    margin-left: 1rem;
}

.me-4 {
    margin-left: 1.5rem;
}

.me-5 {
    margin-left: 3rem;
}

.me-auto {
    margin-left: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.my-04 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* Start Style Header ============= */
header a {
    color: #242424;
    font-size: 0.95rem;
}

div.hx-top-header {
    align-items: center;
    justify-content: space-between;
}

.top-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

div.hex-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    /* border: 0.1rem solid #E5E5E5; */
    border: 0.1rem solid #32970a;
    padding: 1.2rem 1.2rem;
    margin: 1rem auto;
    border-radius: 2rem;
    z-index: 999999;
}

ul.hx-ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

ul.hx-ul li {
    position: relative;
    padding: 0.3rem 0;
}

ul.hx-ul li.menu-item-has-children {
    margin-left: 0.8rem;
}

@media (min-width: 992px) {
    ul.hx-ul li.menu-item-has-children::before {
        content: "";
        position: absolute;
        width: 0.4rem;
        height: 0.4rem;
        top: 0.9rem;
        left: -0.65rem;
        border-right: 0.125rem solid #242424;
        border-bottom: 0.125rem solid #242424;
        transform: rotate(45deg);
        transition: all 0.4s ease-in;
    }

    .logo-menu {
        display: none;
    }
}

ul.hx-ul ul.sub-menu {
    display: none;
    box-shadow: 0 0 10px rgb(116 32 241 / 9%), 8px 6px 10px -10px #06c4c93d;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* دسکتاپ - زیرمنوی سطح اول */
@media (min-width: 992px) {
    ul.hx-ul > li {
        position: relative;
    }

    ul.hx-ul li:hover > ul.sub-menu {
        display: flex;
    }

    ul.hx-ul > li:hover > ul.sub-menu {
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #ffffff;
        margin-top: 0;
        padding: 1rem;
        width: 230px;
        max-width: 200px;
        list-style: none;
        border-radius: 0.8rem;
        z-index: 9999;
    }

    /* دسکتاپ - زیرمنوی سطح دوم و بیشتر */
    ul.hx-ul ul.sub-menu li {
        position: relative;
    }

    ul.hx-ul ul.sub-menu li:hover > ul.sub-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 100%;
        margin-top: 0;
        margin-right: 0.5rem;
        background-color: #ffffff;
        padding: 1rem;
        width: 230px;
        max-width: 200px;
        list-style: none;
        border-radius: 0.8rem;
        z-index: 9999;
        box-shadow: 0 0 10px rgb(116 32 241 / 9%), 8px 6px 10px -10px #06c4c93d;
    }

    ul.hx-ul li:hover ul.sub-menu li a {
        margin-right: 0.2rem;
        display: flex;
        width: 100%;
        padding: 0;
        transition: all 0.3s;
    }

    ul.hx-ul li:hover ul.sub-menu li a::before {
        content: "";
        position: absolute;
        width: 0.25rem;
        height: 0.25rem;
        border-radius: 50%;
        background-color: #242424;
        right: -0.4375rem;
        top: calc(50% - 0.125rem);
        transition: all 0.3s;
    }

    ul.hx-ul li:hover ul.sub-menu li a:hover {
        margin-right: 0.3rem;
        color: #dd0426;
    }

    ul.hx-ul li:hover ul.sub-menu li a:hover::before {
        width: 0.5rem;
        background-color: #dd0426;
    }
}

@media (max-width: 991px) {
    .main-menu .burger-menu {
        display: block;
        position: relative;
        z-index: 10;
        width: 2rem;
        /* height: 2rem; */
    }

    .main-menu .burger-menu::before {
        content: "منو";
        position: absolute;
        color: #32970a;
        left: -1.3rem;
        top: -0.7rem;
        transform: rotate(-90deg);
    }

    .main-menu .burger-menu span {
        position: absolute;
        margin-top: -0.1rem;
        margin-bottom: 0.1rem;
        margin-left: -0.1rem;
        top: 30%;
        user-select: none;
    }

    .main-menu .burger-menu span,
    .main-menu .burger-menu span::before,
    .main-menu .burger-menu span::after {
        display: block;
        width: 2rem;
        height: 0.1875rem;
        background-color: #32970a;
        outline: 0.1rem solid transparent;
        transition-property: background-color, transform;
        transition-duration: 0.3s;
        transition-delay: 0.3s;
        transition-timing-function: cubic-bezier(0.85, 0.39, 0.13, 0.56);
        border-radius: 0.125rem;
    }

    .main-menu .burger-menu span::before,
    .main-menu .burger-menu span::after {
        position: absolute;
        content: "";
    }

    .main-menu .burger-menu span::before {
        top: -0.5625rem;
    }

    .main-menu .burger-menu span::after {
        top: 0.5625rem;
    }

    #ghost {
        position: fixed;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

    nav.nav-menu {
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        width: 90%;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -300px;
        transition: all 0.5s;
        overflow-y: auto;
        z-index: 999;
    }

    nav.come-menumobile {
        visibility: visible;
        opacity: 1;
        height: 100%;
        right: 0 !important;
    }

    ul.hx-ul {
        display: flex;
        flex-direction: column;
        padding: 0.6rem 1.2rem;
        align-content: flex-start;
    }

    nav.nav-menu div.logo-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1rem;
    }

    nav.nav-menu span.close-menu-mobile {
        display: inline-flex;
        width: 1.4rem;
        height: 1.4rem;
        position: relative;
        margin-top: -0.1rem;
        margin-bottom: 0.1rem;
        margin-left: -0.1rem;
        top: 5%;
        left: 5%;
        user-select: none;
    }

    nav.nav-menu span.close-menu-mobile::before,
    nav.nav-menu span.close-menu-mobile::after {
        content: "";
        position: absolute;
        background-color: #242424;
        display: block;
        width: 1.4rem;
        height: 0.1875rem;
        outline: 0.1rem solid transparent;
        transition-property: background-color, transform;
        transition-duration: 0.3s;
        transition-delay: 0.3s;
        transition-timing-function: cubic-bezier(0.85, 0.39, 0.13, 0.56);
        border-radius: 0.125rem;
        top: 1rem;
    }

    nav.nav-menu span.close-menu-mobile::before {
        transform: rotate(45deg);
    }

    nav.nav-menu span.close-menu-mobile::after {
        transform: rotate(-45deg);
    }

    nav.nav-menu ul.hx-ul li {
        width: 100%;
    }

    nav.nav-menu ul.hx-ul li.menu-item-has-children ul.sub-menu {
        position: relative;
        display: none;
        width: 100%;
        padding: 0 0.8rem 0 0;
        margin-top: 0;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        list-style: none;
    }

    .nav-menu ul.hx-ul li.menu-item-has-children ul.sub-menu li {
        margin: 0;
    }

    .nav-menu ul.hx-ul li.menu-item-has-children ul.sub-menu li a {
        padding: 0.4rem 0;
    }

    .nav-menu ul.hx-ul li a {
        display: block;
        position: relative;
        width: 80%;
    }

    ul.hx-ul li:hover > ul.sub-menu {
        display: none;
    }

    /*nav.nav-menu ul.hx-ul li.menu-item-has-children.open > ul.sub-menu {*/
    /*    display: block;*/
    /*}*/

    ul.hx-ul li:hover ul.sub-menu li a::before {
        right: -0.8rem;
    }

    .nav-menu ul.hx-ul li a .childer {
        position: absolute;
        left: -25%;
        cursor: pointer;
        top: 0.5rem;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        transition: all 0.2s linear;
    }

    .nav-menu ul.hx-ul li a .childer.expand {
        transform: rotate(45deg);
    }
}

@media (max-width: 991px) {
    .hx-search {
        display: none;
    }

    .hx-mobile-search {
        display: block;
    }

    div.hx-search form.hx-search-form input.hx-input-search {
        height: 2rem !important;
    }
}

@media (min-width: 992px) {
    .hx-mobile-search {
        display: none;
    }
}

div.hx-search form.hx-search-form {
    padding: 0.3rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #32970a5c;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #F0F1F4;
}

div.hx-search form.hx-search-form:focus-within {
    border: 0.1rem solid #32970a;
    box-shadow: 0 0 0 2px rgba(4, 221, 15, 0.1);
}

div.hx-search form.hx-search-form input.hx-input-search {
    border: none;
    width: 100%;
    height: 2.8rem;
    background: none;
    outline: none;
}

@media (max-width: 375px) {
    div.hx-search form.hx-search-form input.hx-input-search {
        max-width: 8rem;
    }
}

div.hx-search form.hx-search-form input::placeholder {
    font-size: 0.8rem;
    color: #32970a;
}

div.hx-search form button.hx-search-button {
    background: none;
    color: #32970a;
    border: none;
    border-right: 0.1rem solid #32970a;
    height: 1.5rem;
    transition: 0.3s;
}

div.hx-search form button.hx-search-button:hover {
    color: #242424;
    border-right: 0.1rem solid #242424;
}

div.hx-search form button.hx-search-button i {
    display: flex;
}

.dk-login {
    padding: 0.3rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #32970a5c;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #F0F1F4;
}

.dk-login i {
    font-size: 1.4rem;
    color: #32970a;
}

.hx-cart {
    padding: 0.3rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #32970a5c;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #F0F1F4;
    position: relative;
}

.hx-cart a {
    display: flex;
    justify-content: center;
}

.hx-cart i {
    font-size: 1.1rem;
    color: #32970a;
}

.hx-cart span.cart-count {
    position: absolute;
    bottom: 0;
    font-size: 0.8rem;
    background-color: #dd0426;
    color: #fff;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

/* END Style Header ============= */


/* END Style Header ============= */

/* Start Style Top Slider ================ */
.hexella-slider {
    border-radius: 0.75rem;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 1.4rem;
    line-height: 1;
    /* height: 1.8rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1rem;
    line-height: 1;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32970a;
    color: #fff;
    border-radius: 50%;
}

.hx-banner-top .banner-item {
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hx-banner-top {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
}

@media (max-width: 425px) {
    .hx-banner-top {
        flex-direction: column;
    }
}

/* END Style Top Slider ================ */

/* Start Style trust intro ========== */
div.ck-etemad {
    display: flex;
    align-items: center;
    margin: var(--hx-05rem) auto;
    width: 100%;
}

div span.matn {
    font-size: small;
    margin-right: 55px;
    display: flex;
    flex-wrap: nowrap;
}

.hx-trust div.ck-etemad {
    border: 0.1rem solid #dfdfdf;
    padding: 2rem 1rem;
    border-radius: 0.75rem;
    background-color: #ffffffc4;
    position: relative;
}

.hx-trust {
    background-color: transparent;
    color: #202020;
    padding: 0;
    margin: 2rem auto;
    width: 100%;
}

.hx-trust div.ck-etemad {
    border: 0.1rem solid #dfdfdf;
    padding: 2rem 1rem;
    border-radius: 0.75rem;
    background-color: #ffffffc4;
    position: relative;
}

.hx-trust div.ck-etemad::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.5rem;
    background-color: #32970a;
    bottom: -0.3rem;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 0.5rem;
    z-index: -1;
}

.imgg {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.imgg1 {
    background-image: url(../img/delivery.svg);
}

.imgg3 {
    background-image: url(../img/waranty.svg);
}

.imgg4 {
    background-image: url(../img/7day.svg);
}

.imgg5 {
    background-image: url(../img/guarantee.svg);
}

/* END Style trust intro ========== */

/* Start Style Product Carousel ========== */
div.product-offer {
    background-color: #32970a;
    border-radius: 0.75rem;
    padding: 2rem;
}

.hx-offer-h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.product-carousel .item {
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    height: auto;
}

.product-carousel .img-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.product-carousel h3.title-item {
    font-size: 1.2rem;
    text-align: center;
}

.product-carousel h3.title-item a {
    color: #242424;
}

.product-carousel .hx-price {
    font-size: 0.9rem;
    text-align: end;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-carousel .hx-price::after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 1.7rem;
    background-color: #32970a;
    top: 0;
    right: -0.8rem;
    border-radius: 0.4rem 0 0 0.4rem;
    transition: all 0.3s;
}

.product-carousel .hx-price del {
    color: #dd0426;
    display: flex;
    justify-content: end;
}

.product-carousel .hx-price del .amount {
    color: #dd0426;
    font-weight: 400;
    font-size: 0.85rem;
}

.product-carousel .hx-price ins {
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    justify-content: end;
}

.product-carousel .hx-price {
    font-size: 0.95rem;
    text-align: end;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-carousel .hx-price::after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 1.7rem;
    background-color: #32970a;
    top: 0;
    right: -0.8rem;
    border-radius: 0.4rem 0 0 0.4rem;
    transition: all 0.3s;
}

span.woocommerce-Price-amount.amount {
    color: #242424;
}

span.woocommerce-Price-currencySymbol {
    font-size: 0.8rem;
}

.dokala-off {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  pointer-events: none;
}

.dokala-off .product-sale span {
  --gallery-green: #32970a;
  --gallery-green-dark: #267707;
  --gallery-dark: #242424;
  --gallery-text: #3f3f3f;
  --gallery-muted: #777;
  --gallery-border: rgba(36, 36, 36, 0.09);
  --gallery-border-strong: rgba(36, 36, 36, 0.14);
  --gallery-soft: #f7f9f6;
  --gallery-green-soft: rgba(50, 151, 10, 0.08);
  --gallery-shadow: rgba(36, 36, 36, 0.07);
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.25rem 0.8rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.01em;
  background:
    linear-gradient(135deg, var(--gallery-green), var(--gallery-green-dark));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow:
    0 10px 22px rgba(50, 151, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dokala-off .product-sale span::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.4rem;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

/* END Style Product Carousel ========== */

/* Start Banner Home ========== */
.banner-home a {
    border: 0.1rem solid #32970a;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    color: #242424;
    font-size: 0.9rem;
    padding: 0.5rem;
}

.banner-home h3 {
    font-size: 0.9rem;
}

.banner-home img {
    margin-bottom: 0.5rem;
}

/* END Banner Home ========== */
/* Start Home product new ============== */
.home-product-new {
    display: flex;
}

.home-product-new .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 0.1rem solid #32970a;
    border-radius: 1rem;
    background-color: #fff;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.home-product-new .item:hover {
    border-color: #287d08;
    box-shadow: 0 0.75rem 1.8rem rgba(36, 36, 36, 0.1);
    transform: translateY(-0.2rem);
}

.home-product-new .img-item-link {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0.75rem;
    border-radius: 0.75rem;
    background-color: #fff;
}

.home-product-new .img-item-link img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.home-product-new .item:hover .img-item-link img {
    transform: scale(1.035);
}

.home-product-new h4.title-item {
    min-height: 3.4rem;
    margin: 0 0 0.8rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

.home-product-new h4.title-item a {
    color: #242424;
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: color 0.25s ease;
}

.home-product-new h4.title-item a:hover {
    color: #32970a;
}

.home-product-new .hx-price {
    width: 100%;
    min-height: 4.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: auto;
    padding: 0.6rem 0.8rem 0.6rem 0;
    border-top: 0.0625rem solid rgba(50, 151, 10, 0.14);
    text-align: end;
    direction: rtl;
}

.home-product-new .hx-price::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.8rem;
    width: 0.7rem;
    height: 1.7rem;
    border-radius: 0.4rem 0 0 0.4rem;
    background-color: #32970a;
    transform: translateY(-50%);
    transition:
        height 0.3s ease,
        background-color 0.3s ease;
}

.home-product-new .item:hover .hx-price::after {
    height: 2.35rem;
    background-color: #287d08;
}

.home-product-new .hx-price .price {
    width: 100%;
    min-height: 3.1rem;
    margin: 0;
    color: #242424;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: end;
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.home-product-new .hx-price .price:empty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-product-new .hx-price .price:empty::before {
    content: "تماس بگیرید";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.25rem 0.8rem;
    border: 0.0625rem solid rgba(50, 151, 10, 0.25);
    border-radius: 2rem;
    color: #287d08;
    background-color: rgba(50, 151, 10, 0.07);
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
}

.home-product-new .hx-price .woocommerce-Price-amount.amount {
    color: #242424;
    font-weight: 800;
    white-space: nowrap;
}

.home-product-new .hx-price .woocommerce-Price-currencySymbol {
    margin-right: 0.15rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.home-product-new .hx-price .price > .woocommerce-Price-amount.amount:only-child {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #242424;
    font-size: 1rem;
    font-weight: 800;
}

.home-product-new .hx-price del {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    color: #dd0426;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: end;
    opacity: 0.85;
}

.home-product-new .hx-price del .woocommerce-Price-amount.amount {
    color: #dd0426;
    font-size: 0.82rem;
    font-weight: 400;
}

.home-product-new .hx-price ins {
    display: block;
    width: 100%;
    color: #242424;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.6;
    text-align: end;
    text-decoration: none;
}

.home-product-new .hx-price ins .woocommerce-Price-amount.amount {
    color: #242424;
    font-size: 1rem;
    font-weight: 800;
}

.home-product-new .hx-price .price > .woocommerce-Price-amount.amount:first-child:nth-last-of-type(2),
.home-product-new .hx-price .price > .woocommerce-Price-amount.amount:first-child:nth-last-of-type(2) ~ .woocommerce-Price-amount.amount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.08rem 0;
    color: #242424;
    font-size: 0.9rem;
    font-weight: 800;
}

.home-product-new .hx-price .price > span[aria-hidden="true"]:not(.woocommerce-Price-amount):not(.amount) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem;
    color: #8a8a8a;
    font-size: 0.85rem;
    font-weight: 500;
}

.home-product-new .hx-price .price > .woocommerce-Price-amount.amount + span[aria-hidden="true"] + .woocommerce-Price-amount.amount {
    font-size: 0.9rem;
}

.home-product-new .hx-price .price {
    overflow: hidden;
}

.home-product-new .hx-price .price > .woocommerce-Price-amount.amount,
.home-product-new .hx-price .price > span[aria-hidden="true"] {
    vertical-align: middle;
}

.home-product-new .hx-price .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-product-new a:focus-visible {
    outline: 0.15rem solid #32970a;
    outline-offset: 0.2rem;
    border-radius: 0.3rem;
}

.home-product-new .hx-price .price
> span[aria-hidden="true"]:not(.woocommerce-Price-amount) {
    display: none !important;
}

.home-product-new .hx-price .price
> .woocommerce-Price-amount {
    display: inline-block;
    color: #242424;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.7;
    white-space: nowrap;
    vertical-align: middle;
}

.home-product-new .hx-price .price
> .woocommerce-Price-amount
+ span[aria-hidden="true"]
+ .woocommerce-Price-amount {
    margin-inline-start: 0.55rem;
}

.home-product-new .hx-price .price
> .woocommerce-Price-amount
.woocommerce-Price-currencySymbol {
    margin-inline-start: 0.15rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.home-product-new .hx-price .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-product-new .hx-price > span[aria-hidden="true"]:not(.woocommerce-Price-amount):not(.amount),

.hx-price > span[aria-hidden="true"]:not([class]) {
    display: none !important;
}

@media (max-width: 575.98px) {
    .home-product-new .hx-price .price
    > .woocommerce-Price-amount {
        font-size: 0.82rem;
    }

    .home-product-new .hx-price .price
    > .woocommerce-Price-amount
    + span[aria-hidden="true"]
    + .woocommerce-Price-amount {
        margin-inline-start: 0.35rem;
    }
}


@media (max-width: 991.98px) {
    .home-product-new h4.title-item {
        font-size: 1rem;
    }

    .home-product-new .hx-price {
        min-height: 4.2rem;
    }

    .home-product-new .hx-price .price {
        font-size: 0.9rem;
    }

    .home-product-new .hx-price .woocommerce-Price-amount.amount {
        font-size: 0.88rem;
    }
}

@media (max-width: 575.98px) {
    .home-product-new .item {
        padding: 0.85rem;
    }

    .home-product-new h4.title-item {
        min-height: auto;
        font-size: 1rem;
    }

    .home-product-new .hx-price {
        min-height: 3.9rem;
    }

    .home-product-new .hx-price .price {
        min-height: 2.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-product-new .item,
    .home-product-new .img-item-link img,
    .home-product-new .hx-price::after {
        transition: none;
    }

    .home-product-new .item:hover {
        transform: none;
    }

    .home-product-new .item:hover .img-item-link img {
        transform: none;
    }
}

/* END Home product new ============== */


















/* Start Support Call All Page popup =============== */
:root {
    --stfcv-color: #e20b44;
    --stfcv-color-light: #ff2962;
    --stfcv-color-dark: #c40026;
    --stfcv-gradient: linear-gradient(135deg, #e20b44, #ff336c);
}

#stfcv-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    z-index: 999999;
}

#stfcv-wrapper.stfcv-small #stfcv-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
}

#stfcv-wrapper.stfcv-medium #stfcv-btn {
    width: 60px;
    height: 60px;
    font-size: 26px;
}

#stfcv-wrapper.stfcv-large #stfcv-btn {
    width: 70px;
    height: 70px;
    font-size: 30px;
}

#stfcv-wrapper.stfcv-xlarge #stfcv-btn {
    width: 80px;
    height: 80px;
    font-size: 34px;
}

#stfcv-wrapper.stfcv-medium #stfcv-btn i {
    line-height: 1;
}

#stfcv-btn {
    position: relative;
    background: var(--stfcv-gradient);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px var(--stfcv-shadow, rgba(123, 44, 255, 0.3));
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0;
    margin: 0;
    outline: none;
}

#stfcv-btn:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 40px var(--stfcv-shadow, rgba(123, 44, 255, 0.4));
}

#stfcv-btn:active {
    transform: scale(0.95);
}

.stfcv-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff4757, #ff3838);
    color: white;
    font-size: 11px;
    font-weight: bold;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    box-shadow: 0 3px 10px rgba(255, 71, 87, 0.3);
    animation: stfcv-badge-pulse 2s infinite;
}

@keyframes stfcv-badge-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.stfcv-animation-pulse #stfcv-btn {
    animation: stfcv-pulse 2s infinite;
}

@keyframes stfcv-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(123, 44, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(123, 44, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(123, 44, 255, 0);
    }
}

.stfcv-animation-bounce #stfcv-btn {
    animation: stfcv-bounce 2s infinite;
}

@keyframes stfcv-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.stfcv-animation-ring #stfcv-btn::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid var(--stfcv-color);
    animation: stfcv-ring 2s infinite;
}

@keyframes stfcv-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.stfcv-animation-glow #stfcv-btn {
    animation: stfcv-glow 2s infinite;
}

@keyframes stfcv-glow {

    0%,
    100% {
        filter: drop-shadow(0 0 5px var(--stfcv-color));
    }

    50% {
        filter: drop-shadow(0 0 20px var(--stfcv-color));
    }
}

.stfcv-animation-shake #stfcv-btn {
    animation: stfcv-shake 2s infinite;
}

@keyframes stfcv-shake {

    0%,
    100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }
}

.stfcv-animation-float #stfcv-btn {
    animation: stfcv-float 3s infinite;
}

@keyframes stfcv-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

#stfcv-popup {
    position: absolute;
    bottom: 90px;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 1000;
}

#stfcv-popup.stfcv-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

#stfcv-wrapper.stfcv-right #stfcv-popup {
    right: 1rem;
}

#stfcv-wrapper.stfcv-left #stfcv-popup {
    left: 1rem;
}

.stfcv-popup-header {
    background: var(--stfcv-gradient);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.stfcv-popup-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
}

.stfcv-popup-title {
    position: relative;
    z-index: 1;
}

.stfcv-popup-title h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
}

.stfcv-popup-subtitle {
    font-size: 12px;
    opacity: 0.9;
}

.stfcv-close {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    padding: 0;
}

.stfcv-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

.stfcv-close svg {
    width: 18px;
    height: 18px;
}

.stfcv-popup-content {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 0;
}

.stfcv-popup-content::-webkit-scrollbar {
    width: 6px;
}

.stfcv-popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.stfcv-popup-content::-webkit-scrollbar-thumb {
    background: var(--stfcv-color);
    border-radius: 3px;
}

.stfcv-expert-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stfcv-expert-item:hover {
    background: linear-gradient(to right, rgba(123, 44, 255, 0.05), transparent);
    transform: translateX(5px);
}

.stfcv-expert-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
}

.stfcv-expert-item:hover::after {
    right: 100%;
}

.stfcv-expert-item:last-child {
    border-bottom: none;
}

.stfcv-expert-avatar {
    margin-left: 15px;
    flex-shrink: 0;
}

.stfcv-avatar-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #4cd964;
    border-radius: 1.3rem;
}

.stfcv-avatar-image i {
    color: #32970a;
}

.stfcv-avatar-wrapper img.stfcv-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stfcv-avatar-fallback {
    width: 100%;
    height: 100%;
    background: var(--stfcv-gradient, linear-gradient(135deg, #7b2cff, #9d4edd));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.stfcv-avatar-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #4cd964;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

#stfcv-wrapper[data-avatar-style="circle"] .stfcv-avatar-wrapper img,
#stfcv-wrapper[data-avatar-style="circle"] .stfcv-avatar-fallback {
    border-radius: 50% !important;
}

#stfcv-wrapper[data-avatar-style="rounded"] .stfcv-avatar-wrapper img,
#stfcv-wrapper[data-avatar-style="rounded"] .stfcv-avatar-fallback {
    border-radius: 12px !important;
}

#stfcv-wrapper[data-avatar-style="square"] .stfcv-avatar-wrapper img,
#stfcv-wrapper[data-avatar-style="square"] .stfcv-avatar-fallback {
    border-radius: 4px !important;
}

#stfcv-wrapper[data-avatar-style="hexagon"] .stfcv-avatar-wrapper img,
#stfcv-wrapper[data-avatar-style="hexagon"] .stfcv-avatar-fallback {
    border-radius: 0 !important;
}

.stfcv-avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.stfcv-avatar-fallback {
    width: 100%;
    height: 100%;
    background: var(--stfcv-gradient);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.stfcv-avatar-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #4cd964;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.stfcv-avatar-status[data-status="busy"] {
    background: #ff9500;
}

.stfcv-avatar-status[data-status="offline"] {
    background: #8e8e93;
}

.stfcv-expert-info {
    flex: 1;
    min-width: 0;
    margin-right: 0.5rem;
}

.stfcv-expert-name {
    font-weight: 600;
    font-size: 15px;
    color: #222;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stfcv-expert-phone {
    font-size: 14px;
    color: #666;
    direction: ltr;
    text-align: right;
    font-family: 'SF Mono', Monaco, 'Courier New', monospace;
    letter-spacing: 0.5px;
}

.stfcv-expert-action {
    margin-right: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.stfcv-expert-item:hover .stfcv-expert-action {
    opacity: 1;
    transform: translateX(0);
}

.stfcv-call-icon {
    width: 36px;
    height: 36px;
    background: var(--stfcv-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.stfcv-call-icon svg {
    width: 18px;
    height: 18px;
}

.stfcv-popup-footer {
    padding: 15px 20px;
    background: linear-gradient(135deg, #fafafa, #f5f5f5);
    text-align: center;
    border-top: 1px solid #eee;
}

.stfcv-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #666;
    font-size: 13px;
}

.stfcv-footer-content svg {
    color: var(--stfcv-color);
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    #stfcv-wrapper {
        bottom: 20px;
    }

    #stfcv-popup {
        width: calc(100vw - 60px);
        max-width: 320px;
        bottom: 80px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .stfcv-expert-item {
        padding: 14px 16px;
    }

    .stfcv-avatar-wrapper {
        width: 44px;
        height: 44px;
    }
}

.rtl .stfcv-expert-avatar {
    margin-left: 0;
    margin-right: 15px;
}

.rtl .stfcv-expert-item:hover {
    transform: translateX(-5px);
}

.rtl .stfcv-expert-action {
    margin-right: 0;
    margin-left: 10px;
    transform: translateX(10px);
}

.rtl .stfcv-expert-item:hover .stfcv-expert-action {
    transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {

    #stfcv-wrapper,
    #stfcv-btn,
    #stfcv-popup,
    .stfcv-expert-item,
    .stfcv-close,
    .stfcv-expert-action,
    .stfcv-badge {
        transition: none !important;
        animation: none !important;
    }

    .stfcv-expert-item::after {
        display: none !important;
    }
}

#stfcv-popup {
    position: absolute;
    bottom: 80px;
    width: 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: none;
    overflow: hidden;
    z-index: 100000;
}

#stfcv-popup.stfcv-show {
    display: block;
}

#stfcv-wrapper.stfcv-right #stfcv-popup {
    right: 0;
}

#stfcv-wrapper.stfcv-left #stfcv-popup {
    left: 0;
}

@media (max-width: 768px) {

    #stfcv-wrapper {
        bottom: 20px;
    }

    #stfcv-wrapper.stfcv-small #stfcv-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    #stfcv-wrapper.stfcv-medium #stfcv-btn {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    #stfcv-wrapper.stfcv-large #stfcv-btn {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    #stfcv-wrapper.stfcv-xlarge #stfcv-btn {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    #stfcv-popup {
        width: calc(100vw - 40px) !important;
        max-width: 320px !important;
        bottom: 70px !important;
    }

    .stfcv-popup-content {
        max-height: 60vh;
        overflow-y: auto;
    }

    .stfcv-popup-header {
        padding: 15px;
    }

    .stfcv-popup-title h4 {
        font-size: 16px;
        margin: 0;
    }

    .stfcv-expert-item {
        padding: 12px 15px;
    }

    .stfcv-expert-avatar {
        margin-left: 12px;
    }

    .stfcv-avatar-wrapper {
        width: 40px;
        height: 40px;
    }

    .stfcv-avatar-fallback {
        font-size: 16px;
    }

    .stfcv-expert-name {
        font-size: 14px;
    }

    .stfcv-expert-phone {
        font-size: 12px;
    }

    .stfcv-call-icon {
        width: 32px;
        height: 32px;
    }

    .stfcv-call-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    #stfcv-popup {
        width: calc(100vw - 30px) !important;
        bottom: 65px !important;
    }

    .stfcv-expert-item {
        padding: 10px 12px;
    }

    .stfcv-avatar-wrapper {
        width: 36px;
        height: 36px;
    }

    .stfcv-expert-name {
        font-size: 13px;
    }

    .stfcv-expert-phone {
        font-size: 11px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    #stfcv-popup {
        max-height: 80vh;
        bottom: 60px !important;
    }

    .stfcv-popup-content {
        max-height: calc(80vh - 120px);
    }
}

/* END Support Call All Page popup =============== */














/* Start Style Footer ================= */
footer#footer {
    margin-top: 5rem;
}

.footer-top {
    position: relative;
    margin-right: auto;
}

.justify-content-footer {
    justify-content: flex-end;
}

.footer-top::before {
    content: "";
    background-color: #050033;
    position: absolute;
    height: 72%;
    border-radius: 0 100px 0px 0;
    width: 59vw;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.footer-top::after {
    content: "";
    background-color: #32970a;
    border-radius: 0 65px 0px 0;
    position: absolute;
    right: auto;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: -1;
    width: 57vw;
}

@media (max-width: 768px) {
    .footer-top::after {
        width: 100%;
        border-radius: 0;
        border-top: 0.3rem solid #050033;
    }

    .justify-content-footer {
        justify-content: center;
    }
}

.ba-footer-top {
    color: #d3d3d3;
    padding-block: 1rem;
}

div.footer-content {
    background-color: #04011C;
    color: #d3d3d3;
    padding: 2rem 0 1rem;
}

.ba-footer-logo {
    margin-top: -6rem;
}

@media (max-width: 768px) {
    .ba-footer-logo {
        margin-top: 0;
    }
}

.ba-footer-about {
    font-size: 0.8rem;
    margin-top: 2rem;
    text-align: center;
}

.ba-footer-cta {
    background-color: #050033;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
    border-radius: 1rem;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .ba-footer-cta {
        justify-content: center;
    }
}

.ba-footer-cta .footer-cta {
    margin-right: 1rem;
    position: relative;
}

.ba-footer-cta .footer-cta::before {
    content: "";
    position: absolute;
    background-color: #32970a;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    right: -1.4rem;
    border-radius: 0.35rem;
}

ul.ba-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 0.8rem;
    margin: 1rem auto;
}

ul.ba-footer-list li::marker {
    color: #32970a;
}

ul.ba-footer-list li a {
    color: #d3d3d3;
}

.ba-footer-copyright {
    border-top: 0.05rem dashed #495057;
    padding-top: 1rem;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .ba-footer-copyright {
        justify-content: center;
    }
}

.ba-footer-social {
    padding: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.ba-footer-social a {
    color: #d3d3d3;
    font-size: 1.4rem;
    background-color: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
    display: flex;
    width: 5rem;
    height: auto;
}

/* END Style Footer ================= */