@charset "UTF-8";
* {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #222;
}

* {
  --sb-track-color: #696969;
  --sb-thumb-color: #3a3a3a;
  --sb-size: 7px;
}

*::-webkit-scrollbar {
  width: var(--sb-size);
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 2px;
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
html[lang=fa-IR] .uk-flag {
  filter: grayscale(1);
}

html[lang=en-US] .iran-flag {
  filter: grayscale(1);
}

.lang-flags svg {
  transition: all 0.4s;
}
.lang-flags svg:hover {
  filter: grayscale(0);
}

#main-header #menu {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30rem;
}
#main-header .main-menu {
  display: flex;
  justify-content: center;
}
html[lang=en-US] #main-header .main-menu > .menu-item:not(:last-child):after {
  left: 100%;
}
#main-header .main-menu .menu-item {
  padding: 0 1rem;
  position: relative;
  flex: auto;
  font-size: 14px;
}
#main-header .main-menu .menu-item:hover {
  cursor: pointer;
  color: #59C6D1;
}
#main-header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 3rem;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #292929;
}
#main-header .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 1.5rem;
}
#main-header .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  right: 102%;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #292929;
}
html[lang=en-US] #main-header .main-menu .menu-item .menu-item-has-children .sub-menu {
  left: 102%;
}
#main-header .modal-overlay {
  position: absolute;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#main-header #mobile_nav .sub-menu {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#main-header .menu-1st-sub::before {
  content: "|";
  display: inline-block;
  margin-left: 0.5rem;
}
#main-header .menu-2nd-sub::before {
  content: "•";
  display: inline-block;
  margin-left: 0.5rem;
}
#main-header .border-gradient-blue {
  -o-border-image: linear-gradient(90deg, rgba(89, 198, 209, 0.64) 0%, #59C6D1 50%, rgba(89, 198, 209, 0.64) 100%);
     border-image: linear-gradient(90deg, rgba(89, 198, 209, 0.64) 0%, #59C6D1 50%, rgba(89, 198, 209, 0.64) 100%);
  border-image-slice: 1;
}
#main-header .border-grad-blutrans {
  border-image-source: linear-gradient(270deg, rgba(89, 198, 209, 0) 0%, #59C6D1 50%, rgba(89, 198, 209, 0) 100%);
  border-image-slice: 2;
}

.border-gradient-blue-green {
  border-image-source: linear-gradient(90deg, rgba(89, 198, 209, 0) 0%, #59C6D1 50%, rgba(89, 198, 209, 0) 100%);
  border-image-slice: 1;
}

.border-gradient-gray {
  border-image-source: linear-gradient(90deg, rgba(226, 229, 237, 0) 0%, #E2E5ED 50%, rgba(226, 229, 237, 0) 100%);
  border-image-slice: 1;
}

#menu-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  row-gap: 16px;
  margin-top: 16px;
}
@media (max-width: 984px) {
  #menu-footer {
    height: 300px;
  }
}
#menu-footer .menu-item {
  font-size: 14px;
}
#menu-footer .menu-item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 1rem;
  height: 2px;
  background-color: #F5C181;
}

.footer-mask {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: radial-gradient(47.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
}
@media (max-width: 1024px) {
  .footer-mask {
    border-image-source: radial-gradient(97.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
  }
}

.post-content {
  color: #556070;
  font-family: "AzarMehr";
}
.post-content p a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 > a {
  color: #222;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.post-content p a::before,
.post-content h2 a::before,
.post-content h3 a::before,
.post-content h4 a::before,
.post-content h5 a::before,
.post-content h6 > a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
  height: 1px;
}
.post-content p a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 > a:hover {
  color: rgb(var(--color-secondary));
}
.post-content p a:hover::after,
.post-content h2 a:hover::after,
.post-content h3 a:hover::after,
.post-content h4 a:hover::after,
.post-content h5 a:hover::after,
.post-content h6 > a:hover::after {
  width: 100%;
}
.post-content .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}
.post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}
.post-content img {
  border-radius: 10px;
  margin: 20px auto 20px auto;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #222;
}
.post-content p:empty {
  display: none;
}
.post-content h1 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h2 {
  font-size: clamp(1.125rem, 1.5vw, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}
.post-content h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}
.post-content h2:first-of-type {
  margin-bottom: 10px;
}
.post-content h3 {
  font-size: clamp(1.125rem, 1.2vw, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h4 {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h5 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h6 {
  font-size: clamp(1rem, 0.9vw, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content p {
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}
.post-content img {
  margin: 20px auto;
}
.post-content li {
  position: relative;
  margin: 5px 0;
  color: rgb(var(--color-darkest));
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}
.post-content ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}
.post-content ul {
  position: relative;
  list-style-type: unset;
  padding-right: 2.5rem;
  margin: 1rem 0;
}
.post-content .wp-block-column {
  padding: 10px;
}
.post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .squares-left,
.post-content .squares-right,
.post-content .squares-bottom {
  width: 100vw;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.search-results-box .search-item > a,
.mobile-search-results-box .search-item > a {
  background-color: #F3F8FD;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  font-size: 14px;
}
.search-results-box .search-item > a img,
.mobile-search-results-box .search-item > a img {
  width: 50px;
  height: 50px;
}

.qty[type=number]::-webkit-inner-spin-button,
.qty[type=number]::-webkit-outer-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dot-loader {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #a7c6ff;
  }
  33% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #3276f8;
  }
  66% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #3276f8;
  }
  100% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #a7c6ff;
  }
}
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #00319c;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pulse-loader {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  color: #59C6D1;
  background: white;
  border: 1px solid #cdf1f5;
}
.page-numbers:hover {
  background-color: #e3f4f6;
}
.page-numbers.current {
  background-color: #59C6D1;
  color: white;
}
.page-numbers.next svg, .page-numbers.prev svg {
  color: #59C6D1;
  fill: #59C6D1;
  stroke: #59C6D1;
}
@media (max-width: 1248px) {
  .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}
.line-highlight {
  position: relative;
}
.line-highlight::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.9rem;
  background: #59C6D1;
  height: 2px;
  width: 100%;
}

.shdow-box-green {
  transition: all 0.3 ease;
}

.shdow-box-green:hover {
  box-shadow: 0px 27px 55.6px -28px rgba(89, 198, 209, 0.2509803922);
}

.box-shadow-card {
  transition: all 0.3s ease;
}
.box-shadow-card:hover {
  box-shadow: 0px 40px 28px -34px rgba(89, 198, 209, 0.3019607843);
}
.box-shadow-card:hover .svg-holder svg {
  stroke: #59C6D1;
  stroke-width: 0.6px !important;
}
.box-shadow-card:hover .svg-holder-line svg path {
  stroke: #59C6D1;
}

.btn-banner {
  position: relative;
  border-radius: 5px;
  background: transparent;
  z-index: 0;
  overflow: hidden;
}
.btn-banner:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(102.22deg, rgba(255, 255, 255, 0.37) -0.32%, rgba(255, 255, 255, 0) 39.45%, rgba(255, 255, 255, 0.37) 84.91%);
  z-index: -1;
  border-radius: inherit;
}
.btn-banner:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(255, 255, 255, 0.26);
  z-index: -1;
  border-radius: inherit;
}

/* // Bloom/Ripple animation */
@keyframes bloom {
  0% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    transform: scale(1.05);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
.bloom-animation {
  animation: bloom 2s ease-in-out infinite;
}

.description-content {
  font-family: "AzarMehr" !important;
  font-size: 16px;
  font-weight: 400;
  color: #556070;
  line-height: 40px;
  overflow: hidden;
}
.description-content p {
  font-size: 16px;
  font-weight: 400;
  color: #556070;
  line-height: 40px;
}
.description-content span {
  font-size: 16px;
  font-weight: 400;
  color: #556070;
  line-height: 28px;
}
.description-content h2,
.description-content h3 {
  color: #222;
  font-weight: 600;
  margin: 2rem 0 1rem 0 !important;
}
.description-content h2 {
  font-size: 32px;
}
.description-content h3 {
  font-size: 28px;
}
.description-content img {
  margin: 1.5rem 0 !important;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .description-content p {
    font-size: 14px;
    line-height: 32px;
  }
  .description-content h2 {
    font-size: 28px;
  }
  .description-content h3 {
    font-size: 24px;
  }
}

/* Table styling without additional classes */
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #E2E5ED;
  direction: rtl;
  border-radius: 10px;
  border: 1px solid #E2E5ED !important;
  /* Outer border */
  overflow: hidden;
  margin: 1.5rem 0;
  /* Remove duplicate borders */
  /* Remove inner vertical borders for first/last columns */
  /* Price column styling */
  /* Height column styling */
  /* Responsive styles */
}
table th {
  background-color: white;
  color: #1e3a8a;
  font-weight: 600;
  padding: 12px 15px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #E2E5ED !important;
}
table th span {
  display: block;
  font-size: 11px;
  color: #64748b;
  font-weight: normal;
}
table td {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #E2E5ED !important;
  font-size: 16px;
  color: #334155;
  line-height: 24px;
}
table tr:first-child th {
  border-top: none;
}
table td:first-child,
table th:first-child {
  border-right: none;
}
table td:last-child,
table th:last-child {
  border-left: none;
}
table td:first-child {
  font-weight: 600;
  color: #334155;
}
table td:nth-child(3) {
  color: #475569;
}
table tr {
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    max-height: 500px;
    /* Set your desired max height */
    overflow-y: auto;
    /* Custom scrollbar styling */
    /* For Firefox */
    scrollbar-width: thin;
    scrollbar-color: #b0b9d1 #f1f1f1;
  }
  table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  table::-webkit-scrollbar-thumb {
    background: #b0b9d1;
    border-radius: 4px;
  }
  table::-webkit-scrollbar-thumb:hover {
    background: #8896bd;
  }
  table td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #E2E5ED !important;
    font-size: 16px;
    color: #334155;
    line-height: 24px;
  }
}

.wp-block-table thead {
  border-bottom: 0px !important;
}

#single-product-content hr,
#single-blog-content hr {
  color: #d4d4d4 !important;
}

/* Assigning Fonts */
html[lang=fa-IR]:root {
  font-family: "AzarMehr", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

html[lang=en-US]:root {
  font-family: "AzarMehrEN", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}/*# sourceMappingURL=main.css.map */