/*!
 * 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: #f0f1f4;
  -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: 1260px;
  }
}

: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;
}

:root {
  --hx-blue: #1205cf;
  --hx-blue-2: #4361ee;
  --hx-blue-3: #0a84ff;
  --hx-dark: #151515;
  --hx-dark-2: #252525;
  --hx-red: #fd0044;
  --hx-text: #171717;
  --hx-muted: #8b8b8b;
  --hx-border: rgba(18, 5, 207, 0.12);
  --hx-border-soft: rgba(18, 5, 207, 0.08);
  --hx-shadow: rgba(67, 97, 238, 0.14);
}

main.main,
div.main {
  min-height: 20rem;
}

.site-header,
.site-header * {
  box-sizing: border-box;
}

.site-header {
  position: relative;
  background: #ffffff;
  z-index: 50;
}

.site-header a,
.header-actions a {
  text-decoration: none;
}

.site-header .container {
  position: relative;
}

.site-header .row,
.site-header .hex-row {
  margin-left: 0;
  margin-right: 0;
}

.site-header ul,
.site-header li {
  margin-top: 0;
  margin-bottom: 0;
}

.site-header ul {
  padding-right: 0;
}

.hex-row {
  width: 100%;
  padding: 14px 0;
}

.header-layout {
  display: grid;
  grid-template-columns: auto minmax(320px, 680px) auto;
  grid-template-areas:
    "logo search actions"
    "menu menu menu";
  align-items: center;
  gap: 14px 18px;
  width: 100%;
}

.header-layout>* {
  min-width: 0;
}

.header-logo {
  grid-area: logo;
  min-width: 0;
}

.hex-search {
  grid-area: search;
  min-width: 0;
  width: 100%;
}

.header-actions {
  grid-area: actions;
  min-width: 0;
  justify-self: end;
}

.main-menu {
  grid-area: menu;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(18, 5, 207, 0.08);
  border-radius: 1.4rem;
  padding: 0.55rem;
  box-shadow: 0 10px 35px rgba(67, 97, 238, 0.08);
  z-index: 40;
}

.logo {
  display: block;
  width: 151px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.logo:hover {
  transform: scale(1.035);
  filter: brightness(1.04);
}

.search-hexella {
  position: relative;
  width: 100%;
}

.hx-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  background: linear-gradient(135deg, #ffffff, #f9fbff);
  border: 1px solid rgba(18, 5, 207, 0.1);
  border-radius: 16px;
  box-shadow:
    0 10px 30px rgba(67, 97, 238, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.hx-search:focus-within {
  border-color: rgba(18, 5, 207, 0.55);
  box-shadow:
    0 16px 42px rgba(67, 97, 238, 0.16),
    0 0 0 4px rgba(67, 97, 238, 0.13);
}

label.visually-hidden {
  display: none;
}

.hexella {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 22px 0 64px;
  font-size: 15px;
  font-weight: 500;
  color: var(--hx-text);
  text-align: right;
}

.hexella::placeholder {
  color: #9a9a9a;
  font-weight: 400;
  text-align: right;
}

.hx-search-btn {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  outline: none;
  border-radius: 13px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, var(--hx-blue-2), var(--hx-blue));
  box-shadow:
    0 8px 18px rgba(18, 5, 207, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.hx-search-btn:hover {
  background: linear-gradient(135deg, var(--hx-dark), var(--hx-blue));
  transform: translateY(calc(-50% - 1px));
  color: #ffffff;
}

.hx-search-btn:active {
  transform: translateY(-50%);
}

.icon-search {
  font-size: 18px;
  line-height: 1;
}

.search-result {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(18, 5, 207, 0.12);
  box-shadow: 0 18px 45px rgba(67, 97, 238, 0.16);
  overflow: hidden;
  text-align: right;
}

.search-result:empty {
  display: none;
}

.search-result ul,
.search-result li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-result a,
.search-result .item,
.search-result .search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: var(--hx-text);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

.search-result a:hover,
.search-result .item:hover,
.search-result .search-item:hover {
  background: rgba(67, 97, 238, 0.07);
  color: var(--hx-blue);
}

.search-result img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 auto;
}

.account-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-actions .account-cart {
  margin: 0;
}

.hx-login,
.hx-cart {
  display: flex;
  align-items: center;
}

.hx-cart {
  position: relative;
}

.hx-login a {
  height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0.9rem;
  color: var(--hx-text);
  background: #ffffff;
  border: 1px solid rgba(18, 5, 207, 0.1);
  box-shadow: 0 8px 24px rgba(67, 97, 238, 0.08);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hx-login a i {
  font-size: 20px;
  color: var(--hx-blue);
  transition: color 0.25s ease;
}

.hx-login a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--hx-blue-2), var(--hx-blue));
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(18, 5, 207, 0.22);
}

.hx-login a:hover i {
  color: #ffffff;
}

.hx-cart a {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--hx-dark), var(--hx-dark-2));
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hx-cart a:hover {
  background: linear-gradient(135deg, var(--hx-blue), var(--hx-dark));
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(18, 5, 207, 0.22);
}

.icon-cart {
  font-size: 20px;
}

.cart-count,
.hx-cart .cart-count,
.hx-cart .count,
.hx-cart .cart-contents-count,
.hx-cart .woocommerce-Price-amount+.count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--hx-red);
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(253, 0, 68, 0.35);
  z-index: 4;
}

.nav-menu {
  width: 100%;
  position: relative;
  text-align: right;
}

.menu-hx,
.menu-hx ul {
  list-style: none;
}

.menu-hx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}

.menu-hx .menu-item {
  position: relative;
  list-style: none;
  text-align: right;
}

.menu-hx>.menu-item>a {
  position: relative;
  height: 50px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 14px;
  text-align: right;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.menu-hx>.menu-item>a:hover,
.menu-hx>.menu-item:hover>a {
  color: #ffffff;
  background: linear-gradient(135deg, var(--hx-blue-2), var(--hx-blue));
  box-shadow:
    0 10px 26px rgba(18, 5, 207, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.menu-hx>.menu-item>a::after {
  content: "";
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 8px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.menu-hx>.menu-item>a:hover::after,
.menu-hx>.menu-item:hover>a::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.menu-item-has-children>a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 11px;
  font-weight: normal;
  color: var(--hx-blue);
  margin-left: 2px;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

.menu-item-has-children:hover>a::before {
  transform: rotate(180deg);
  color: #ffffff;
}

.menu-hx .sub-menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  min-width: 245px;
  margin: 0;
  padding: 10px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.99),
      rgba(247, 250, 255, 0.99));
  border: 1px solid rgba(18, 5, 207, 0.1);
  border-radius: 18px;
  box-shadow:
    0 22px 55px rgba(67, 97, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
  z-index: 100;
  text-align: right;
}

.menu-hx>.menu-item>.sub-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 28px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-top: 1px solid rgba(18, 5, 207, 0.1);
  border-right: 1px solid rgba(18, 5, 207, 0.1);
  transform: rotate(-45deg);
  border-radius: 3px;
}

.menu-hx .menu-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.sub-menu .menu-item>a {
  position: relative;
  min-height: 42px;
  padding: 10px 14px 10px 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #2b2b2b;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 12px;
  text-align: right;
  white-space: normal;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    padding 0.22s ease;
}

.sub-menu .menu-item>a:hover,
.sub-menu .menu-item:hover>a {
  color: #ffffff;
  background: linear-gradient(135deg, var(--hx-blue-2), var(--hx-blue));
  box-shadow: 0 8px 18px rgba(18, 5, 207, 0.16);
  padding-right: 18px;
}

.sub-menu .menu-item>a::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hx-red);
  opacity: 0;
  transform: scale(0.4);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.sub-menu .menu-item>a:hover::after,
.sub-menu .menu-item:hover>a::after {
  opacity: 1;
  transform: scale(1);
}

.sub-menu .sub-menu {
  top: 0;
  right: calc(100% + 12px);
  transform-origin: top right;
}

.sub-menu .sub-menu::before {
  display: none;
}

.sub-menu .menu-item-has-children>a::before {
  content: "\f284";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 12px;
  right: auto;
  margin: 0;
  font-size: 11px;
  color: var(--hx-blue);
  transition:
    transform 0.22s ease,
    color 0.22s ease;
}

.sub-menu .menu-item-has-children:hover>a::before {
  transform: translateX(-3px);
}

.burger-menu {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--hx-blue-2), var(--hx-blue));
  box-shadow:
    0 10px 26px rgba(18, 5, 207, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
  flex: 0 0 auto;
  border: none;
}

.burger-menu:hover {
  background: linear-gradient(135deg, var(--hx-dark), var(--hx-blue));
  transform: translateY(-1px);
}

.burger-menu span,
.burger-menu span::before,
.burger-menu span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.burger-menu span::before {
  transform: translateY(-7px);
  right: 0;
}

.burger-menu span::after {
  transform: translateY(7px);
  right: 0;
}

.burger-menu.active span {
  background: transparent;
}

.burger-menu.active span::before {
  transform: rotate(45deg);
}

.burger-menu.active span::after {
  transform: rotate(-45deg);
}

#ghost {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 35, 0.46);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
}

body.menu-open #ghost,
#ghost.active,
#ghost.open {
  display: block !important;
}

body.menu-open {
  overflow: hidden;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.site-header input:focus-visible,
.burger-menu:focus-visible {
  outline: 3px solid rgba(67, 97, 238, 0.22);
  outline-offset: 3px;
}

@media (min-width: 993px) {

  .main-menu,
  .nav-menu,
  .menu-hx,
  .menu-hx .menu-item {
    overflow: visible;
  }

  .menu-hx .sub-menu {
    display: block;
    pointer-events: none;
  }

  .menu-hx .menu-item:hover>.sub-menu {
    pointer-events: auto;
  }

  .menu-hx .sub-menu .menu-item {
    position: relative;
  }

  .menu-hx .sub-menu .sub-menu {
    top: 0;
    right: calc(100% + 1px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px) scale(0.98);
  }

  .menu-hx .sub-menu .menu-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
  }

  .burger-menu {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .site-header {
    z-index: 999999;
  }

  .hx-login a span {
    display: none;
  }

  .hx-login a {
    width: 46px;
    padding: 0;
  }

  .burger-menu {
    display: inline-flex;
    position: relative;
    z-index: 1001;
  }

  body.menu-open .burger-menu {
    z-index: 1001;
  }

  .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -330px;
    width: 310px;
    max-width: 86%;
    height: 100vh;
    padding: 78px 14px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border-left: 1px solid rgba(18, 5, 207, 0.1);
    box-shadow: -22px 0 55px rgba(0, 0, 0, 0.18);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    transition: right 0.32s ease;
    text-align: right;
    will-change: right;
    scrollbar-width: thin;
    scrollbar-color: rgba(18, 5, 207, 0.28) transparent;
  }

  .nav-menu.active,
  .nav-menu.open,
  body.menu-open .nav-menu {
    right: 0;
    z-index: 9999;
  }

  .nav-menu::before {
    content: "منوی سایت";
    position: absolute;
    top: 24px;
    right: 18px;
    color: var(--hx-text);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-align: right;
  }

  .nav-menu::after {
    content: "";
    position: absolute;
    top: 55px;
    right: 14px;
    left: 14px;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(18, 5, 207, 0.18),
        rgba(253, 0, 68, 0.13),
        transparent);
  }

  .nav-menu::-webkit-scrollbar {
    width: 5px;
  }

  .nav-menu::-webkit-scrollbar-track {
    background: transparent;
  }

  .nav-menu::-webkit-scrollbar-thumb {
    background: rgba(18, 5, 207, 0.26);
    border-radius: 999px;
  }

  .nav-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 5, 207, 0.4);
  }

  .menu-hx,
  .menu-hx ul,
  .menu-hx li,
  .menu-hx a {
    direction: rtl !important;
    text-align: right !important;
  }

  .menu-hx {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
  }

  .menu-hx .menu-item,
  .menu-hx>.menu-item,
  .sub-menu .menu-item {
    width: 100%;
    text-align: right;
  }

  .menu-hx .menu-item>a,
  .menu-hx>.menu-item>a {
    width: 100%;
  }

  .menu-hx>.menu-item>a {
    height: auto;
    min-height: 48px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    color: #1e1e1e;
    border: 1px solid rgba(18, 5, 207, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(67, 97, 238, 0.07);
    text-align: right;
  }

  .menu-hx>.menu-item>a::after,
  .menu-hx>.menu-item>.sub-menu::before {
    display: none;
  }

  .menu-hx>.menu-item>a:hover,
  .menu-hx>.menu-item.active>a,
  .menu-hx>.menu-item.open>a {
    background: linear-gradient(135deg, var(--hx-blue-2), var(--hx-blue));
    color: #ffffff;
  }

  .menu-hx .menu-item-has-children>a {
    padding-left: 42px;
  }

  .menu-item-has-children>a::before,
  .menu-hx .menu-item-has-children>a::before {
    position: static;
    order: 2;
    margin-right: auto;
    margin-left: 0;
    color: var(--hx-blue);
    flex: 0 0 auto;
  }

  .menu-item-has-children.active>a::before,
  .menu-item-has-children.open>a::before,
  .menu-item-has-children:hover>a::before,
  .menu-hx .menu-item-has-children.active>a::before,
  .menu-hx .menu-item-has-children.open>a::before {
    color: #ffffff;
    transform: rotate(180deg);
  }

  .menu-hx .sub-menu {
    position: static;
    min-width: 100%;
    width: 100%;
    margin-top: 7px;
    padding: 7px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
    border: 1px solid rgba(18, 5, 207, 0.1);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    text-align: right;
    max-height: none;
    overflow: visible;
  }

  .menu-hx .menu-item:hover>.sub-menu {
    display: none;
  }

  .menu-hx .menu-item.active>.sub-menu,
  .menu-hx .menu-item.open>.sub-menu {
    display: block !important;
    animation: hxSubMenuMobile 0.24s ease both;
  }

  .sub-menu .menu-item>a {
    width: 100%;
    min-height: 40px;
    padding: 9px 14px 9px 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    background: transparent;
    border-radius: 11px;
    color: #2b2b2b;
    text-align: right;
    white-space: normal;
  }

  .sub-menu .menu-item>a:hover,
  .sub-menu .menu-item.active>a,
  .sub-menu .menu-item.open>a {
    background: #ffffff;
    color: var(--hx-blue);
    box-shadow: inset 0 0 0 1px rgba(18, 5, 207, 0.1);
  }

  .sub-menu .menu-item>a::after {
    right: 8px;
    left: auto;
  }

  .sub-menu .sub-menu,
  .menu-hx .sub-menu .sub-menu {
    top: auto;
    right: auto;
    left: auto;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 0;
    border-right: 2px solid rgba(18, 5, 207, 0.22);
    border-left: none;
  }

  .sub-menu .menu-item-has-children>a::before {
    content: "\f282";
    position: static;
    order: 2;
    margin-right: auto;
    margin-left: 0;
    color: #665de0;
  }

  .sub-menu .menu-item-has-children.active>a::before,
  .sub-menu .menu-item-has-children.open>a::before {
    transform: rotate(180deg);
    color: var(--hx-blue);
  }

  @keyframes hxSubMenuMobile {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 768px) {
  .site-header .container {
    max-width: 100%;
  }

  .hex-row {
    padding: 12px 0;
  }

  .header-layout {
    position: relative;
    grid-template-columns: 48px 1fr auto;
    grid-template-areas:
      "logo logo actions"
      "menu search search";
    align-items: center;
    gap: 12px 10px;
    width: 100%;
  }

  .header-logo,
  .header-actions,
  .main-menu,
  .hex-search {
    min-width: 0;
  }

  .header-logo {
    grid-area: logo;
    justify-self: start;
  }

  .header-actions {
    grid-area: actions;
    justify-self: end;
    max-width: 100%;
  }

  .main-menu {
    grid-area: menu;
    width: 48px;
    max-width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 60;
  }

  .hex-search {
    grid-area: search;
    width: 100%;
  }

  .logo {
    width: 118px;
    height: auto;
  }

  .account-cart {
    gap: 8px;
  }

  .hx-login a,
  .hx-cart a {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 14px;
    flex: 0 0 auto;
  }

  .hx-login a span {
    display: none;
  }

  .cart-count {
    top: -6px;
    right: -6px;
  }

  .burger-menu {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .hx-search {
    height: 48px;
    border-radius: 14px;
  }

  .hexella {
    font-size: 14px;
    padding-right: 16px;
    padding-left: 58px;
  }

  .hx-search-btn {
    width: 38px;
    height: 38px;
    left: 6px;
    border-radius: 12px;
  }

  .search-hexella {
    position: relative;
    z-index: 60;
  }

  .search-hexella:focus-within {
    z-index: 1002;
  }

  .search-hexella::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -58px;
    left: -8px;
    height: 0;
    background: #ffffff;
    border-radius: 18px;
    box-shadow:
      0 22px 55px rgba(67, 97, 238, 0.22),
      0 0 0 1px rgba(18, 5, 207, 0.1);
    opacity: 0;
    transform: translateY(-6px);
    transition:
      height 0.28s ease,
      opacity 0.22s ease,
      transform 0.28s ease;
    pointer-events: none;
  }

  .search-hexella::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(10, 15, 35, 0.38);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
    z-index: -1;
    pointer-events: none;
  }

  .search-hexella:focus-within::before {
    height: 285px;
    opacity: 1;
    transform: translateY(0);
  }

  .search-hexella:focus-within::after {
    opacity: 1;
    visibility: visible;
  }

  .search-hexella .hx-search {
    position: relative;
    z-index: 2;
  }

  .search-result {
    top: calc(100% + 8px);
    right: -58px;
    left: -8px;
    max-height: 220px;
    overflow-y: auto;
  }

  body.menu-open .search-hexella::after {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 576px) {
  .hex-row {
    padding: 10px 0;
  }

  .header-layout {
    grid-template-columns: 46px 1fr auto;
    gap: 10px 8px;
  }

  .logo {
    width: 112px;
  }

  .account-cart {
    gap: 7px;
  }

  .hx-login a,
  .hx-cart a {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .hx-login a i,
  .icon-cart {
    font-size: 19px;
  }

  .main-menu {
    width: 46px;
    max-width: 46px;
    height: 46px;
  }

  .burger-menu {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .hx-search {
    height: 46px;
    border-radius: 13px;
  }

  .hexella {
    font-size: 13px;
    padding-right: 14px;
    padding-left: 54px;
  }

  .hx-search-btn {
    width: 36px;
    height: 36px;
    left: 5px;
    border-radius: 11px;
  }

  .search-hexella::before {
    right: -54px;
    left: -6px;
  }

  .search-hexella:focus-within::before {
    height: 260px;
  }

  .search-result {
    right: -54px;
    left: -6px;
  }

  .nav-menu {
    width: 300px;
    max-width: 88%;
    right: -320px;
  }
}

@media (max-width: 430px) {
  .header-layout {
    grid-template-columns: 44px 1fr auto;
    gap: 9px 7px;
  }

  .logo {
    width: 104px;
  }

  .hx-login a,
  .hx-cart a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .hx-login a i,
  .icon-cart {
    font-size: 18px;
  }

  .cart-count {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 15px;
    top: -6px;
    right: -6px;
  }

  .main-menu {
    width: 44px;
    max-width: 44px;
    height: 44px;
  }

  .burger-menu {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .burger-menu span,
  .burger-menu span::before,
  .burger-menu span::after {
    width: 20px;
  }

  .hx-search {
    height: 44px;
    border-radius: 12px;
  }

  .hexella {
    font-size: 12.5px;
    padding-right: 13px;
    padding-left: 50px;
  }

  .hx-search-btn {
    width: 34px;
    height: 34px;
    left: 5px;
    border-radius: 10px;
  }

  .icon-search {
    font-size: 16px;
  }

  .search-hexella::before {
    right: -52px;
  }

  .search-result {
    right: -52px;
  }

  .nav-menu {
    width: 292px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .menu-hx>.menu-item>a {
    min-height: 46px;
    font-size: 13.5px;
    border-radius: 13px;
  }
}

@media (max-width: 360px) {
  .header-layout {
    grid-template-columns: 42px 1fr auto;
    gap: 8px 6px;
  }

  .logo {
    width: 96px;
  }

  .hx-login a,
  .hx-cart a {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .main-menu {
    width: 42px;
    max-width: 42px;
    height: 42px;
  }

  .burger-menu {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .hx-search {
    height: 42px;
  }

  .hexella {
    font-size: 12px;
    padding-right: 12px;
    padding-left: 48px;
  }

  .hx-search-btn {
    width: 32px;
    height: 32px;
  }

  .nav-menu {
    width: 286px;
    max-width: 90%;
  }
}

/* END Header Style =============== */

/* Start Style Front Page ============== */

/* =========================
   TOP SLIDER LUXURY STYLE
========================= */
.top-slider {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.12);
  position: relative;
}

.top-slider-item {
  position: relative;
  overflow: hidden;
}

.top-slider-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.top-slider-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.1),
      transparent);
  opacity: 0;
  transition: 0.4s;
}

.top-slider-item:hover::after {
  opacity: 1;
}

/* =========================
   SWIPER BUTTONS
========================= */
.swiper-button-next,
.swiper-button-prev {
  transition: all 0.35s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.8rem;
  font-weight: bold;
  color: #222;
  transition: all 0.3s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  background-color: #151515a8;
  font-size: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: translateY(-0.1875rem) scale(1.05);
}

.swiper-button-next:active,
.swiper-button-prev:active {
  transform: scale(0.96);
}

.swiper-button-next {
  right: 1.25rem;
}

.swiper-button-prev {
  left: 1.25rem;
}

/* =========================
   SWIPER PAGINATION
========================= */

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: #ccc;
  opacity: 1;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 0.6rem;
  background: linear-gradient(90deg, #000, #444);
}

/* =========================
   SIDE BANNER
========================= */

.top-banner {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.1);
}

.top-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition:
    transform 0.7s ease,
    filter 0.7s ease;
}

.top-banner:hover img {
  transform: scale(1.07);
  filter: brightness(1.05);
}

@media (max-width: 767px) {
  .top-banner {
    margin-top: 1rem;
  }
}

/* =========================
   CATEGORY SECTION
========================= */

section.category-section h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #111;
}

section.category-section .main-product-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

section.category-section .category-item {
  width: 8rem;
  text-align: center;
  transition: all .35s ease;
}

section.category-section .category-item a {
  display: block;
  text-decoration: none;
}

section.category-section .category-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  padding: 0.6rem;
  background: #fff;
  box-shadow:
    0 0.6rem 1.6rem rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all .4s ease;
}

section.category-section .category-item:hover img {
  transform: translateY(-0.4rem) scale(1.05);
  box-shadow:
    0 1rem 2.2rem rgba(0, 0, 0, 0.14),
    inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

section.category-section .category-item h3 {
  font-size: 0.95rem;
  margin-top: 0.9rem;
  font-weight: 600;
}

section.category-section .category-item h3 a {
  color: #222;
  text-decoration: none;
  transition: color .25s ease;
}

section.category-section .category-item:hover h3 a {
  color: #000;
}

/* ================================
   Discount Products Section
================================ */
.ph-discount-section {
  position: relative;
  margin: 2rem 0;
  padding: 3rem 0;
  overflow: hidden;
  direction: rtl;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .20), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, .16), transparent 30%),
    linear-gradient(135deg, #e63f66 0%, #be123c 52%, #881337 100%);
}

.ph-discount-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 68%);
  pointer-events: none;
}

.ph-discount-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -170px;
  bottom: -190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 220, 230, .20), transparent 68%);
  pointer-events: none;
}

.ph-discount-box {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  border-radius: 1.7rem;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow:
    0 1.2rem 3rem rgba(80, 0, 24, .22),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.ph-discount-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.1rem;
}

.ph-discount-title {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.ph-discount-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  color: #9f1239;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 .45rem 1.2rem rgba(80, 0, 24, .16);
}

.ph-discount-label i {
  color: #e11d48;
  font-size: .95rem;
}

.ph-discount-title h2 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -.02rem;
}

.ph-discount-title p {
  margin: 0;
  font-size: .9rem;
  color: rgba(255, 255, 255, .82);
  line-height: 1.8;
}

.ph-discount-view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 40px;
  padding: .55rem .95rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 800;
  color: #881337;
  background: #fff;
  box-shadow: 0 .7rem 1.8rem rgba(80, 0, 24, .18);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.ph-discount-view-all:hover {
  transform: translateY(-2px);
  background: #fff5f7;
  box-shadow: 0 1rem 2.3rem rgba(80, 0, 24, .24);
}

.discount-product {
  padding: 1rem 0;
}

.ph-discount-slider {
  position: relative;
  padding: .5rem .25rem 2.2rem;
  overflow: hidden;
}

.ph-discount-slider .swiper-wrapper {
  align-items: stretch;
}

.ph-discount-slider .swiper-slide {
  height: auto;
}

.ph-discount-card {
  position: relative;
  height: 100%;
  padding: .78rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 250, 251, .98));
  border: 1px solid rgba(255, 255, 255, .80);
  box-shadow:
    0 .7rem 1.7rem rgba(80, 0, 24, .13),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.ph-discount-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 63, 94, .28);
  box-shadow:
    0 1rem 2.5rem rgba(80, 0, 24, .22),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

.ph-discount-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 0%, rgba(244, 63, 94, .08), transparent 32%);
  pointer-events: none;
}

.ph-discount-badges {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  min-height: 28px;
  margin-bottom: .45rem;
}

.ph-special-badge,
.ph-percent-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
}

.ph-special-badge {
  padding: .34rem .62rem;
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #fb7185, #e11d48);
  box-shadow: 0 .45rem 1rem rgba(225, 29, 72, .26);
}

.ph-special-badge i {
  font-size: .82rem;
}

.ph-percent-badge {
  padding: .35rem .55rem;
  font-size: .72rem;
  font-weight: 900;
  color: #be123c;
  background: #ffe4e6;
  border: 1px solid rgba(244, 63, 94, .18);
}


.ph-discount-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  max-height: 170px;
  margin-bottom: .55rem;
  padding: .15rem;
  overflow: hidden;
  border-radius: 1rem;
  background: transparent;
  text-decoration: none;
}

.ph-discount-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 165px;
  border-radius: 0.5rem;
  object-fit: contain;
  transition: transform .45s ease;
}

.ph-discount-card:hover .ph-discount-img img {
  transform: scale(1.035);
}

.ph-discount-product-title {
  position: relative;
  z-index: 1;
  margin: 0 0 .45rem;
  min-height: 3rem;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.75;
}

.ph-discount-product-title a {
  color: #111827;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .25s ease;
}

.ph-discount-card:hover .ph-discount-product-title a {
  color: #be123c;
}

.ph-discount-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  flex-wrap: wrap;
  margin-bottom: .55rem;
}

.ph-discount-meta span {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .25rem .48rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .06);
}

.ph-discount-meta i {
  font-size: .8rem;
  color: #e11d48;
}

.ph-discount-price {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: .65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .18rem;
  text-align: center;
  line-height: 1.45;
}

.ph-discount-price>del {
  color: #94a3b8;
  font-size: .78rem;
  font-weight: 600;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1px;
  opacity: 1;
}

.ph-discount-price>del .amount,
.ph-discount-price>del bdi,
.ph-discount-price>del .woocommerce-Price-currencySymbol {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ph-discount-price>ins {
  color: #be123c;
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none !important;
  background: transparent;
}

.ph-discount-price>ins,
.ph-discount-price>ins *,
.ph-discount-price>ins .amount,
.ph-discount-price>ins bdi,
.ph-discount-price>ins .woocommerce-Price-currencySymbol {
  text-decoration: none !important;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 1rem;
}

.discount-product .hexella-price .amount:last-child,
div.ph-discount-price .woocommerce-Price-currencySymbol {
  font-size: 0.8rem;
}

.ph-discount-btn {
  position: relative;
  z-index: 1;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  padding: .5rem .75rem;
  border-radius: .85rem;
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #9f1239);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
  box-shadow: 0 .65rem 1.5rem rgba(225, 29, 72, .28);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}

.ph-discount-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 .9rem 2rem rgba(225, 29, 72, .36);
  background: linear-gradient(135deg, #f43f5e, #be123c);
}

.ph-discount-slider .swiper-button-next,
.ph-discount-slider .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #be123c;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: 0 .6rem 1.5rem rgba(80, 0, 24, .20);
  transition: transform .3s ease, background .3s ease, color .3s ease;
}

.ph-discount-slider .swiper-button-next::after,
.ph-discount-slider .swiper-button-prev::after {
  font-size: .9rem;
  font-weight: 900;
}

.ph-discount-slider .swiper-button-next:hover,
.ph-discount-slider .swiper-button-prev:hover {
  transform: scale(1.06);
  color: #fff;
  background: #be123c;
}

.ph-discount-slider .swiper-button-next {
  left: 4px;
  right: auto;
}

.ph-discount-slider .swiper-button-prev {
  right: 4px;
  left: auto;
}

.ph-discount-pagination {
  bottom: 0 !important;
}

.ph-discount-pagination .swiper-pagination-bullet {
  width: .45rem;
  height: .45rem;
  background: rgba(255, 255, 255, .65);
  opacity: 1;
  transition: all .3s ease;
}

.ph-discount-pagination .swiper-pagination-bullet-active {
  width: 1.35rem;
  border-radius: 999px;
  background: #fff;
}

@media (max-width: 992px) {
  .ph-discount-section {
    padding: 2.5rem 0;
  }

  .ph-discount-box {
    padding: 1.25rem;
    border-radius: 1.45rem;
  }

  .ph-discount-title h2 {
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {
  .ph-discount-section {
    padding: 2rem 0;
  }

  .ph-discount-box {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .ph-discount-head {
    flex-direction: column;
    align-items: stretch;
    gap: .85rem;
  }

  .ph-discount-title h2 {
    font-size: 1.15rem;
  }

  .ph-discount-title p {
    font-size: .82rem;
  }

  .ph-discount-view-all {
    width: 100%;
    min-height: 38px;
  }

  .ph-discount-meta {
    display: none;
  }

  .ph-discount-img {
    min-height: 140px;
    max-height: 155px;
  }

  .ph-discount-img img {
    max-height: 150px;
  }

  .ph-discount-slider .swiper-button-next,
  .ph-discount-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 480px) {
  .ph-discount-section {
    margin: 1.5rem 0;
    padding: 1.6rem 0;
  }

  .ph-discount-box {
    padding: .85rem;
    border-radius: 1.1rem;
  }

  .ph-discount-label {
    font-size: .72rem;
  }

  .ph-discount-title h2 {
    font-size: 1.05rem;
  }

  .ph-discount-product-title {
    font-size: .82rem;
    min-height: 2.8rem;
  }

  .ph-special-badge,
  .ph-percent-badge {
    font-size: .66rem;
  }

  .ph-discount-price .new-price {
    font-size: .92rem;
  }

  .ph-discount-btn {
    min-height: 34px;
    font-size: .78rem;
  }
}

/* Start Banners Product Categorys =========== */
.hx-pcategory {
  margin: 1rem 0;
}

.hx-pcategory .col-3 {
  padding: 0.6rem;
}

.hx-pcategory a {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 0.6rem 1.6rem rgba(0, 0, 0, 0.08);
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.hx-pcategory img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s ease;
}

.hx-pcategory a:hover {
  transform: translateY(-0.35rem);
  box-shadow:
    0 1rem 2.2rem rgba(0, 0, 0, 0.12);
}

.hx-pcategory a:hover img {
  transform: scale(1.06);
}

.hx-pcategory a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0) 60%);
  opacity: 0;
  transition: opacity .35s ease;
}

.hx-pcategory a:hover::after {
  opacity: 1;
}



/*  Start Products Main Categorys ================== */
.main-products {
  margin: 2rem 0;
}

.main-products .hx-main-products {
  padding: 1.4rem;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.main-products h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.main-products .main-product {
  padding: 1rem 0;
}

.main-products .item-product {
  border: 1px solid rgba(15, 23, 42, .07);
}

.ph-products-section {
  direction: rtl;
  margin: 2rem 0;
  position: relative;
}

.ph-products-section::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 5, 207, .10), transparent 68%);
  pointer-events: none;
}

.ph-products-box {
  position: relative;
  padding: 1.4rem;
  border-radius: 1.6rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78)),
    radial-gradient(circle at top left, rgba(18, 5, 207, .10), transparent 35%);
  border: 1px solid rgba(18, 5, 207, .08);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ph-products-box::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  left: -90px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 5, 207, .12), transparent 70%);
  pointer-events: none;
}

.ph-products-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 70, 229, .10), transparent 70%);
  pointer-events: none;
}

.ph-products-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: .8rem;
}

.ph-products-title {
  position: relative;
}

.ph-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .9rem;
  margin-bottom: .7rem;
  border-radius: 999px;
  color: #1205cf;
  font-size: .78rem;
  font-weight: 800;
  background: rgba(18, 5, 207, .08);
  border: 1px solid rgba(18, 5, 207, .12);
}

.ph-products-title h2 {
  position: relative;
  margin: 0;
  padding-bottom: .45rem;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.5;
  color: #0f172a;
  letter-spacing: -.3px;
}

.ph-products-title h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f46e5, #1205cf);
}

.ph-products-title p {
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .84rem;
  line-height: 1.7;
}

.ph-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-width: 112px;
  padding: .6rem .9rem;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1205cf, #4f46e5);
  box-shadow: 0 14px 34px rgba(18, 5, 207, .22);
  transition: all .3s ease;
}

.ph-view-all:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(18, 5, 207, .28);
}

.ph-product-slider {
  position: relative;
  z-index: 2;
  padding: .6rem .2rem .8rem;
}

.ph-product-slider .swiper-slide {
  height: auto;
}

.ph-product-card {
  position: relative;
  height: 100%;
  padding: .75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow:
    0 14px 34px rgba(15, 23, 42, .06),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  display: flex;
  flex-direction: column;
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.ph-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(18, 5, 207, .08), transparent 36%),
    linear-gradient(180deg, transparent, rgba(18, 5, 207, .025));
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.ph-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(18, 5, 207, .16);
  box-shadow:
    0 24px 58px rgba(15, 23, 42, .12),
    0 10px 26px rgba(18, 5, 207, .08);
}

.ph-product-card:hover::before {
  opacity: 1;
}

.ph-product-badges {
  position: absolute;
  top: .65rem;
  right: .65rem;
  left: .65rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.main-product .ph-product-badges {
  justify-content: end;
}

.ph-badge-sale,
.ph-badge-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .28rem .5rem;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ph-badge-sale {
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #e11d48);
  box-shadow: 0 10px 22px rgba(225, 29, 72, .25);
}

.ph-badge-discount {
  color: #1205cf;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(18, 5, 207, .12);
}

.ph-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  max-height: 170px;
  padding: .55rem;
  margin-bottom: .55rem;
  border-radius: 1rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ph-product-img::after {
  display: none;
}

.ph-product-img img {
  width: 100%;
  height: auto;
  max-height: 145px;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: normal;
  transition: transform .35s ease;
}

.ph-product-card:hover .ph-product-img img {
  transform: scale(1.04);
  filter: none;
}

.ph-product-title {
  position: relative;
  z-index: 2;
  min-height: 2.75rem;
  margin: 0 0 .5rem;
  color: #0f172a;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.65;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ph-product-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color .25s ease;
}

.ph-product-card:hover .ph-product-title a {
  color: #1205cf;
}

.ph-product-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem;
  margin-bottom: .55rem;
}

.ph-product-meta span {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  padding: .24rem .42rem;
  border-radius: .55rem;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .05);
  font-size: .66rem;
  font-weight: 700;
}

.ph-product-meta i {
  color: #1205cf;
  font-size: .75rem;
}

.ph-product-price {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: .6rem;
  padding-top: .5rem;
  /* border-top: 1px dashed rgba(15, 23, 42, .12); */
  display: flex;
  flex-direction: column;
  gap: .15rem;
  text-align: center;
  direction: rtl;
}

.hexella-price .old-price .amount:first-child {
  color: #94a3b8;
  font-size: .74rem;
  font-weight: 600;
  text-decoration: line-through;
}

.ph-product-price .new-price,
.hexella-price .new-price .amount:last-child {
  color: #111827;
  font-size: .94rem;
  font-weight: 950;
}

.ph-product-price .woocommerce-Price-currencySymbol {
  color: inherit;
  font-size: .7rem;
  font-weight: 800;
}

.ph-product-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  min-height: 36px;
  border-radius: .8rem;
  color: #1205cf;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  background: rgba(18, 5, 207, .07);
  border: 1px solid rgba(18, 5, 207, .10);
  transition: all .3s ease;
}

.ph-product-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #1205cf, #4f46e5);
  box-shadow: 0 15px 34px rgba(18, 5, 207, .22);
}

.ph-product-slider .swiper-button-next,
.ph-product-slider .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #1205cf;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(18, 5, 207, .10);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all .3s ease;
}

.ph-product-slider .swiper-button-next::after,
.ph-product-slider .swiper-button-prev::after {
  font-size: .85rem;
  font-weight: 900;
}

.ph-product-slider .swiper-button-next:hover,
.ph-product-slider .swiper-button-prev:hover {
  color: #fff;
  background: linear-gradient(135deg, #1205cf, #4f46e5);
  box-shadow: 0 16px 38px rgba(18, 5, 207, .25);
}

.ph-product-slider .swiper-button-next {
  left: 0;
}

.ph-product-slider .swiper-button-prev {
  right: 0;
}

@media (max-width: 992px) {
  .ph-products-box {
    padding: 1.5rem;
    border-radius: 1.6rem;
  }

  .ph-products-head {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ph-products-section {
    margin: 2rem 0;
  }

  .ph-products-box {
    padding: 1rem;
  }

  .ph-products-head {
    flex-direction: column;
    gap: .8rem;
    margin-bottom: 1rem;
  }

  .ph-view-all {
    width: 100%;
  }

  .ph-product-img {
    min-height: 145px;
    max-height: 155px;
  }

  .ph-product-img img {
    max-height: 135px;
  }

  .ph-product-meta {
    display: none;
  }

  .ph-product-title {
    min-height: 2.55rem;
    font-size: .8rem;
  }

  .ph-product-btn {
    min-height: 34px;
  }

  .ph-product-slider .swiper-button-next,
  .ph-product-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 480px) {
  .ph-products-box {
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .ph-product-card {
    border-radius: 1.25rem;
  }

  .ph-products-title h2 {
    font-size: 1.25rem;
  }

  .ph-products-title p {
    font-size: .86rem;
  }
}

/* Start Article Mag Philipmarket ============= */
.hx-mag {
  padding: 3rem 0 2rem;
  background: #fafafa;
}

.hx-mag h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.4rem;
}

.hx-mag p {
  font-size: 0.9rem;
  color: #6f6f6f;
  margin-bottom: 0.5rem;
}

.hx-blogs {
  overflow: hidden;
}

.hx-blogs .swiper-wrapper {
  padding: 1rem 0 2rem 0;
}

.hx-article {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 0.6rem 1.6rem rgba(0, 0, 0, 0.06);
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.hx-article img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s ease;
}

.hx-article h3 {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 0.9rem 1rem 1rem;
}

.hx-article h3 a {
  color: #111;
  text-decoration: none;
  transition: color .25s ease;
}

.hx-article:hover {
  transform: translateY(-0.4rem);

  box-shadow:
    0 1rem 2.4rem rgba(0, 0, 0, 0.12);
}

.hx-article:hover img {
  transform: scale(1.05);
}

.hx-article:hover h3 a {
  color: #0a58ca;
}

/* Start Main Content Text Home Page ========= */
section.main-content {
  padding: 2rem 0;
}

section.main-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1.8rem;
}

.call-homepage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #fff;
  padding: 1.2rem 1.6rem;
  border-radius: 1rem;
  box-shadow:
    0 0.8rem 2rem rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}

.call-homepage span {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

.call-homepage a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  padding: 0.45rem 0.9rem;
  border-radius: 0.6rem;
  background: #fafafa;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.call-homepage a i {
  display: flex;
}

.call-homepage a:hover {
  transform: translateY(-0.2rem);
  background: #fff;
  box-shadow:
    0 0.5rem 1.4rem rgba(0, 0, 0, 0.12);
}

section.main-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.8rem;
}

section.main-content p {
  font-size: 0.9rem;
  line-height: 2;
  color: #555;
}

.content-open-close {
  position: relative;
  max-height: 12rem;
  overflow: hidden;
  transition: max-height .45s ease;
}

.content-open-close::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      #fff);
  border-radius: 1rem;
  pointer-events: none;
}

.content-open-close.no-fade::after {
  display: none;
}

.content-open-close.open {
  max-height: 100rem;
}

.content-open-close.open::after {
  display: none;
}

.col-12>span {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: #0a58ca;
  cursor: pointer;
  font-weight: 600;
}

/* END Style Front Page ============== */

/* Start Style Footer =============== */
footer.footer {
  background-color: #221F47;
  padding: 2rem 0;
}

.hx-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  background-color: #1205CF;
  padding: 0.6rem 1rem;
  border-radius: 1.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  opacity: .9;
  transition: .25s ease;
}

.trust-item img {
  width: 2.4rem;
  height: auto;
  filter: brightness(1.1);
  border-radius: 0.5rem;
}

.trust-item:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.foter-call {
  margin-right: auto;
}

.foter-call a {
  display: flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 2rem;
  background: #221F4740;
  transition: .25s;
}

.foter-call a:hover {
  background: rgba(255, 255, 255, .15);
  transform: translateY(-2px);
}

.call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.call-text small {
  font-size: .75rem;
  opacity: .8;
}

.call-text strong {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03rem;
}

.foter-call i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foter-call svg {
  width: 2.4rem;
  height: auto;
  transform-origin: center;
  animation: phone-ring 3.5s infinite;
  z-index: 2;
}

.foter-call i::before,
.foter-call i::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid rgba(230, 63, 102, .35);
  animation: phone-ripple 3.5s infinite;
  z-index: 1;
}

.foter-call i::after {
  animation-delay: 1.2s;
}

.foter-call i span {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: rgba(230, 63, 102, .18);
  animation: phone-pulse 3.5s infinite;
  z-index: 0;
}

.foter-call svg,
.foter-call i::before,
.foter-call i::after,
.foter-call i span {
  will-change: transform, opacity;
}

.foter-call a:hover svg {
  animation-duration: 1.5s;
}

@keyframes phone-ring {
  0% {
    transform: rotate(0)
  }

  3% {
    transform: rotate(14deg)
  }

  6% {
    transform: rotate(-12deg)
  }

  9% {
    transform: rotate(10deg)
  }

  12% {
    transform: rotate(-8deg)
  }

  15% {
    transform: rotate(6deg)
  }

  18% {
    transform: rotate(-4deg)
  }

  21% {
    transform: rotate(2deg)
  }

  24% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(0)
  }
}

@keyframes phone-ripple {
  0% {
    transform: scale(.6);
    opacity: .6;
  }

  70% {
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes phone-pulse {
  0% {
    transform: scale(.9);
    opacity: .6;
  }

  50% {
    transform: scale(1.1);
    opacity: .3;
  }

  100% {
    transform: scale(.9);
    opacity: .6;
  }
}

@media (max-width:768px) {
  .hx-trust {
    justify-content: center;
    text-align: center;
  }

  .trust-item {
    width: 45%;
    justify-content: center;
  }

  .foter-call {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
}

.hx-add-em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: .9rem;
  opacity: .9;
}

.hx-add {
  position: relative;
  padding-right: 1.8rem;
  line-height: 1.8;
}

.hx-em {
  position: relative;
  padding-right: 1.8rem;
  direction: ltr;
  font-weight: 500;
}

.hx-add::before {
  content: "📍";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  opacity: .7;
}

.hx-em::before {
  content: "✉";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  opacity: .7;
}

.hx-em {
  transition: .25s;
  cursor: pointer;
}

.hx-em:hover {
  opacity: 1;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width:768px) {
  .hx-add-em {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    gap: .7rem;
  }

}

.hx-list-title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

.hx-list-title strong {
  font-weight: 700;
}

.hx-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.hx-list li a {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  font-size: .9rem;
  transition: .25s;
  position: relative;
  padding-right: .9rem;
}

.hx-list li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: .55rem;
  width: .35rem;
  height: .35rem;
  background: #fff;
  border-radius: 50%;
  opacity: .35;
  transition: .25s;
}

.hx-list li a:hover {
  color: #fff;
  transform: translateX(-4px);
}

.hx-list li a:hover::before {
  opacity: 1;
}

.hx-about {
  color: rgba(255, 255, 255, .8);
  font-size: .9rem;
  line-height: 2;
  text-align: justify;
  max-width: 60rem;
}

.footer .row+.row {
  margin-top: 2rem;
}

@media (max-width:768px) {
  .hx-about {
    margin-top: 1rem;
    background-color: #ffffff15;
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
  }

}

.hx-etemad {
  background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.4rem;
  padding: 1.6rem 1.8rem;
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  backdrop-filter: blur(6px);
}

.hx-philips {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.hx-links-etemad {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hx-etemad-link span,
.hx-etemad-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 6.2rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: .9rem;
  transition: .3s;
}

.hx-etemad-link img {
  max-width: 70%;
  height: auto;
  filter: brightness(.95);
  transition: .3s;
}

.hx-etemad-link a:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .08);
}

.hx-etemad-link a:hover img {
  transform: scale(1.05);
}

@media (max-width:768px) {
  .hx-etemad {
    flex-direction: column;
    text-align: center;
  }
}

.hx-copyright {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}

.hx-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: .85rem;
  letter-spacing: .02rem;
  transition: .25s;
}

.hx-copyright p:hover {
  color: rgba(255, 255, 255, .85);
}

/* =========== Start Hexella Support ==================== */
.lux-support-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  direction: rtl;
  font-family: iranyekan, sans-serif;

  --lux-primary: #7c3aed;
  --lux-primary-dark: #5b21b6;
  --lux-primary-light: #a78bfa;
  --lux-whatsapp: #25d366;
  --lux-telegram: #229ed9;
  --lux-text: #111827;
  --lux-muted: #6b7280;
  --lux-border: rgba(255, 255, 255, 0.35);
  --lux-glass: rgba(255, 255, 255, 0.72);
  --lux-shadow: 0 20px 60px rgba(17, 24, 39, 0.18);
}

.lux-support-widget *,
.lux-support-widget *::before,
.lux-support-widget *::after {
  box-sizing: border-box;
}

.lux-support-widget.is-open {
  z-index: 999999;
}

.lux-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: currentColor;
}

.lux-svg-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}

@media (min-width: 578px) {

  i.lux-toggle-icon svg,
  .lux-support-avatar svg {
    width: 2rem;
    height: 3rem;
  }
}

/* Overlay */
.lux-support-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.lux-support-widget.is-open .lux-support-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Toggle Wrapper */
.lux-multi-toggle-wrap {
  position: relative;
  z-index: 3;
}

/* Toggle Button */
.lux-support-toggle {
  position: relative;
  z-index: 3;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: visible;
  color: #fff;
  border-radius: 24px 24px 8px 24px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 32%),
    linear-gradient(135deg, #8b5cf6 0%, #6d28d9 45%, #4c1d95 100%);
  box-shadow:
    0 18px 38px rgba(109, 40, 217, 0.35),
    0 8px 18px rgba(76, 29, 149, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-radius 0.35s ease;
}

.lux-support-toggle:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow:
    0 28px 52px rgba(109, 40, 217, 0.42),
    0 12px 24px rgba(76, 29, 149, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.lux-support-toggle:active {
  transform: scale(0.94);
}

.lux-support-toggle::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 30px 30px 12px 30px;
  border: 1px solid rgba(109, 40, 217, 0.32);
  pointer-events: none;
  animation: luxRipple 2.3s infinite;
}

/* Toggle Icons */
.lux-toggle-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  line-height: 1;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-icon-open {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}

.lux-icon-close {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(0.4);
}

.lux-support-widget.is-open .lux-icon-open {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.lux-support-widget.is-open .lux-icon-close {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}

.lux-support-mini-label {
  position: absolute;
  right: 82px;
  bottom: 14px;
  z-index: 2;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #2d1b4e;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.lux-support-widget.is-open .lux-support-mini-label {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}

.lux-support-panel {
  position: absolute;
  right: 0;
  bottom: 88px;
  z-index: 4;
  width: 365px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--lux-border);
  background: var(--lux-glass);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: var(--lux-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.92);
  transform-origin: bottom right;
  will-change: transform, opacity;
  transition:
    opacity 0.38s ease,
    visibility 0.38s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

.lux-support-widget.is-open .lux-support-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.lux-support-widget.is-dragging .lux-support-panel {
  transition: none !important;
}

.lux-support-drag-indicator {
  display: none;
}

.lux-support-header {
  position: relative;
  flex-shrink: 0;
  padding: 24px 20px 22px;
  color: #fff;
  overflow: hidden;
}

.lux-support-header-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.3), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #8b5cf6 0%, #6d28d9 48%, #3b0764 100%);
}

.lux-support-header::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.lux-support-close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transition: all 0.25s ease;
}

.lux-support-close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: rotate(90deg);
}

.lux-support-top {
  position: relative;
  z-index: 1;
}

.lux-support-avatar-wrap {
  display: inline-flex;
}

.lux-support-avatar {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.lux-online-dot {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 17px;
  height: 17px;
  background: #22c55e;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.18);
}

.lux-support-title h4 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.lux-support-title p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.lux-support-body {
  flex: 1 1 auto;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.lux-info-box,
.lux-phone-list {
  margin-bottom: 14px;
  margin-top: 14px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.lux-phone-list {
  margin-bottom: 0;
}

.lux-info-box .lux-box-title {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: right;
  font: inherit;
}

.lux-info-box .lux-box-title>span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lux-info-box .lux-box-title>i:last-child {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 13px;
  color: var(--lux-primary);
  background: rgba(124, 58, 237, 0.08);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.lux-info-box.lux-info-box-open .lux-box-title>i:last-child {
  transform: rotate(180deg);
}

.lux-working-hours-list {
  display: none;
  padding-top: 12px;
}

.lux-box-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--lux-text);
}

.lux-box-title i {
  font-size: 16px;
  color: var(--lux-primary);
}

.lux-working-hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lux-working-hours-list li {
  position: relative;
  margin-bottom: 8px;
  padding-right: 18px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--lux-muted);
}

.lux-working-hours-list li:last-child {
  margin-bottom: 0;
}

.lux-working-hours-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lux-primary), var(--lux-primary-light));
}

.lux-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.lux-action-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  text-decoration: none;
  text-align: right;
  cursor: pointer;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.04);
  transition: all 0.3s ease;
}

.lux-action-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(17, 24, 39, 0.08);
}

.lux-action-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  border-radius: 14px;
}

.lux-whatsapp-card .lux-action-icon {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.lux-telegram-card .lux-action-icon {
  background: linear-gradient(135deg, #229ed9, #0f6ea8);
}

.lux-action-text {
  display: flex;
  flex-direction: column;
}

.lux-action-text strong {
  font-size: 13px;
  color: var(--lux-text);
}

.lux-action-text span {
  margin-top: 2px;
  font-size: 11px;
  color: var(--lux-muted);
}

.lux-phone-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 14px;
  text-decoration: none;
  border-radius: 16px;
  color: var(--lux-text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 24, 39, 0.05);
  transition: all 0.3s ease;
}

.lux-phone-item:last-child {
  margin-bottom: 0;
}

.lux-phone-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

.lux-phone-text {
  display: flex;
  flex-direction: column;
}

.lux-phone-text strong {
  font-size: 14px;
  color: var(--lux-text);
  direction: ltr;
  text-align: left;
}

.lux-phone-text span {
  margin-top: 3px;
  font-size: 12px;
  color: var(--lux-muted);
}

.lux-phone-item>i {
  font-size: 14px;
  color: var(--lux-primary);
}

@keyframes luxRipple {
  0% {
    transform: scale(0.88);
    opacity: 0.75;
  }

  70%,
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .lux-support-widget {
    right: 14px;
    /*left: 14px;*/
    bottom: 14px;
  }

  .lux-support-panel {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: min(82vh, 720px);
    border-radius: 24px 24px 0 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(calc(100% + 32px));
    transform-origin: center bottom;
    transition:
      transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.4s ease;
  }

  .lux-support-widget.is-open .lux-support-panel {
    transform: translateY(0);
  }

  .lux-support-drag-indicator {
    display: block;
    width: 48px;
    flex-shrink: 0;
    border-radius: 999px;
    background: rgba(107, 114, 128, 0.35);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .lux-support-widget.is-dragging .lux-support-drag-indicator {
    transform: scaleX(1.15);
    opacity: 0.7;
  }

  .lux-support-toggle {
    width: 55px;
    height: 55px;
    border-radius: 22px 22px 8px 22px;
  }

  .lux-toggle-icon {
    font-size: 26px;
  }

  .lux-support-mini-label {
    display: none;
  }

  .lux-support-header {
    padding: 20px 16px 18px;
  }

  .lux-support-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .lux-support-body {
    padding: 12px;
  }

  .lux-action-grid {
    grid-template-columns: 1fr;
  }

  .lux-phone-item {
    flex-direction: row;
    align-items: center;
  }

  .lux-phone-item strong {
    font-size: 14px;
  }

  .lux-support-drag-indicator,
  .lux-support-header {
    touch-action: none;
    cursor: grab;
  }

  .lux-support-widget.is-dragging .lux-support-drag-indicator,
  .lux-support-widget.is-dragging .lux-support-header {
    cursor: grabbing;
  }

  .lux-phone-content {
    gap: 10px;
  }

  .lux-phone-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 13px;
    font-size: 16px;
  }

  .lux-phone-arrow {
    font-size: 13px;
  }
}

@media (min-width: 577px) {
  .lux-support-overlay {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .lux-support-toggle,
  .lux-support-toggle::after,
  .lux-support-panel,
  .lux-support-close,
  .lux-toggle-icon,
  .lux-support-overlay,
  .lux-support-mini-label,
  .lux-action-card,
  .lux-phone-item,
  .lux-support-drag-indicator {
    animation: none !important;
    transition: none !important;
  }
}

.lux-phone-content {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.lux-phone-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, var(--lux-primary), var(--lux-primary-dark));
  box-shadow:
    0 10px 22px rgba(124, 58, 237, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lux-phone-icon-store {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #8b5cf6, #4c1d95);
}

.lux-phone-icon-sales {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #7c3aed, #2563eb);
}

.lux-phone-icon-sales-1 {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #c93aed, #eb7e25);
}

.lux-phone-icon-mobile {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #06b6d4, #2563eb);
}

.lux-phone-icon-tracking {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #d4067e, #2563eb);
}

.lux-phone-icon-support {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #ec4899, #ed3acf);
}

.lux-phone-icon-phone {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #10b981, #059669);
}

.lux-phone-arrow {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--lux-primary);
  opacity: 0.65;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lux-phone-item:hover .lux-phone-icon {
  transform: scale(1.06);
  box-shadow:
    0 14px 28px rgba(124, 58, 237, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.lux-phone-item:hover .lux-phone-arrow {
  opacity: 1;
  transform: translateX(-3px);
}

/* =========== End Hexella Support ==================== */
/* Start Scroll Top =========================== */
.scroltop {
  position: fixed;
  right: 2.4rem;
  bottom: 6.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  opacity: 0;
  background-color: #222;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.scroltop .hx-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.scroltop i {
  font-size: 1.375rem;
  line-height: 1;
}

.scroltop:hover {
  background-color: #000;
  transform: translateY(-0.25rem);
}

.scroltop:active {
  transform: translateY(-0.0625rem);
}

.scroltop:focus {
  outline: none;
}

.scroltop:focus-visible {
  outline: 0.1875rem solid rgba(0, 0, 0, 0.25);
  outline-offset: 0.1875rem;
}

@media (max-width: 35.9375rem) {
  .scroltop {
    right: 1rem;
    bottom: 1rem;
    width: 2.625rem;
    height: 2.625rem;
  }

  .scroltop i {
    font-size: 1.25rem;
  }
}

/* END Scroll Top ============== */
/* END Style Footer ================== */

/* Start Style Page Philips Kitchen Appliance =========== */
.hx-page-pka {
  padding: 3rem 0;
}

.hx-page-pka h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  letter-spacing: -.2px;
}

.hx-page-pka .wp-block-paragraph {
  font-size: .95rem;
  line-height: 2.1;
  color: #475569;
  max-width: 58rem;
}

.hx-page-pka h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 2.6rem;
  margin-bottom: .7rem;
  padding-right: 1rem;
  position: relative;
  color: #0f172a;
}

.hx-page-pka h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: .55rem;
  width: .4rem;
  height: 1rem;
  border-radius: .3rem;
  background: linear-gradient(180deg, #1205CF, #4f46e5);
}

.hx-page-pka .hx-pka {
  display: inline-block;
  text-decoration: none;
  color: #1205CF;
  font-weight: 600;
  font-size: .9rem;
  background: #f1f3ff;
  padding: .5rem 1rem;
  border-radius: .7rem;
  border: 1px solid rgba(18, 5, 207, .08);
  transition: .25s;
}

.hx-page-pka .hx-pka:hover {
  background: #1205CF;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 5, 207, .18);
}

.hx-page-pka .hx-pka-ul {
  list-style: none;
  padding: 1.2rem 1.4rem;
  margin: 1rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: .7rem 1.6rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #eef1f5;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .04);
}

.hx-page-pka .hx-pka-ul li a {
  text-decoration: none;
  font-size: .93rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .3rem;
  border-radius: .4rem;
  transition: .25s;
}

.hx-page-pka .hx-pka-ul li a::before {
  content: "";
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: #1205CF;
  opacity: .45;
  transition: .25s;
}

.hx-page-pka .hx-pka-ul li a:hover {
  color: #1205CF;
  background: #f6f7ff;
  transform: translateX(-3px);
}

.hx-page-pka .hx-pka-ul li a:hover::before {
  opacity: 1;
  transform: scale(1.3);
}

.hx-page-pka ul+h2 {
  margin-top: 3rem;
}

@media (max-width:768px) {
  .hx-page-pka {
    padding: 2rem 0;
  }

  .hx-page-pka h1 {
    font-size: 1.6rem;
  }

  .hx-page-pka h2 {
    font-size: 1.2rem;
  }

  .hx-page-pka .hx-pka-ul {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

}

/* END Style Page Philips Kitchen Appliance =========== */

/* Start Style OnSale Page ============== */
.on-sale {
  position: relative;
  margin: 2rem 0 4rem;
  padding: 2.4rem 0 3rem;
  border-radius: 32px;
}

.on-sale>h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 .7rem;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 950;
  letter-spacing: -.04em;
}

.on-sale>p {
  position: relative;
  z-index: 1;
  margin: 0 auto 2.2rem;
  max-width: 680px;
  text-align: center;
  font-size: .98rem;
  line-height: 2;
}

.product-onsale {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.product-onsale .ph-discount-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  padding: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff7f9 100%);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .13);
  display: flex;
  flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.product-onsale .ph-discount-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, .18);
  border-color: rgba(225, 29, 72, .22);
}

.product-onsale .ph-discount-badges {
  position: absolute;
  z-index: 3;
  top: .85rem;
  right: .85rem;
  left: .85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  pointer-events: none;
}

.product-onsale .ph-special-badge,
.product-onsale .ph-percent-badge {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  min-height: 30px;
  padding: .32rem .62rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.product-onsale .ph-special-badge {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #e11d48);
  box-shadow: 0 10px 24px rgba(225, 29, 72, .26);
}

.product-onsale .ph-percent-badge {
  color: #be123c;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(225, 29, 72, .14);
}

.product-onsale .ph-discount-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin-bottom: .95rem;
  border-radius: 20px;
}

.product-onsale .ph-discount-img img {
  display: block;
  object-fit: contain;
  transition: transform .35s ease;
}

.product-onsale .ph-discount-card:hover .ph-discount-img img {
  transform: scale(1.06);
}

.product-onsale .ph-discount-product-title {
  margin: 0 0 .7rem;
  min-height: 52px;
  font-size: .94rem;
  font-weight: 850;
  line-height: 1.8;
  text-align: center;
}

.product-onsale .ph-discount-product-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color .22s ease;
}

.product-onsale .ph-discount-product-title a:hover {
  color: #e11d48;
}

.product-onsale .ph-discount-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
  color: #64748b;
  font-size: .76rem;
  font-weight: 650;
}

.product-onsale .ph-discount-meta span {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}

.product-onsale .ph-discount-meta i {
  color: #e11d48;
  font-size: .9rem;
}

.product-onsale .ph-discount-price {
  margin-top: auto;
  margin-bottom: .85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .18rem;
  text-align: center;
  line-height: 1.5;
}

.product-onsale .ph-discount-price .price {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .18rem;
}

.product-onsale .ph-discount-price del,
.product-onsale .ph-discount-price .price del {
  color: #94a3b8;
  font-size: .8rem;
  font-weight: 650;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1px;
  opacity: 1;
}

.product-onsale .ph-discount-price ins,
.product-onsale .ph-discount-price .price ins {
  color: #be123c;
  font-size: 1.05rem;
  font-weight: 950;
  text-decoration: none !important;
  background: transparent;
}

.product-onsale .ph-discount-price ins,
.product-onsale .ph-discount-price ins *,
.product-onsale .ph-discount-price .price ins,
.product-onsale .ph-discount-price .price ins * {
  text-decoration: none !important;
}

.product-onsale .ph-discount-price del *,
.product-onsale .ph-discount-price ins * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product-onsale .ph-discount-price .woocommerce-Price-currencySymbol {
  font-size: .78em;
  margin-right: .15rem;
}

.product-onsale .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.product-onsale .ph-discount-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  min-height: 44px;
  padding: .65rem .9rem;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #be123c);
  box-shadow: 0 12px 26px rgba(225, 29, 72, .25);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.product-onsale .ph-discount-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(225, 29, 72, .34);
  background: linear-gradient(135deg, #be123c, #9f1239);
}

.product-onsale .ph-discount-btn i {
  font-size: 1rem;
}

/* END Style OnSale Page ============== */

/* Start Style Contact US Page PhilipMarket =========== */
.contact-hero {
  padding: 70px 0;
  background: linear-gradient(135deg, #1205CF, #4338ca);
  color: #fff;
  text-align: center;
  border-radius: 0 0 40px 40px;
  margin-bottom: 40px;
}

.contact-hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-hero p {
  opacity: .9;
  font-size: 1rem;
}

.page-contact-us {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact-us {
  padding: 0 0 4rem;
}

.hx-cus {
  font-size: 2.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

.hx-cus::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 60%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1205CF, #4f46e5);
}

.phm-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

.philips-contact {
  list-style: none;
  margin: 0;
  padding: 2rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(18, 5, 207, .08);
  box-shadow: 0 20px 50px rgba(18, 5, 207, .07);
  position: relative;
  overflow: hidden;
}

.philips-contact::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #1205CF22, transparent 70%);
  top: -60px;
  left: -60px;
}

.philips-contact>div:first-child {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: .6rem;
}

.philips-contact .ph-top {
  font-size: .92rem;
  color: #64748b;
  margin-bottom: 1.8rem;
  line-height: 2;
}

.philips-contact li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: 0.8rem;
  padding: .8rem 0;
  font-size: .95rem;
  color: #334155;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  transition: .3s;
  position: relative;
}

.philips-contact li:last-child {
  border-bottom: none;
}

.philips-contact li:hover {
  padding-right: .6rem;
  background: rgba(18, 5, 207, .03);
  border-radius: .6rem;
}

.philips-contact li i {
  font-size: 18px;
  color: #1205CF;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f3ff;
  border-radius: 50%;
}

.philips-contact li span:first-child {
  font-weight: 600;
  color: #475569;
}

.philips-contact li span:last-child {
  color: #0f172a;
  font-weight: 500;
}

.philips-contact a {
  color: #1205CF;
  text-decoration: none;
  font-weight: 700;
  transition: .2s;
}

.philips-contact a:hover {
  color: #4338ca;
}

.philipsmarket-google-maps {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .07);
  transition: .4s;
}

.philipsmarket-google-maps:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.philipsmarket-google-maps iframe {
  width: 100%;
  min-height: 420px;
  display: block;
  border: 0;
  filter: grayscale(.1) contrast(1.05);
}

@media (max-width:992px) {
  .phm-contact {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .philipsmarket-google-maps iframe {
    min-height: 350px;
  }

}

@media (max-width:768px) {
  .contact-us {
    padding: 2.5rem 0;
  }

  .hx-cus {
    font-size: 1.6rem;
  }

  .philips-contact {
    padding: 1.5rem;
  }

}

/* END Style Contact US Page PhilipMarket =========== */

/* Start Style Contact US ===================== */
.philips-contact-us {
  direction: rtl;
  background:
    radial-gradient(circle at top left, rgba(18, 5, 207, 0.10), transparent 34%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 55%, #f8fafc 100%);
  overflow: hidden;
}

.ph-contact-hero {
  position: relative;
  padding: 80px 0 110px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #09036f 0%, #1205cf 42%, #4f46e5 100%);
  color: #fff;
  isolation: isolate;
}

.ph-contact-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -90px -10%;
  height: 180px;
  background: #f8faff;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}

.ph-contact-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  left: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 68%);
  pointer-events: none;
}

.ph-contact-hero__content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ph-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ph-contact-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -1px;
}

.ph-contact-hero p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 2;
  color: rgba(255, 255, 255, .88);
}

.ph-contact-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ph-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 150px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease;
}

.ph-contact-actions a:first-child {
  color: #1205cf;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.ph-contact-actions a:last-child {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
}

.ph-contact-actions a:hover {
  transform: translateY(-4px);
}

.ph-contact-section {
  position: relative;
  padding: 0 0 80px;
  margin-top: -35px;
  z-index: 3;
}

.ph-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.ph-contact-card,
.ph-map-card {
  position: relative;
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(18, 5, 207, .10);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.ph-contact-card {
  padding: 30px;
}

.ph-contact-card::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  left: -90px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 5, 207, .14), transparent 68%);
  pointer-events: none;
}

.ph-contact-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 70, 229, .13), transparent 70%);
  pointer-events: none;
}

.ph-contact-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}

.ph-icon-main {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(135deg, #1205cf, #4f46e5);
  box-shadow: 0 16px 35px rgba(18, 5, 207, .25);
}

.ph-contact-card__head h2 {
  margin: 0 0 6px;
  font-size: 1.45rem;
  font-weight: 900;
  color: #0f172a;
}

.ph-contact-card__head p {
  margin: 0;
  font-size: .93rem;
  line-height: 1.9;
  color: #64748b;
}

.ph-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.ph-contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(15, 23, 42, .07);
  transition: all .28s ease;
}

.ph-contact-list li:last-child {
  border-bottom: 0;
}

.ph-contact-list li:hover {
  padding-right: 10px;
}

.ph-list-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #1205cf;
  background: linear-gradient(135deg, rgba(18, 5, 207, .10), rgba(79, 70, 229, .08));
  font-size: 18px;
  transition: all .28s ease;
}

.ph-contact-list li:hover .ph-list-icon {
  color: #fff;
  background: linear-gradient(135deg, #1205cf, #4f46e5);
  box-shadow: 0 12px 28px rgba(18, 5, 207, .20);
}

.ph-list-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ph-list-content strong {
  color: #475569;
  font-size: .94rem;
  font-weight: 800;
  white-space: nowrap;
}

.ph-list-content span,
.ph-list-content a {
  color: #0f172a;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  direction: ltr;
}

.ph-list-content a {
  color: #1205cf;
  transition: color .25s ease;
}

.ph-list-content a:hover {
  color: #4f46e5;
}

.ph-map-card {
  padding: 18px;
  transition: all .35s ease;
}

.ph-map-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 30px 85px rgba(15, 23, 42, .12),
    inset 0 1px 0 rgba(255, 255, 255, .75);
}

.ph-map-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 8px 18px;
}

.ph-map-top h3 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
}

.ph-map-top p {
  margin: 0;
  color: #64748b;
  font-size: .92rem;
  line-height: 1.8;
}

.ph-map-top span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(135deg, #1205cf, #4f46e5);
  box-shadow: 0 16px 35px rgba(18, 5, 207, .22);
}

.ph-map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 420px;
  background: #eef2ff;
}

.ph-map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border: 0;
  filter: grayscale(.08) contrast(1.04) saturate(1.05);
}

@media (max-width: 992px) {
  .ph-contact-grid {
    grid-template-columns: 1fr;
  }

  .ph-contact-section {
    padding-bottom: 60px;
  }

  .ph-map-wrapper,
  .ph-map-wrapper iframe {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .ph-contact-hero {
    padding: 60px 0 95px;
  }

  .ph-contact-card {
    padding: 22px;
    border-radius: 24px;
  }

  .ph-map-card {
    border-radius: 24px;
  }

  .ph-contact-card__head {
    align-items: flex-start;
  }

  .ph-list-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .ph-list-content span,
  .ph-list-content a {
    text-align: right;
  }

  .ph-contact-actions a {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 480px) {
  .ph-contact-hero h1 {
    font-size: 1.8rem;
  }

  .ph-contact-hero p {
    font-size: .94rem;
  }

  .ph-contact-card__head {
    gap: 12px;
  }

  .ph-icon-main {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 21px;
    border-radius: 17px;
  }

  .ph-contact-card__head h2 {
    font-size: 1.25rem;
  }

  .ph-map-top {
    align-items: flex-start;
  }

  .ph-map-top span {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 19px;
  }
}

/* END Style Contact US ===================== */


/* Start Mage Page Blog Philipmarket =================================== */
.ph-magazine-page {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 4.5rem;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .06), transparent 28%),
    radial-gradient(circle at bottom left, rgba(225, 29, 72, .05), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ph-magazine-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.6rem;
  padding: 2rem 1.6rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 48%, #334155 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
}

.ph-magazine-hero::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  left: -120px;
  top: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, .35), transparent 68%);
  pointer-events: none;
}

.ph-magazine-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 29, 72, .22), transparent 70%);
  pointer-events: none;
}

.ph-magazine-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .4rem .9rem;
  margin-bottom: .9rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 12px 28px rgba(37, 99, 235, .26);
  font-size: .78rem;
  font-weight: 850;
}

.ph-magazine-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 0 .7rem;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 950;
  line-height: 1.55;
  letter-spacing: -.04em;
}

.ph-magazine-hero p {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .96rem;
  line-height: 2;
}

.ph-magazine-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.45rem;
  align-items: start;
}

.ph-magazine-main {
  min-width: 0;
}

.ph-featured-post {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .16);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .1);
  transition: transform .28s ease, box-shadow .28s ease;
}

.ph-featured-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(15, 23, 42, .14);
}

.ph-featured-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100%;
  background: #e2e8f0;
}

.ph-featured-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .45s ease;
}

.ph-featured-post:hover .ph-featured-thumb img {
  transform: scale(1.05);
}

.ph-featured-content {
  position: relative;
  padding: 1.6rem 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .05), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ph-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  flex-wrap: wrap;
  margin-bottom: .8rem;
}

.ph-post-cat {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .3rem .75rem;
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, .09);
  font-size: .72rem;
  font-weight: 850;
}

.ph-post-date {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #64748b;
  font-size: .75rem;
  font-weight: 750;
}

.ph-post-date i {
  color: #2563eb;
}

.ph-featured-title {
  margin: 0 0 .75rem;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  font-weight: 950;
  line-height: 1.85;
}

.ph-featured-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color .22s ease;
}

.ph-featured-title a:hover {
  color: #2563eb;
}

.ph-featured-excerpt {
  margin: 0 0 1.15rem;
  color: #475569;
  font-size: .92rem;
  line-height: 2.05;
}

.ph-featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: fit-content;
  min-height: 44px;
  padding: .62rem 1.05rem;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 12px 28px rgba(37, 99, 235, .24);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ph-featured-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .3);
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.ph-mag-section-head {
  margin-bottom: 1rem;
  padding: 0 .2rem;
}

.ph-mag-section-head h2 {
  margin: 0 0 .35rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
}

.ph-mag-section-head p {
  margin: 0;
  color: #64748b;
  font-size: .88rem;
  line-height: 1.9;
}

.ph-magazine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.ph-mag-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(148, 163, 184, .16);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ph-mag-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 54px rgba(15, 23, 42, .13);
  border-color: rgba(37, 99, 235, .18);
}

.ph-mag-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
}

.ph-mag-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.ph-mag-card:hover .ph-mag-thumb img {
  transform: scale(1.06);
}

.ph-mag-content {
  padding: 1.05rem 1.05rem 1.15rem;
}

.ph-mag-title {
  margin: 0 0 .65rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.9;
}

.ph-mag-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color .22s ease;
}

.ph-mag-title a:hover {
  color: #2563eb;
}

.ph-mag-excerpt {
  margin: 0 0 1rem;
  color: #475569;
  font-size: .86rem;
  line-height: 2;
}

.ph-mag-readmore {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 40px;
  padding: .55rem .9rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

.ph-mag-readmore:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, .28);
}

/* =========================================
   Sidebar
========================================= */

.ph-magazine-sidebar {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.ph-side-box,
.ph-side-cta {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, .16);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.ph-side-box h3,
.ph-side-cta h3 {
  margin: 0 0 .9rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 950;
}

.ph-mag-search {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .38rem;
  border-radius: 17px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .18);
}

.ph-mag-search input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 0;
  outline: 0;
  padding: 0 .75rem;
  color: #0f172a;
  background: transparent;
  font-size: .84rem;
  font-weight: 650;
}

.ph-mag-search input::placeholder {
  color: #94a3b8;
}

.ph-mag-search button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}

.ph-mag-search button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .25);
}

.ph-popular-list,
.ph-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ph-popular-list li+li,
.ph-category-list li+li {
  margin-top: .65rem;
}

.ph-popular-list a {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .72rem .75rem;
  border-radius: 16px;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .14);
  text-decoration: none;
  transition: all .22s ease;
}

.ph-popular-list a:hover {
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, .18);
  background: #f8fbff;
  transform: translateX(-3px);
}

.ph-popular-list span {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 900;
}

.ph-popular-list strong {
  color: inherit;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.8;
}

.ph-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .72rem .8rem;
  border-radius: 16px;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .14);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
  transition: all .22s ease;
}

.ph-category-list a:hover {
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, .18);
  background: #f8fbff;
}

.ph-category-list span {
  min-width: 30px;
  height: 26px;
  padding: 0 .45rem;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 900;
}

.ph-side-cta {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(135deg, #0f172a, #1e293b);
  border-color: rgba(255, 255, 255, .12);
}

.ph-side-cta>span {
  display: inline-flex;
  margin-bottom: .65rem;
  min-height: 30px;
  padding: .28rem .72rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: .72rem;
  font-weight: 850;
}

.ph-side-cta h3 {
  color: #fff;
  line-height: 1.7;
}

.ph-side-cta p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, .78);
  font-size: .84rem;
  line-height: 2;
}

.ph-side-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  width: 100%;
  min-height: 42px;
  padding: .58rem .9rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(37, 99, 235, .24);
}

.ph-side-cta a:hover {
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .ph-magazine-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .ph-featured-post {
    grid-template-columns: 1fr;
  }

  .ph-featured-thumb img {
    min-height: 320px;
  }
}

@media (max-width: 991px) {
  .ph-magazine-layout {
    grid-template-columns: 1fr;
  }

  .ph-magazine-sidebar {
    position: static;
  }

  .ph-magazine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ph-magazine-page {
    padding: 1.2rem 0 3rem;
  }

  .ph-magazine-hero {
    padding: 1.35rem 1rem;
    border-radius: 24px;
  }

  .ph-magazine-hero h1 {
    font-size: 1.35rem;
  }

  .ph-magazine-hero p {
    font-size: .86rem;
    line-height: 1.9;
  }

  .ph-featured-post {
    border-radius: 24px;
  }

  .ph-featured-thumb img {
    min-height: 240px;
  }

  .ph-featured-content {
    padding: 1.1rem 1rem;
  }

  .ph-featured-title {
    font-size: 1.05rem;
  }

  .ph-magazine-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ph-mag-content {
    padding: 1rem;
  }

  .ph-mag-title {
    font-size: .95rem;
  }
}

@media (max-width: 480px) {
  .ph-magazine-label {
    min-height: 31px;
    font-size: .7rem;
  }

  .ph-post-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-featured-btn,
  .ph-mag-readmore {
    width: 100%;
  }

  .ph-side-box,
  .ph-side-cta {
    border-radius: 20px;
    padding: 1rem .9rem;
  }

  .ph-mag-search {
    flex-direction: row;
  }

  .ph-popular-list strong,
  .ph-category-list a {
    font-size: .8rem;
  }
}

/* END Mage Page Blog Philipmarket =================================== */

/* Start Style Archive Mage Blog =============== */
.ph-article-category-page {
  direction: rtl;
  position: relative;
  padding: 2rem 0 4rem;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  font-family: inherit;
}

.ph-article-category-page *,
.ph-article-category-page *::before,
.ph-article-category-page *::after {
  box-sizing: border-box;
}

.ph-article-category-page a {
  text-decoration: none;
}

.ph-category-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 2rem 1.5rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .12), transparent 32%),
    linear-gradient(135deg, #0f172a, #1e293b 55%, #334155);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .15);
}

.ph-category-hero::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -120px;
  left: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, .35), transparent 68%);
  pointer-events: none;
}

.ph-category-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: .4rem .9rem;
  margin-bottom: .85rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: .78rem;
  font-weight: 850;
}

.ph-category-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 .7rem;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 950;
  line-height: 1.6;
}

.ph-category-hero p {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .94rem;
  line-height: 2;
}

.ph-category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.4rem;
  align-items: start;
}

.ph-category-main {
  min-width: 0;
}

.ph-category-sidebar {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ph-category-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.ph-category-result {
  margin: 0;
  color: #475569;
  font-size: .88rem;
  font-weight: 700;
}

.ph-category-result strong {
  color: #2563eb;
  font-size: 1rem;
  font-weight: 950;
}

.ph-breadcrumb {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
}

.ph-breadcrumb a {
  color: #2563eb;
}

.ph-breadcrumb a:hover {
  color: #1d4ed8;
}

.ph-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.ph-mag-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ph-mag-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, .22);
  box-shadow: 0 26px 60px rgba(15, 23, 42, .12);
}

.ph-mag-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.ph-mag-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ph-mag-card:hover .ph-mag-thumb img {
  transform: scale(1.05);
}

.ph-mag-content {
  padding: 1rem;
}

.ph-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}

.ph-post-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .28rem .7rem;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: .72rem;
  font-weight: 850;
}

.ph-post-date {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #64748b;
  font-size: .74rem;
  font-weight: 700;
}

.ph-post-date i {
  color: #2563eb;
  font-size: .85rem;
}

.ph-mag-title {
  margin: 0 0 .7rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.9;
}

.ph-mag-title a {
  color: #0f172a;
  transition: color .2s ease;
}

.ph-mag-title a:hover {
  color: #2563eb;
}

.ph-mag-excerpt {
  margin: 0 0 1rem;
  color: #475569;
  font-size: .84rem;
  line-height: 2;
}

.ph-mag-readmore {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 42px;
  padding: .45rem .95rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  font-size: .82rem;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

.ph-mag-readmore:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .3);
}

/* ===============================
   Sidebar
================================ */

.ph-side-box {
  padding: 1rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.ph-side-box h3 {
  position: relative;
  margin: 0 0 1rem;
  padding-bottom: .75rem;
  color: #0f172a;
  font-size: .98rem;
  font-weight: 900;
}

.ph-side-box h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.ph-mag-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.ph-mag-search input {
  width: 100%;
  min-height: 46px;
  padding: .6rem .9rem;
  padding-left: 3rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, .25);
  background: #f8fafc;
  color: #0f172a;
  font-size: .84rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ph-mag-search input:focus {
  border-color: rgba(37, 99, 235, .45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08);
}

.ph-mag-search button {
  position: absolute;
  left: .35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  cursor: pointer;
}

.ph-category-list,
.ph-popular-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ph-category-list li+li {
  margin-top: .6rem;
}

.ph-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .75rem .85rem;
  border-radius: 16px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .12);
  font-size: .84rem;
  font-weight: 800;
  transition: all .22s ease;
}

.ph-category-list a:hover {
  color: #2563eb;
  background: #fff;
  border-color: rgba(37, 99, 235, .2);
  transform: translateX(-3px);
}

.ph-category-list a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 .45rem;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: .72rem;
  font-weight: 900;
}

.ph-popular-list li+li {
  margin-top: .75rem;
}

.ph-popular-list a {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem;
  border-radius: 18px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .12);
  transition: all .22s ease;
}

.ph-popular-list a:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, .2);
  transform: translateX(-3px);
}

.ph-popular-list span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: .78rem;
  font-weight: 950;
}

.ph-popular-list strong {
  color: #0f172a;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.8;
}

/* ===============================
   Pagination
================================ */

.ph-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.ph-pagination .current,
.ph-pagination a {
  min-width: 42px;
  height: 42px;
  padding: 0 .95rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .16);
  font-size: .84rem;
  font-weight: 850;
  transition: all .22s ease;
}

.ph-pagination a:hover {
  color: #2563eb;
  border-color: rgba(37, 99, 235, .22);
  transform: translateY(-2px);
}

.ph-pagination .current,
.ph-pagination a.current {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: transparent;
  box-shadow: 0 12px 25px rgba(37, 99, 235, .24);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .ph-category-layout {
    grid-template-columns: 1fr;
  }

  .ph-category-sidebar {
    position: static;
  }

  .ph-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ph-article-category-page {
    padding: 1.2rem 0 3rem;
  }

  .ph-category-hero {
    padding: 1.3rem 1rem;
    border-radius: 24px;
  }

  .ph-category-topbar {
    padding: .95rem;
    border-radius: 18px;
  }

  .ph-category-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ph-mag-content {
    padding: .9rem;
  }

  .ph-mag-title {
    font-size: .95rem;
  }

  .ph-mag-excerpt {
    font-size: .82rem;
  }
}

@media (max-width: 480px) {
  .ph-category-topbar {
    align-items: flex-start;
  }

  .ph-breadcrumb {
    width: 100%;
  }

  .ph-post-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-mag-readmore {
    width: 100%;
    justify-content: center;
  }
}

/* END Style Archive Mage Blog =============== */

/* Start Style Single Page Blog ============ */
.ph-single-article-page {
  direction: rtl;
  padding: 2rem 0 4rem;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #0f172a;
}

.ph-single-article-page *,
.ph-single-article-page *::before,
.ph-single-article-page *::after {
  box-sizing: border-box;
}

.ph-single-article-page a {
  text-decoration: none;
}

.ph-single-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
  padding: .9rem 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
}

.ph-single-breadcrumb a {
  color: #2563eb;
}

.ph-single-breadcrumb a:hover {
  color: #1d4ed8;
}

.ph-single-breadcrumb strong {
  color: #334155;
  font-weight: 850;
}

.ph-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.4rem;
  align-items: start;
}

.ph-single-main {
  min-width: 0;
}

.ph-single-sidebar {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ph-single-article {
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .07);
}

.ph-single-header {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.6rem 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .13), transparent 34%),
    linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
}

.ph-single-header::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -110px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, .4), transparent 68%);
  pointer-events: none;
}

.ph-single-header>* {
  position: relative;
  z-index: 1;
}

.ph-single-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .9rem;
  padding: .38rem .85rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: .76rem;
  font-weight: 900;
}

.ph-single-header h1 {
  max-width: 900px;
  margin: 0 0 .9rem;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  font-weight: 950;
  line-height: 1.65;
  letter-spacing: -.03em;
}

.ph-single-lead {
  max-width: 850px;
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, .82);
  font-size: .96rem;
  line-height: 2;
}

.ph-single-meta {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.ph-single-meta-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  font-size: .76rem;
  font-weight: 750;
}

.ph-single-meta-item i {
  color: #93c5fd;
  font-size: .9rem;
}

.ph-single-cover {
  margin: 0;
  background: #f1f5f9;
}

.ph-single-cover img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.ph-single-cover figcaption {
  padding: .75rem 1.2rem;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid rgba(148, 163, 184, .14);
  font-size: .78rem;
  line-height: 1.9;
}

.ph-single-content {
  padding: 1.4rem 1.6rem 1.7rem;
  color: #334155;
  font-size: .96rem;
  line-height: 2.35;
}

.ph-single-content p {
  margin: 0 0 1.05rem;
}

.ph-single-content h2 {
  position: relative;
  margin: 2rem 0 1rem;
  padding-right: 1rem;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.8;
}

.ph-single-content h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: .55em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb, #7c3aed);
}

.ph-single-content h3 {
  margin: 1.5rem 0 .8rem;
  color: #1e293b;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.8;
}

.ph-single-content ul,
.ph-single-content ol {
  margin: 0 0 1.2rem;
  padding-right: 1.25rem;
}

.ph-single-content li {
  margin-bottom: .5rem;
  padding-right: .2rem;
}

.ph-single-content ul li::marker {
  color: #2563eb;
}

.ph-single-content ol li::marker {
  color: #2563eb;
  font-weight: 900;
}

.ph-single-content strong {
  color: #0f172a;
  font-weight: 900;
}

.ph-single-content a {
  color: #2563eb;
  font-weight: 800;
  border-bottom: 1px dashed rgba(37, 99, 235, .35);
}

.ph-single-content a:hover {
  color: #1d4ed8;
}

.ph-single-content blockquote {
  position: relative;
  margin: 1.5rem 0;
  padding: 1rem 1.2rem 1rem 1rem;
  border-radius: 22px;
  color: #1e293b;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(124, 58, 237, .06));
  border: 1px solid rgba(37, 99, 235, .12);
  font-size: .95rem;
  font-weight: 800;
  line-height: 2.1;
}

.ph-single-content blockquote::before {
  content: "”";
  position: absolute;
  left: 1rem;
  top: -.2rem;
  color: rgba(37, 99, 235, .22);
  font-size: 5rem;
  font-weight: 950;
  line-height: 1;
}

.ph-single-content figure {
  overflow: hidden;
  margin: 1.5rem 0;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .14);
}

.ph-single-content figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ph-single-content figcaption {
  padding: .7rem 1rem;
  color: #64748b;
  font-size: .78rem;
  line-height: 1.8;
}

.ph-single-content table {
  width: 100%;
  margin: 1.3rem 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, .16);
}

.ph-single-content thead {
  background: linear-gradient(135deg, #1e293b, #334155);
}

.ph-single-content th {
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.ph-single-content th,
.ph-single-content td {
  padding: .85rem .9rem;
  text-align: right;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
}

.ph-single-content td {
  color: #334155;
  font-size: .84rem;
}

.ph-single-content tbody tr:nth-child(even) {
  background: #f8fafc;
}

.ph-info-box {
  margin: 1.3rem 0;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  color: #1e293b;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, .16);
  font-size: .9rem;
  line-height: 2;
}

.ph-info-box strong {
  color: #2563eb;
}

.ph-summary-box {
  margin: 1.5rem 0 0;
  padding: 1.1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .1), transparent 35%),
    #f8fafc;
  border: 1px solid rgba(148, 163, 184, .16);
}

.ph-summary-box h3 {
  margin-top: 0;
}

.ph-single-footer {
  padding: 0 1.6rem 1.5rem;
}

.ph-single-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, .16);
}

.ph-single-tags span {
  color: #0f172a;
  font-size: .84rem;
  font-weight: 900;
}

.ph-single-tags a {
  display: inline-flex;
  align-items: center;
  padding: .35rem .75rem;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: .76rem;
  font-weight: 800;
  transition: all .2s ease;
}

.ph-single-tags a:hover {
  color: #fff;
  background: #2563eb;
}

.ph-author-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.ph-author-avatar {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 24px;
  background: #e2e8f0;
}

.ph-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ph-author-info span {
  display: block;
  margin-bottom: .25rem;
  color: #2563eb;
  font-size: .75rem;
  font-weight: 900;
}

.ph-author-info h3 {
  margin: 0 0 .35rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 950;
}

.ph-author-info p {
  margin: 0;
  color: #475569;
  font-size: .84rem;
  line-height: 2;
}

.ph-related-posts {
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.ph-section-head {
  margin-bottom: 1rem;
}

.ph-section-head span {
  display: inline-flex;
  margin-bottom: .35rem;
  color: #2563eb;
  font-size: .75rem;
  font-weight: 900;
}

.ph-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
}

.ph-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.ph-related-card {
  overflow: hidden;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .12);
  transition: all .22s ease;
}

.ph-related-card:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(37, 99, 235, .2);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.ph-related-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
}

.ph-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.ph-related-card:hover img {
  transform: scale(1.05);
}

.ph-related-card div {
  padding: .8rem;
}

.ph-related-card span {
  display: inline-flex;
  margin-bottom: .35rem;
  color: #2563eb;
  font-size: .7rem;
  font-weight: 900;
}

.ph-related-card h3 {
  margin: 0;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.9;
}

.ph-related-card h3 a {
  color: #0f172a;
}

.ph-related-card h3 a:hover {
  color: #2563eb;
}

/* ===============================
   Sidebar
================================ */

.ph-single-side-box {
  padding: 1rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.ph-single-side-box h3 {
  position: relative;
  margin: 0 0 1rem;
  padding-bottom: .75rem;
  color: #0f172a;
  font-size: .98rem;
  font-weight: 950;
}

.ph-single-side-box h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.ph-toc-box .ph-toc-list {
  max-height: 15rem;
  overflow-y: auto;
  padding-left: 0.4rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 99, 235, 0.45) rgba(226, 232, 240, 0.7);
}

.ph-toc-box .ph-toc-list::-webkit-scrollbar {
  width: 6px;
}

.ph-toc-box .ph-toc-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.7);
}

.ph-toc-box .ph-toc-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb, #7c3aed);
}

.ph-toc-box .ph-toc-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1d4ed8, #6d28d9);
}

.ph-toc-box {
  position: relative;
}

.ph-toc-box::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 34px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.ph-toc-list {
  margin: 0;
  padding-right: 1.1rem;
}

.ph-toc-list li {
  margin-bottom: .65rem;
  color: #2563eb;
}

.ph-toc-list a {
  color: #334155;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.8;
  transition: color .2s ease;
}

.ph-toc-list a:hover {
  color: #2563eb;
}

.ph-single-popular {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ph-single-popular li+li {
  margin-top: .7rem;
}

.ph-single-popular a {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .75rem;
  border-radius: 18px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .12);
  transition: all .22s ease;
}

.ph-single-popular a:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, .22);
  transform: translateX(-3px);
}

.ph-single-popular span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: .78rem;
  font-weight: 950;
}

.ph-single-popular strong {
  color: #0f172a;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.8;
}

.ph-single-cta {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .14), transparent 35%),
    linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 20px 50px rgba(37, 99, 235, .22);
}

.ph-single-cta::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.ph-single-cta>* {
  position: relative;
  z-index: 1;
}

.ph-single-cta span {
  display: inline-flex;
  margin-bottom: .45rem;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  font-size: .72rem;
  font-weight: 900;
}

.ph-single-cta h3 {
  margin: 0 0 .55rem;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.7;
}

.ph-single-cta p {
  margin: 0 0 .9rem;
  color: rgba(255, 255, 255, .84);
  font-size: .82rem;
  line-height: 2;
}

.ph-single-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .45rem 1rem;
  border-radius: 999px;
  color: #2563eb;
  background: #fff;
  font-size: .82rem;
  font-weight: 900;
  transition: all .22s ease;
}

.ph-single-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
}

@media (max-width: 991px) {
  .ph-single-layout {
    grid-template-columns: 1fr;
  }

  .ph-single-sidebar {
    position: static;
  }

  .ph-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ph-single-article-page {
    padding: 1.2rem 0 3rem;
  }

  .ph-single-breadcrumb {
    font-size: .72rem;
    border-radius: 16px;
  }

  .ph-single-article {
    border-radius: 24px;
  }

  .ph-single-header {
    padding: 1.4rem 1rem 1.1rem;
  }

  .ph-single-header h1 {
    font-size: 1.45rem;
  }

  .ph-single-lead {
    font-size: .88rem;
  }

  .ph-single-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-single-meta-item {
    width: 100%;
  }

  .ph-single-content {
    padding: 1.1rem;
    font-size: .9rem;
    line-height: 2.25;
  }

  .ph-single-content h2 {
    font-size: 1.15rem;
  }

  .ph-single-content h3 {
    font-size: 1rem;
  }

  .ph-single-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .ph-single-footer {
    padding: 0 1.1rem 1.2rem;
  }

  .ph-author-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ph-single-cover figcaption {
    padding: .7rem .9rem;
  }

  .ph-single-tags a {
    font-size: .72rem;
  }

  .ph-single-side-box,
  .ph-single-cta,
  .ph-related-posts,
  .ph-author-box {
    border-radius: 20px;
  }
}

/* END Style Single Page Blog ============ */


/* ===============================
   Article Comments
================================ */

.ph-comments-area {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  padding: 1.2rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .08), transparent 34%),
    #fff;
  border: 1px solid rgba(148, 163, 184, .15);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.ph-comments-area::before {
  content: "";
  position: absolute;
  left: -90px;
  top: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, .12), transparent 68%);
  pointer-events: none;
}

.ph-comments-area>* {
  position: relative;
  z-index: 1;
}

.ph-comments-area .ph-section-head {
  margin-bottom: 1.1rem;
}

.ph-comments-count {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1rem;
  padding: .48rem .85rem;
  border-radius: 999px;
  color: #475569;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .14);
  font-size: .78rem;
  font-weight: 800;
}

.ph-comments-count strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 .45rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: .78rem;
  font-weight: 950;
}

/* Comment List */

.ph-comment-list {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.ph-comment-list .children {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin: .85rem 0 0;
  padding: 0 1.1rem 0 0;
  list-style: none;
  border-right: 2px solid rgba(37, 99, 235, .12);
}

.ph-comment-item {
  margin: 0;
}

.ph-comment-body {
  position: relative;
  display: flex;
  gap: .9rem;
  padding: 1rem;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .13);
  transition: all .22s ease;
}

.ph-comment-body:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, .2);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
  transform: translateY(-2px);
}

.ph-comment-avatar {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 20px;
  background: #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.ph-comment-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ph-comment-content {
  flex: 1;
  min-width: 0;
}

.ph-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .55rem;
}

.ph-comment-author {
  color: #0f172a;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.7;
}

.ph-comment-header time {
  flex: 0 0 auto;
  color: #64748b;
  font-size: .74rem;
  font-weight: 750;
}

.ph-comment-text {
  color: #334155;
  font-size: .88rem;
  line-height: 2.15;
}

.ph-comment-text p {
  margin: 0 0 .75rem;
}

.ph-comment-text p:last-child {
  margin-bottom: 0;
}

.ph-comment-awaiting {
  display: inline-flex;
  margin: 0 0 .65rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid rgba(245, 158, 11, .2);
  font-size: .75rem;
  font-weight: 850;
}

.ph-comment-reply {
  margin-top: .8rem;
}

.ph-comment-reply a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: .35rem .85rem;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: .76rem;
  font-weight: 900;
  transition: all .22s ease;
}

.ph-comment-reply a:hover {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
}

/* Pagination */

.ph-comments-pagination,
.comment-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  margin: 1.2rem 0;
}

.ph-comments-pagination .page-numbers,
.comment-navigation a,
.comment-navigation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 .8rem;
  border-radius: 14px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .14);
  font-size: .8rem;
  font-weight: 900;
  transition: all .22s ease;
}

.ph-comments-pagination .page-numbers:hover,
.comment-navigation a:hover {
  color: #2563eb;
  background: #fff;
  border-color: rgba(37, 99, 235, .22);
  transform: translateY(-2px);
}

.ph-comments-pagination .current {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-color: transparent;
}

/* Closed Comments */

.ph-comments-closed {
  margin: 1rem 0 0;
  padding: .8rem .95rem;
  border-radius: 18px;
  color: #475569;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .14);
  font-size: .82rem;
  font-weight: 800;
  line-height: 2;
}

/* Comment Form */

.ph-comment-form-wrap,
.comment-respond {
  margin-top: 1.2rem;
  padding: 1.1rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .07), transparent 34%),
    #f8fafc;
  border: 1px solid rgba(148, 163, 184, .14);
}

.ph-comment-reply-title,
.comment-reply-title {
  position: relative;
  margin: 0 0 1rem;
  padding-bottom: .75rem;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.8;
}

.ph-comment-reply-title::after,
.comment-reply-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.comment-reply-title small {
  margin-right: .5rem;
  font-size: .75rem;
  font-weight: 800;
}

.comment-reply-title small a {
  color: #ef4444;
}

.ph-comment-note,
.comment-notes,
.logged-in-as {
  margin: 0 0 .9rem;
  color: #64748b;
  font-size: .8rem;
  font-weight: 750;
  line-height: 2;
}

.logged-in-as a {
  color: #2563eb;
  font-weight: 900;
}

.ph-comment-form,
.comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.ph-comment-form p,
.comment-form p {
  margin: 0;
}

.comment-form-comment,
.comment-notes,
.logged-in-as,
.form-submit {
  grid-column: 1 / -1;
}

.ph-comment-form label,
.comment-form label {
  display: block;
  margin-bottom: .45rem;
  color: #0f172a;
  font-size: .8rem;
  font-weight: 900;
}

.ph-comment-form input,
.ph-comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: .75rem .9rem;
  border-radius: 16px;
  color: #0f172a;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .2);
  outline: none;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.9;
  transition: all .22s ease;
}

.ph-comment-form textarea,
.comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.ph-comment-form input::placeholder,
.ph-comment-form textarea::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #94a3b8;
}

.ph-comment-form input:focus,
.ph-comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: rgba(37, 99, 235, .45);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08);
}

.ph-comment-submit,
.comment-form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .55rem 1.3rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .2);
  font-size: .86rem;
  font-weight: 950;
  cursor: pointer;
  transition: all .22s ease;
}

.ph-comment-submit:hover,
.comment-form .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(37, 99, 235, .28);
}

.ph-comment-submit:active,
.comment-form .submit:active {
  transform: translateY(0);
}

.comment-form-cookies-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: #475569;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.9;
}

.comment-form-cookies-consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: .35rem;
  accent-color: #2563eb;
}

.comment-form-cookies-consent label {
  margin: 0;
  color: #475569;
  font-size: .78rem;
  font-weight: 750;
}

/* WordPress Default Safety */

.bypostauthor>.ph-comment-body,
.bypostauthor>article {
  border-color: rgba(37, 99, 235, .28);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .06), rgba(124, 58, 237, .04)),
    #fff;
}

.bypostauthor>.ph-comment-body::after,
.bypostauthor>article::after {
  content: "نویسنده";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .25rem .6rem;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: .68rem;
  font-weight: 950;
}

/* Responsive */

@media (max-width: 767px) {
  .ph-comments-area {
    padding: 1rem;
    border-radius: 22px;
  }

  .ph-comment-list .children {
    padding-right: .7rem;
  }

  .ph-comment-body {
    gap: .75rem;
    padding: .85rem;
    border-radius: 20px;
  }

  .ph-comment-avatar {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .ph-comment-header {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
  }

  .ph-comment-text {
    font-size: .84rem;
    line-height: 2.05;
  }

  .ph-comment-form-wrap,
  .comment-respond {
    padding: .95rem;
    border-radius: 22px;
  }

  .ph-comment-form,
  .comment-form {
    grid-template-columns: 1fr;
  }

  .ph-comment-reply-title,
  .comment-reply-title {
    font-size: 1.05rem;
  }
}

@media (max-width: 480px) {
  .ph-comments-count {
    width: 100%;
    justify-content: center;
  }

  .ph-comment-body {
    flex-direction: column;
  }

  .ph-comment-avatar {
    width: 54px;
    height: 54px;
  }

  .bypostauthor>.ph-comment-body::after,
  .bypostauthor>article::after {
    position: static;
    display: inline-flex;
    width: fit-content;
    margin-top: .75rem;
  }

  .ph-comment-submit,
  .comment-form .submit {
    width: 100%;
  }
}


/*Start Style Page Content =========================*/
.page-main-content {
  direction: rtl;
  text-align: right;
  background: #fff;
  color: #242424;
  padding: 40px 0 60px;
  font-family: var(--body-font-family, "iranyekanweb", Arial, sans-serif);
}

.page-main-content .col-12 {
  background: #fff;
  padding: 0 12px;
}

.page-main-content p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.15;
  margin: 0 0 22px;
  text-align: justify;
}

.page-main-content strong {
  color: #073f8f;
  font-weight: 800;
}

.page-main-content a {
  color: #0046cc !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 70, 204, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-main-content a:hover {
  color: #002f8f !important;
  border-bottom-color: #002f8f;
}

.page-main-content h1,
.page-main-content h2,
.page-main-content h3,
.page-main-content h4 {
  color: #111;
  font-weight: 900;
  line-height: 1.65;
  margin: 42px 0 18px;
  letter-spacing: -0.3px;
  text-align: right !important;
}

.page-main-content h1 {
  font-size: clamp(30px, 4vw, 42px);
  margin-top: 24px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  position: relative;
}

.page-main-content h1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92px;
  height: 4px;
  border-radius: 50px;
  background: #0046cc;
}

.page-main-content h2 {
  font-size: clamp(24px, 3vw, 32px);
  padding-right: 18px;
  border-right: 5px solid #0046cc;
}

.page-main-content h3 {
  font-size: clamp(21px, 2.6vw, 27px);
  padding-right: 16px;
  border-right: 4px solid #1b6cff;
}

.page-main-content h4 {
  font-size: clamp(19px, 2vw, 23px);
  padding-right: 14px;
  border-right: 3px solid #4d8dff;
}

.page-main-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 34px auto;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 45, 110, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-main-content img:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 45, 110, 0.16);
}

.page-main-content ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 34px;
  display: grid;
  gap: 10px;
}

.page-main-content li {
  position: relative;
  color: #303030;
  background: #fff;
  border: 1px solid #e7eefb;
  border-right: 4px solid #0046cc;
  border-radius: 12px;
  padding: 12px 18px 12px 14px;
  line-height: 2;
  box-shadow: 0 6px 18px rgba(0, 45, 110, 0.05);
}

.page-main-content li::before {
  content: "";
  display: none;
}

.page-main-content .col-12 > p:first-child img {
  margin-top: 0;
  border-radius: 20px;
  box-shadow: 0 14px 42px rgba(0, 45, 110, 0.14);
}

.page-main-content p:has(img) {
  margin: 38px 0;
}

@media (max-width: 768px) {
  .page-main-content {
    padding: 24px 0 40px;
  }

  .page-main-content .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .page-main-content .col-12 {
    padding: 0;
  }

  .page-main-content p {
    font-size: 15px;
    line-height: 2.05;
  }

  .page-main-content h1 {
    font-size: 28px;
  }

  .page-main-content h2 {
    font-size: 23px;
    padding-right: 14px;
  }

  .page-main-content h3 {
    font-size: 21px;
  }

  .page-main-content h4 {
    font-size: 19px;
  }

  .page-main-content img {
    border-radius: 14px;
    margin: 26px auto;
  }

  .page-main-content li {
    padding: 11px 14px;
    border-radius: 10px;
  }
}

/*END Style Page Content =========================*/