/*!
Theme Name: ahanwork
Theme URI: https://ar-b.ir/
Author: Alireza
Author URI: https://ar-b.ir/
Description: ahanwork theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ahanwork
Tags: iron

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

html {
  scroll-behavior: smooth;
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
}

body {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  background-color: #fff;
  direction: rtl;
  text-align: right;
}

ins {
  text-decoration: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1330px;
  }
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #e9edf7;
}

*::-webkit-scrollbar-thumb {
  background-color: #e9edf7;
  border-radius: 20px;
  border: 3px solid #f03147;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #9cb5b5 #e7f3f3;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #e7f3f3;
}

*::-webkit-scrollbar-thumb {
  background-color: #9cb5b5;
  border-radius: 20px;
  border: 6px solid #9cb5b5;
}

@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 100;
  src: url("./assets/fonts/YekanBakhFaNum-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/YekanBakhFaNum-Light.woff2") format("woff2");
}
@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/YekanBakhFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/YekanBakhFaNum-SemiBold.woff2") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/YekanBakhFaNum-Bold.woff2") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 800;
  src: url("./assets/fonts/YekanBakhFaNum-ExtraBold.woff2") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 900;
  src: url("./assets/fonts/YekanBakhFaNum-ExtraBlack.woff2") format("woff");
}
.last-news-box {
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 100%);
}

.call-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f4f4f4 0%, #ffffff 100%);
  border-radius: 61.09px;
  width: 140%;
  z-index: -1;
}

.call-navasan-icon::before {
  content: "";
  border: 1px solid rgba(198, 198, 198, 0.1411764706);
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  width: 115%;
  height: 115%;
  opacity: 0.1;
  animation: mymove 1500ms linear infinite;
}

.call-navasan-icon::after {
  content: "";
  border: 1px solid rgba(193, 193, 193, 0.2901960784);
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  width: 145%;
  height: 145%;
  opacity: 0.04;
  transition-delay: 0.3s;
  animation: mymove 2000ms linear infinite;
}

@keyframes mymove {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.section-tab-product-table .list .item {
  position: relative;
  cursor: pointer;
}
.section-tab-product-table .list .item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.section-tab-product-table .list .item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.section-tab-product-table .list .item:nth-child(even) {
  background: rgba(211, 211, 211, 0.2);
  padding-bottom: 14px;
  padding-top: 14px;
}
.section-tab-product-table .list .item.active,
.section-tab-product-table .list .item:hover {
  background: #eb4708 !important;
}
.section-tab-product-table .list .item.active .title,
.section-tab-product-table .list .item:hover .title {
  color: #fff;
}
.section-tab-product-table .list .item.active .title span,
.section-tab-product-table .list .item:hover .title span {
  color: #fff;
  font-weight: 400;
}
.section-tab-product-table .list .item.active img,
.section-tab-product-table .list .item:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(262%)
    hue-rotate(174deg) brightness(119%) contrast(100%);
}
.section-tab-product-table .list .item.active::before,
.section-tab-product-table .list .item:hover::before {
  transition: all 0.3s;
  transform: translateX(-100%);
  left: 2px;
}
.section-tab-product-table .list .item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none' viewBox='0 0 10 11'%3E%3Cpath fill='%23EB4708' d='M10.002 3.103v4.45c0 2.767-1.958 3.892-4.35 2.517l-1.067-.617a.836.836 0 0 1-.416-.725v-6.8c0-.3.158-.575.416-.725L5.652.586c2.392-1.375 4.35-.25 4.35 2.517Zm-6.667-.45v5.358c0 .325-.35.525-.625.359l-.916-.534c-2.392-1.375-2.392-3.641 0-5.016l.916-.534a.419.419 0 0 1 .625.367Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: -1;
}

.table-product-index thead th {
  padding-right: 24px;
  padding-left: 24px;
}
.table-product-index tbody tr {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.table-product-index tbody tr td {
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.table-product-index tbody tr:hover .navasan-price {
  opacity: 1;
  visibility: visible;
  top: -8px;
}

.section-tab-product-table {
  position: relative;
}
.section-tab-product-table::before {
  content: "";
  background: #024c4c;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  position: absolute;
  z-index: -1;
  height: calc(100% - 63px);
}
.section-tab-product-table .title-main .inner {
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
}
.section-tab-product-table .title-main .inner::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32'%3E%3Cpath fill='%23024C4C' d='M.969 0H-245.88c-8.837 0-16 7.163-16 16s-7.164 16-16 16H32.969c-8.837 0-16-7.163-16-16S9.805 0 .969 0Z'/%3E%3C/svg%3E")
    no-repeat center;
  right: 0;
  transform: translateX(100%);
}
.section-tab-product-table .title-main .inner::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32'%3E%3Cpath fill='%23024C4C' d='M278.969 0H32.119c-8.836 0-16 7.163-16 16s-7.163 16-16 16h310.85c-8.837 0-16-7.163-16-16s-7.164-16-16-16Z'/%3E%3C/svg%3E");
  background-size: contain;
  left: 0;
  transform: translateX(-100%);
}
.section-tab-product-table .box-des-r {
  display: flex;
  position: absolute;
  width: 100%;
  height: 357px;
  right: -23px;
  border-radius: 0px 76px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 0;
  border-bottom: 0;
  z-index: -1;
}
.section-tab-product-table .box-des-r::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: -1.5px;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-tab-product-table .box-des-r::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  top: -2px;
  left: 0;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-tab-product-table .box-des-l {
  display: flex;
  position: absolute;
  width: 100%;
  height: 357px;
  left: -23px;
  border-top-left-radius: 76px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 0;
  border-bottom: 0;
  z-index: -1;
}
.section-tab-product-table .box-des-l::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: -1.5px;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-tab-product-table .box-des-l::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  top: -2px;
  right: 0;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}

.box-price-table {
  font-weight: 700;
  color: #7b7b7b;
}
.box-price-table.increase {
  color: #06a983;
}
.box-price-table.increase .arrow-change-price-t {
  fill: #06a983;
}
.box-price-table.decrease {
  color: #eb4708;
}
.box-price-table.decrease .arrow-change-price-b {
  fill: #eb4708;
}

.wave-footer {
  position: absolute;
  top: -1px;
  right: 50%;
  background-image: url("./assets/img/wave-footer.svg");
  background-repeat: no-repeat;
  width: 381px;
  height: 75px;
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 110;
  transform: translate(50%, 0%);
  background-size: contain;
}

footer::before {
  content: "";
  background-image: url(./assets/img/metal-square-tubes-supply-3.png);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.05;
  background-size: cover;
  mix-blend-mode: luminosity;
  z-index: 0;
}

.item-box-social-footer-telegram {
  background: linear-gradient(270deg, #64c3ff 0%, #33a8f2 100%);
}

.item-box-social-footer-whatsapp {
  background: linear-gradient(270deg, #64ffc6 0%, #1bd0a9 100%);
}

.ltr {
  direction: ltr;
}

.content-permissions * {
  display: flex;
  align-items: center;
}
.content-permissions img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-footer a {
  transition: all 0.3s;
}
.list-footer a:hover {
  background: #ea4201;
  color: #fff;
  border-radius: 70.41px;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: -7px;
}

.wave-footer-btn {
  position: absolute;
  bottom: 0;
  right: 50%;
  background-image: url("./assets/img/wave-footer-btn.svg");
  background-repeat: no-repeat;
  width: 219px;
  height: 59px;
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 110;
  transform: translate(50%, 0%);
  background-size: contain;
}

.section-form form {
  display: flex;
  gap: 20px;
}
.section-form form * {
  flex: 1 1 0%;
}
.section-form form input {
  border: 1.35px solid #ededed;
  font-size: 12px;
  font-weight: 400;
  color: #7c7c7c;
  letter-spacing: -6%;
  padding: 18px 22px;
  border-radius: 72px;
}
.section-form form input:focus {
  outline: none;
}
.section-form form button {
  background: linear-gradient(90deg, #ff7540 0%, #ea4201 100%);
  border-radius: 72px;
  box-shadow: 0px 4px 23.6px 0px rgba(234, 66, 1, 0.5019607843);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -6%;
  padding: 16px 20px;
  margin-right: 7px;
}
.section-form .box-title .box-r,
.section-form .box-title .box-l {
  position: relative;
}
.section-form .box-title .box-r::before,
.section-form .box-title .box-l::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  border: 0.5px solid #919191;
}
.section-form .box-title .box-r::after,
.section-form .box-title .box-l::after {
  position: absolute;
  content: "";
  background: #919191;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-form .box-title .box-r::before {
  border-top: unset;
  border-right: unset;
  border-end-end-radius: 53px;
  bottom: 0;
  right: 1px;
}
.section-form .box-title .box-r::after {
  bottom: -1px;
  right: -0.6px;
}
.section-form .box-title .box-l::before {
  border-bottom: unset;
  border-top-right-radius: 53px;
  border-top-left-radius: 53px;
  top: 0;
  left: 0px;
}
.section-form .box-title .box-l::after {
  top: 50%;
  left: -0.6px;
}

.item-post .info {
  background: linear-gradient(90deg, #ffffff 0%, #f3f3f3 100%);
}
.item-post .info .item::before {
  content: "";
  min-width: 5.59px;
  min-height: 5.59px;
  border: 1.12px solid #afafaf;
  display: inline-flex;
  border-radius: 100%;
  margin-left: 5px;
}

.section-blogs .box-title .box-des-l,
.section-blogs .box-title .box-des-r {
  display: flex;
  position: absolute;
  border: 0.5px solid rgba(72, 72, 72, 0.8);
  width: calc(100% + 37px);
  height: 167px;
}
.section-blogs .box-title .box-des-l::before,
.section-blogs .box-title .box-des-l::after,
.section-blogs .box-title .box-des-r::before,
.section-blogs .box-title .box-des-r::after {
  position: absolute;
  content: "";
  background: rgba(72, 72, 72, 0.8);
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-blogs .box-title .box-des-r {
  right: -37px;
  border-radius: 0px 76px 0px 0px;
  border-left: 0;
  border-bottom: 0;
}
.section-blogs .box-title .box-des-r::after {
  bottom: 0;
  right: -1.5px;
}
.section-blogs .box-title .box-des-r::before {
  top: -2px;
  left: 0;
}
.section-blogs .box-title .box-des-l {
  left: -37px;
  border-top-left-radius: 70px;
  border-right: 0;
  border-bottom: 0;
}
.section-blogs .box-title .box-des-l::after {
  bottom: 0;
  left: -1.5px;
}
.section-blogs .box-title .box-des-l::before {
  top: -2px;
  right: 0;
}

.section-category {
  position: relative;
}
.section-category::before {
  position: absolute;
  content: "";
  background: #eee;
  height: 160%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-category::after {
  position: absolute;
  content: "";
  background-image: url(./assets/img/bg-category-img.jpg);
  height: 160%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-blend-mode: luminosity;
}
.section-category .box-title .box-des-l,
.section-category .box-title .box-des-r {
  display: flex;
  position: absolute;
  border: 0.5px solid rgba(72, 72, 72, 0.8);
  width: 100%;
  height: 149px;
}
.section-category .box-title .box-des-l::before,
.section-category .box-title .box-des-l::after,
.section-category .box-title .box-des-r::before,
.section-category .box-title .box-des-r::after {
  position: absolute;
  content: "";
  background: rgba(72, 72, 72, 0.8);
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-category .box-title .box-des-r {
  right: -27px;
  border-radius: 0px 56px 0px 0px;
  border-left: 0;
  border-bottom: 0;
}
.section-category .box-title .box-des-r::after {
  bottom: 0;
  right: -1.5px;
}
.section-category .box-title .box-des-r::before {
  top: -2px;
  left: 0;
}
.section-category .box-title .box-des-l {
  left: -27px;
  border-top-left-radius: 56px;
  border-right: 0;
  border-bottom: 0;
}
.section-category .box-title .box-des-l::after {
  bottom: 0;
  left: -1.5px;
}
.section-category .box-title .box-des-l::before {
  top: -2px;
  right: 0;
}

.item-category:hover .title {
  color: #ea4201;
}
.item-category:hover .show-more {
  font-weight: 400;
}
.item-category:hover img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(69%) saturate(5204%)
    hue-rotate(7deg) brightness(97%) contrast(99%);
}
.item-category .box-img {
  position: relative;
}
.item-category .box-img::before,
.item-category .box-img::after {
  content: "";
  width: calc(50% - 2.5px);
  position: absolute;
  z-index: -1;
  height: 100%;
}
.item-category .box-img::before {
  background: #ffffff;
  right: 0;
}
.item-category .box-img::after {
  background: rgba(255, 255, 255, 0.47);
  left: 0;
}

.transition-3s {
  transition: all 0.3s;
}

.box-experts {
  position: relative;
}
.box-experts::before {
  position: absolute;
  content: "";
  background-image: url(./assets/img/box-experts.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.box-experts .telegram-footer-icon {
  background: linear-gradient(
    90deg,
    rgba(23, 166, 255, 0.3) 0%,
    rgba(87, 191, 255, 0.3) 100%
  );
}

.box-experts .whatsapp-footer-icon {
  background: linear-gradient(
    90deg,
    rgba(23, 255, 147, 0.3) 0%,
    rgba(1, 221, 118, 0.3) 100%
  );
}

.swiper-slide {
  transition: transform 0.4s ease;
  transform: translateY(-15px);
}

.swiper-slide-active {
  transform: translateY(-15px);
  background: rgba(255, 255, 255, 0.18);
}

.swiperExpertsCss {
  position: relative;
}
.swiperExpertsCss::before {
  position: absolute;
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3215686275);
  left: 10px;
  right: 10px;
  top: 10px;
  border-radius: 30px;
  transition: all 0.3s;
}
.swiperExpertsCss::after {
  position: absolute;
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3215686275);
  left: 20px;
  right: 20px;
  top: 0;
  border-radius: 30px;
  transition: all 0.3s;
}

.swiperExpertsCss.slide-changed::before {
  left: 20px;
  right: 20px;
  top: 0;
}

.swiperExpertsCss.slide-changed::after {
  left: 10px;
  right: 10px;
  top: 10px;
}

.swiper-slide-active {
  transform: translateY(-15px);
  background: unset;
}

.title-stroke {
  color: #fff;
  text-shadow: -2.5px -2.5px 0 #292d36, 2.5px -2.5px 0 #292d36,
    -2.5px 2.5px 0 #292d36, 2.5px 2.5px 0 #292d36;
  -webkit-text-stroke: 0;
}

.list-attr-section li {
  position: relative;
}
.list-attr-section li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="11" viewBox="0 0 12 11" fill="none"><path d="M11.1529 0.0789084C10.6267 -0.204461 10.0397 0.342037 9.6956 0.665889C8.90625 1.43503 8.23831 2.32563 7.48937 3.13525C6.6595 4.02584 5.89035 4.91643 5.04024 5.78682C4.55447 6.27259 4.02821 6.79885 3.70436 7.40607C2.97569 6.69762 2.34823 5.92847 1.5386 5.30104C0.951624 4.85575 -0.0199294 4.53189 0.000311285 5.60465C0.0407927 7.00129 1.27548 8.4991 2.18631 9.45038C2.57088 9.8552 3.0769 10.2803 3.66388 10.3005C4.3723 10.341 5.10097 9.49086 5.52602 9.02533C6.27496 8.2157 6.88218 7.30484 7.57033 6.475C8.46092 5.382 9.37175 4.30921 10.2421 3.19598C10.7886 2.50779 12.5091 0.80754 11.1529 0.0789084ZM0.890869 5.52369C0.870628 5.52369 0.850387 5.52369 0.809906 5.5439C0.728943 5.52369 0.668221 5.50341 0.587258 5.46293C0.64798 5.42245 0.749184 5.44269 0.890869 5.52369Z" fill="black" fill-opacity="0.76"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  transform: translateY(calc(50% - 3px));
}
.list-attr-section li::after {
  content: "";
  position: absolute;
  background: rgba(92, 92, 92, 0.231372549);
  width: 51.5px;
  height: 26px;
  border-radius: 35px;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.section-info-experts .box-r,
.section-info-experts .box-l {
  position: relative;
}
.section-info-experts .box-r::before,
.section-info-experts .box-l::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  border: 0.5px solid #3a3a3a;
}
.section-info-experts .box-r::after,
.section-info-experts .box-l::after {
  position: absolute;
  content: "";
  background: #3a3a3a;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-info-experts .box-r::before {
  border-bottom: unset;
  border-right: unset;
  border-top-left-radius: 81px;
  top: 0;
  right: 1px;
}
.section-info-experts .box-r::after {
  top: -0.7px;
  right: -0.6px;
}
.section-info-experts .box-l::before {
  border-top: unset;
  border-left: unset;
  border-bottom-right-radius: 81px;
  bottom: 0;
  left: 0px;
}
.section-info-experts .box-l::after {
  bottom: -0.7px;
  left: -0.6px;
}

.section-slider-products .box-swiper {
  position: relative;
}
.section-slider-products .box-swiper::before {
  content: "";
  background: #737373;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  border-radius: inherit;
  z-index: 1;
}
.section-slider-products .box-swiper::after {
  content: "";
  background: #eb4708;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  border-radius: inherit;
  z-index: 0;
}

.item-product-slider {
  box-shadow: 34.28px 0px 33.71px 0px rgba(0, 0, 0, 0.031372549) inset;
}

.regularPrice {
  position: relative;
}
.regularPrice::before {
  content: "";
  position: absolute;
  rotate: 176.5deg;
  left: 0;
  right: 0;
  height: 0.7px;
  background: #8e8e8e;
  top: 50%;
}

.section-slider-products .box-title .box-des-l,
.section-slider-products .box-title .box-des-r {
  display: flex;
  position: absolute;
  border: 0.5px solid rgba(72, 72, 72, 0.8);
  width: 100%;
  height: 167px;
}
.section-slider-products .box-title .box-des-l::before,
.section-slider-products .box-title .box-des-l::after,
.section-slider-products .box-title .box-des-r::before,
.section-slider-products .box-title .box-des-r::after {
  position: absolute;
  content: "";
  background: rgba(72, 72, 72, 0.8);
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-slider-products .box-title .box-des-r {
  right: -20px;
  border-radius: 0px 71px 0px 0px;
  border-left: 0;
  border-bottom: 0;
}
.section-slider-products .box-title .box-des-r::after {
  bottom: 0;
  right: -1.5px;
}
.section-slider-products .box-title .box-des-r::before {
  top: -2px;
  left: 0;
}
.section-slider-products .box-title .box-des-l {
  left: -20px;
  border-top-left-radius: 71px;
  border-right: 0;
  border-bottom: 0;
}
.section-slider-products .box-title .box-des-l::after {
  bottom: 0;
  left: -1.5px;
}
.section-slider-products .box-title .box-des-l::before {
  top: -2px;
  right: 0;
}

.swiperThumbHero .swiper-slide-thumb-active .item {
  background: rgba(234, 66, 1, 0.1098039216);
}
.swiperThumbHero .swiper-slide-thumb-active .item img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(71%) saturate(2803%)
    hue-rotate(5deg) brightness(93%) contrast(105%);
}

.text-img-mask {
  background: url(./assets/img/mask-img-text.png) center center/cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-rl;
  transform: rotate(270deg);
  transform-origin: center;
}

.section-info-video .box-vip-line {
  display: flex;
  position: absolute;
  border: 0.5px solid rgba(72, 72, 72, 0.8);
  width: calc(100% - 120px);
  height: calc(100% - 20px);
}
.section-info-video .box-vip-line::before,
.section-info-video .box-vip-line::after {
  position: absolute;
  content: "";
  background: rgba(72, 72, 72, 0.8);
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.section-info-video .box-vip-line {
  left: -20px;
  border-top-left-radius: 71px;
  border-right: 0;
  border-bottom: 0;
}
.section-info-video .box-vip-line::after {
  bottom: 0;
  left: -1.5px;
}
.section-info-video .box-vip-line::before {
  top: -2px;
  right: 0;
}
.section-info-video .box-img {
  position: relative;
}
.section-info-video .box-img::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  background: #0d8282;
  width: 73%;
  z-index: -1;
  border-radius: 30px;
}
.section-info-video .box-abs-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  rotate: -3deg;
  background: #ea4201;
  top: 0;
  right: 0;
  border-radius: inherit;
  z-index: -1;
}

.section-call-to-action .inner-before-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-call-to-action .inner-before-after::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ea4201 0%, #ff7d4b 100%);
  border-radius: 41px;
  top: -7px;
  right: 10px;
  width: 70%;
  height: 135px;
}
.section-call-to-action .inner-before-after::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #4dd2d2 0%, #036767 100%);
  border-radius: 41px;
  top: -7px;
  left: 10px;
  width: 51%;
  height: 135px;
}
.section-call-to-action .box {
  position: relative;
  z-index: 1;
}
.section-call-to-action .box::before {
  content: "";
  background-image: url(./assets/img/bg-section-call-to-action.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: -1;
}

.section-call-to-action .title {
  text-shadow: 0px 5.23px 0px rgba(0, 0, 0, 0.2509803922);
}

.boxSwiperHero {
  position: relative;
}
.boxSwiperHero::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 9px;
  height: 100%;
  background: #fff;
  border-radius: 52px;
  z-index: 1;
}
.boxSwiperHero .box-des-l,
.boxSwiperHero .box-des-r {
  display: flex;
  position: absolute;
  border: 1px solid #c4c4c4;
  width: 35%;
  height: 80%;
}
.boxSwiperHero .box-des-l::before,
.boxSwiperHero .box-des-l::after,
.boxSwiperHero .box-des-r::before,
.boxSwiperHero .box-des-r::after {
  position: absolute;
  content: "";
  background: #c4c4c4;
  min-width: 2.67px;
  min-height: 2.67px;
  border-radius: 50%;
}
.boxSwiperHero .box-des-r {
  bottom: -24px;
  right: -24px;
  border-radius: 0px 0px 41px 0px;
  border-left: 0;
  border-top: 0;
  border-color: rgba(230, 230, 230, 0.3490196078);
}
.boxSwiperHero .box-des-r::after {
  top: 0;
  right: -1.9px;
  background: rgba(230, 230, 230, 0.3490196078);
}
.boxSwiperHero .box-des-r::before {
  bottom: -2px;
  left: 0;
  background: rgba(230, 230, 230, 0.3490196078);
}
.boxSwiperHero .box-des-l {
  top: -24px;
  left: -24px;
  border-top-left-radius: 41px;
  border-right: 0;
  border-bottom: 0;
}
.boxSwiperHero .box-des-l::after {
  bottom: 0;
  left: -1.5px;
}
.boxSwiperHero .box-des-l::before {
  top: -2px;
  right: 0;
}

.item-cat-pro-blog {
  position: relative;
  overflow: hidden;
}
.item-cat-pro-blog:hover::after {
  bottom: 0px;
}
.item-cat-pro-blog:hover::before {
  background: linear-gradient(180deg, rgba(234, 66, 1, 0.39) 0%, #ffffff 100%);
}
.item-cat-pro-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(234, 66, 1, 0) 0%, #ffffff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: source-over, source-over;
  mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s;
}
.item-cat-pro-blog::after {
  content: "";
  position: absolute;
  background: #ea4201;
  height: 6px;
  bottom: -6px;
  width: 58%;
  right: 50%;
  border-radius: 50px 50px 0px 0px;
  transform: translate(50%);
  transition: all 0.3s;
}
.item-cat-pro-blog .box-img {
  position: relative;
}
.item-cat-pro-blog .box-img::before {
  content: "";
  position: absolute;
  border: 8px solid #ededed;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: -1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.vip-item-blog::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    109.69deg,
    rgba(0, 0, 0, 0.46) 19.4%,
    rgba(0, 0, 0, 0.67) 56.96%
  );
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.list-filter-blog li a {
  transition: all 0.3s;
}
.list-filter-blog li a.active,
.list-filter-blog li a:hover {
  background: #ea4201;
  color: #fff;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  font-size: 13px;
  color: #8b8b8b;
  font-weight: 400;
  flex-wrap: wrap;
}
.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 30px;
  background: #eeeeee;
  border-radius: 7px;
  transition: all 0.3s;
}
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
  min-width: 29px;
  height: 29px;
  background: #797979;
  border-radius: 100%;
  fill: #969fae;
}
.woocommerce-pagination .page-numbers.next svg,
.woocommerce-pagination .page-numbers.prev svg {
  fill: white;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
  color: #fff;
  background: #ea4201;
}

.widget-sidebar .title-head {
  position: relative;
}
.widget-sidebar .title-head::before {
  content: "";
  position: absolute;
  right: -12px;
  background: #ea4201;
  width: 2.3px;
  height: 70%;
  top: 5px;
}
.widget-sidebar .title-head::after {
  content: "";
  position: absolute;
  right: -12px;
  background: #787878;
  width: 2.3px;
  height: 30%;
  bottom: 0;
}

.widget-sidebar-product .title-head::before,
.widget-sidebar-product .title-head::after {
  right: -20px;
}
.widget-sidebar-product .list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb .sep {
  font-weight: 400;
}

.breadcrumbs {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(230, 230, 230, 0.42) 100%
  );
}

.breadcrumbs {
  overflow: auto;
  white-space: nowrap;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.box-main-single-blog {
  position: relative;
}
.box-main-single-blog::before {
  content: "";
  position: absolute;
  top: -19px;
  left: -17px;
  right: -17px;
  height: 447px;
  background: #ebebeb;
  border-radius: 36px;
  z-index: -1;
}
.box-main-single-blog .breadcrumbs {
  background: rgba(255, 255, 255, 0.4588235294);
  margin-bottom: 18px;
}

.content-post,
.elementor-widget-text-editor:not(.sytle-content) {
  text-align: justify;
}
.content-post p:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) p:not(.neutral) {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}
.content-post h1:not(.neutral) + p,
.content-post h2:not(.neutral) + p,
.content-post h3:not(.neutral) + p,
.content-post h4:not(.neutral) + p,
.content-post h5:not(.neutral) + p,
.content-post h6:not(.neutral) + p,
.elementor-widget-text-editor:not(.sytle-content) h1:not(.neutral) + p,
.elementor-widget-text-editor:not(.sytle-content) h2:not(.neutral) + p,
.elementor-widget-text-editor:not(.sytle-content) h3:not(.neutral) + p,
.elementor-widget-text-editor:not(.sytle-content) h4:not(.neutral) + p,
.elementor-widget-text-editor:not(.sytle-content) h5:not(.neutral) + p,
.elementor-widget-text-editor:not(.sytle-content) h6:not(.neutral) + p {
  margin-top: 0;
}
.content-post h1:not(.neutral),
.content-post h2:not(.neutral),
.content-post h3:not(.neutral),
.content-post h4:not(.neutral),
.content-post h5:not(.neutral),
.content-post h6:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h1:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h2:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h3:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h4:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h5:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h6:not(.neutral) {
  font-weight: 800;
  color: #4f4f4f;
}
.content-post h1:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h1:not(.neutral) {
  font-size: 30px;
  color: #4f4f4f;
}
.content-post h2:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h2:not(.neutral) {
  font-size: 28px;
  color: #4f4f4f;
}
.content-post h3:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h3:not(.neutral) {
  font-size: 25px;
}
.content-post h4:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h4:not(.neutral) {
  font-size: 23px;
}
.content-post h5:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h5:not(.neutral) {
  font-size: 22px;
}
.content-post h6:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) h6:not(.neutral) {
  font-size: 21px;
}
.content-post ul:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) ul:not(.neutral) {
  padding: 5px 0 15px;
  line-height: 35px;
  list-style-type: none;
  color: #495666;
  font-size: 15px;
  margin-bottom: 30px;
}
.content-post ul:not(.neutral) li,
.elementor-widget-text-editor:not(.sytle-content) ul:not(.neutral) li {
  position: relative;
  display: inline-block;
}
.content-post ul:not(.neutral) li::before,
.elementor-widget-text-editor:not(.sytle-content) ul:not(.neutral) li::before {
  content: "";
  background: #9dadc0;
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
}
.content-post ol:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) ol:not(.neutral) {
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
  color: #495666;
  font-size: 15px;
  margin-bottom: 20px;
}
.content-post ol:not(.neutral) li,
.elementor-widget-text-editor:not(.sytle-content) ol:not(.neutral) li {
  counter-increment: my-awesome-counter;
  margin-bottom: 5px;
}
.content-post ol:not(.neutral) li::before,
.elementor-widget-text-editor:not(.sytle-content) ol:not(.neutral) li::before {
  content: counter(my-awesome-counter) "  ";
  color: #9dadc0;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
  min-width: 30px;
}
.content-post a:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) a:not(.neutral) {
  color: #1f4983;
  border-bottom: 1px solid;
  margin: 0 4px;
}
.content-post img:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) img:not(.neutral) {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post .initial *,
.elementor-widget-text-editor:not(.sytle-content) .initial * {
  margin: initial;
  padding: initial;
  text-align: initial;
  line-height: initial;
}
.content-post .initial *::before,
.content-post .initial *::after,
.elementor-widget-text-editor:not(.sytle-content) .initial *::before,
.elementor-widget-text-editor:not(.sytle-content) .initial *::after {
  content: initial;
}
.content-post blockquote:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) blockquote:not(.neutral) {
  color: #8d8d8d;
  border-radius: 18px;
  padding: 24px 20px 24px 140px;
  font-size: 14px;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(240, 240, 240, 0.6) 0%,
    rgba(248, 248, 248, 0.6) 100%
  );
  border: 1.14px solid rgba(119, 119, 119, 0.2784313725);
}
.content-post blockquote:not(.neutral)::before,
.elementor-widget-text-editor:not(.sytle-content)
  blockquote:not(.neutral)::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='102' fill='none' viewBox='0 0 108 102'%3E%3Cpath fill='%23E9EBFE' d='M24.826 80.912 12.62 76.414c-6.936-2.557-10.54-10.3-7.97-17.273l8.102-21.983c.573-1.554 2.337-2.368 3.89-1.795l21.984 8.102c7.201 2.654 10.624 10.071 7.97 17.272l-4.498 12.205c-2.692 7.187-10.11 10.61-17.273 7.97Zm-7.449-38.778-7.054 19.14a7.396 7.396 0 0 0 4.38 9.492l12.204 4.498c4.018 1.48 8.012-.362 9.492-4.38l4.498-12.204c1.481-4.017-.362-8.012-4.38-9.492l-19.14-7.054Z'/%3E%3Cpath fill='%23E9EBFE' d='M14.534 41.086c-1.554-.573-2.367-2.336-1.795-3.89 8.73-23.689 15.374-26.88 32.136-29.958 1.658-.293 3.234.804 3.54 2.424.294 1.658-.804 3.233-2.424 3.54-14.962 2.752-19.604 4.485-27.566 26.089-.573 1.554-2.337 2.368-3.89 1.795Zm54.334 56.057-12.204-4.498c-6.936-2.556-10.54-10.298-7.97-17.272l8.102-21.983c.572-1.554 2.336-2.368 3.89-1.795l21.983 8.102c7.202 2.654 10.624 10.071 7.97 17.272l-4.498 12.205c-2.654 7.201-10.072 10.623-17.273 7.97Zm-7.41-38.764L54.403 77.52a7.396 7.396 0 0 0 4.38 9.492l12.204 4.498c4.018 1.48 8.012-.362 9.493-4.38l4.498-12.204c1.48-4.018-.363-8.012-4.38-9.492l-19.14-7.055Z'/%3E%3Cpath fill='%23E9EBFE' d='M58.614 57.331c-1.554-.572-2.368-2.336-1.795-3.89 8.73-23.689 15.374-26.88 32.135-29.958 1.658-.293 3.234.805 3.541 2.424.293 1.658-.804 3.234-2.424 3.541-14.962 2.751-19.605 4.484-27.567 26.088-.572 1.554-2.336 2.368-3.89 1.795Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
  position: absolute;
  top: 16px;
}
.content-post blockquote:not(.neutral)::after,
.elementor-widget-text-editor:not(.sytle-content)
  blockquote:not(.neutral)::after {
  content: "";
  position: absolute;
  background: #ea4201;
  width: 6px;
  border-radius: 18px 0px 0px 18px;
  right: 0;
  top: 20px;
  bottom: 20px;
}
.content-post blockquote:not(.neutral) p,
.elementor-widget-text-editor:not(.sytle-content) blockquote:not(.neutral) p {
  margin: unset;
  padding: unset;
}
.content-post .wp-block-table,
.content-post .wp-block-table,
.elementor-widget-text-editor:not(.sytle-content) .wp-block-table,
.elementor-widget-text-editor:not(.sytle-content) .wp-block-table {
  text-align: center;
  display: flex;
  width: 100%;
}
.content-post .wp-block-table td,
.content-post .content-post .wp-block-table th,
.content-post .wp-block-table td,
.content-post .wp-block-table th,
.elementor-widget-text-editor:not(.sytle-content) .wp-block-table td,
.elementor-widget-text-editor:not(.sytle-content)
  .content-post
  .wp-block-table
  th,
.elementor-widget-text-editor:not(.sytle-content) .wp-block-table td,
.elementor-widget-text-editor:not(.sytle-content) .wp-block-table th {
  border: 1px solid #eee;
}
.content-post .wp-block-table tr:first-child td,
.content-post .wp-block-table tr:first-child td,
.elementor-widget-text-editor:not(.sytle-content)
  .wp-block-table
  tr:first-child
  td,
.elementor-widget-text-editor:not(.sytle-content)
  .wp-block-table
  tr:first-child
  td {
  background: var(--color-primary-bg);
  color: #fff;
}
.content-post table:not(.neutral),
.content-post table:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) table:not(.neutral),
.elementor-widget-text-editor:not(.sytle-content) table:not(.neutral) {
  width: -moz-max-content !important;
  width: max-content !important;
}
.content-post table:not(.neutral) td,
.content-post table:not(.neutral) td,
.elementor-widget-text-editor:not(.sytle-content) table:not(.neutral) td,
.elementor-widget-text-editor:not(.sytle-content) table:not(.neutral) td {
  min-width: 85px;
}

.box-auther {
  position: relative;
  z-index: 1;
}
.box-auther::before {
  position: absolute;
  content: "";
  height: 120%;
  width: auto;
  border: 45px solid rgba(250, 250, 250, 0.8980392157);
  border-radius: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
  left: 44px;
  top: 0;
}
.box-auther .auther-img-box {
  width: 122px;
  aspect-ratio: 1;
  overflow: hidden;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 5 Q55 5 60 8 L85 22 Q90 25 90 30 L90 70 Q90 75 85 78 L60 92 Q55 95 50 95 Q45 95 40 92 L15 78 Q10 75 10 70 L10 30 Q10 25 15 22 L40 8 Q45 5 50 5 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 5 Q55 5 60 8 L85 22 Q90 25 90 30 L90 70 Q90 75 85 78 L60 92 Q55 95 50 95 Q45 95 40 92 L15 78 Q10 75 10 70 L10 30 Q10 25 15 22 L40 8 Q45 5 50 5 Z' fill='black'/%3E%3C/svg%3E");
}
.box-auther .box-pic-name {
  z-index: 1;
}
.box-auther .box-pic-name::after {
  content: "";
  position: absolute;
  width: 298px;
  height: 154%;
  right: 9px;
  background-image: url("./assets/img/bg-box-auther.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  top: -45px;
  z-index: -1;
}

.commentlist ul.children {
  padding-right: 50px;
}
.commentlist ul.children li .comment_container {
  position: relative;
}
.commentlist ul.children li .comment_container::before {
  content: "";
  position: absolute;
  background: #ededed;
  right: -9px;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  z-index: -2;
}

.comment-form {
  background: #ffffff;
  box-shadow: 0px 24.32px 85.12px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 27px 29px;
  border-radius: 37px;
  gap: 13px;
  display: flex;
  flex-wrap: wrap;
}
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form textarea {
  font-size: 15px;
  color: #818181;
  font-weight: 600;
  letter-spacing: -6%;
  width: 100%;
  padding-right: 10px;
  padding-top: 30px;
  height: 176px;
  resize: none;
  border-radius: 13px;
}
.comment-form textarea:focus {
  outline: none;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex-grow: 1;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  background: #fafafa;
  padding: 17px 22px;
  font-size: 15px;
  color: #818181;
  font-weight: 400;
  letter-spacing: -6%;
  border-radius: 13px;
  width: 100%;
}
.comment-form .comment-form-author input:focus,
.comment-form .comment-form-email input:focus {
  outline: none;
}
.comment-form .submit_field_box_comment input {
  background: #ea4201;
  border-radius: 13px;
  padding: 14px 28px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -4%;
}

.box-form-contactus form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-form-contactus .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.box-form-contactus .item-textarea {
  width: 100%;
}
.box-form-contactus label {
  font-size: 14px;
  color: #505050;
  font-weight: 700;
  letter-spacing: -6%;
}
.box-form-contactus input[type="text"] {
  background: #f9f9f9;
  border-radius: 11px;
  padding: 16px 20px;
  border: 1.2px solid #f9f9f9;
  font-size: 12px;
  font-weight: 400;
  color: #9b9b9b;
  letter-spacing: -6%;
}
.box-form-contactus input[type="text"]:focus {
  outline: none;
}
.box-form-contactus textarea {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 16px 20px;
  border: 1.2px solid #f9f9f9;
  font-size: 12px;
  font-weight: 400;
  color: #9b9b9b;
  letter-spacing: -6%;
  height: 142px;
}
.box-form-contactus textarea:focus {
  outline: none;
}
.box-form-contactus input[type="submit"] {
  background: #ea4201;
  border-radius: 15px;
  padding: 13px 20px;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -6%;
  font-weight: 800;
  width: 100%;
}

.box-map-contactus {
  position: relative;
}
.box-map-contactus::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 35px;
  left: -13px;
  right: -13px;
  background: linear-gradient(90deg, #016867 0%, #ea4201 100%);
  border-radius: 25px;
  z-index: -1;
}
.box-map-contactus iframe {
  width: 100%;
  height: 100%;
  border-radius: 38px;
}

.item-faq .content {
  position: relative;
}
.item-faq .content::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2.3px;
  background: #ea4201;
  right: 0;
  border-radius: 2px;
  top: 0;
  transform: translateY(-50%);
}

.section-pic-info-contact .box-img {
  position: relative;
}
.section-pic-info-contact .box-img::before {
  content: "";
  position: absolute;
  background: #f86025;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
  right: -7px;
  top: -7px;
  bottom: -7px;
  width: 39%;
  z-index: -1;
}
.section-pic-info-contact .box-call {
  background: linear-gradient(270.1deg, #ff713a 0.09%, #ea4201 68.15%);
  box-shadow: 0px 0px 43.2px 0px rgba(234, 66, 1, 0.5215686275);
}
.section-pic-info-contact .box-call .inner {
  position: relative;
}
.section-pic-info-contact .box-call .inner::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(244, 244, 244, 0.231372549);
  border-radius: 15px;
  right: -11px;
  bottom: -5px;
  top: -5px;
  width: 126px;
  border-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.gallery .glightbox img {
  filter: grayscale(1);
  transition: all 0.3s;
}
.gallery .glightbox img:hover {
  filter: grayscale(0);
}

.section-info-video .custom-play-overlay {
  z-index: 10;
}
.section-info-video .custom-play-overlay::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  width: 130%;
  height: 130%;
  border-radius: 100%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -2;
  animation-delay: 0s;
  animation: pulseWave 2s infinite ease-out;
}
.section-info-video .custom-play-overlay::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3019607843);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -2;
  animation-delay: 1s;
  animation: pulseWave 2s infinite ease-out;
}

@keyframes pulseWave {
  0% {
    transform: translate(50%, -50%) scale(0.8);
    opacity: 1;
  }
  70% {
    transform: translate(50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.select2-container {
  height: 100%;
  line-height: normal;
  width: 100% !important;
}

.selection {
  width: 100%;
  height: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
}

.select2-search--dropdown .select2-search__field {
  border: none !important;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}

.select2-results__option {
  color: #8f9da7;
  font-size: 14px;
}

.select2-dropdown {
  filter: drop-shadow(0px 3px 0px #e8ebf1);
  background-color: #ffffff;
  border: 1px solid #ebeff5;
  border-radius: 12px;
  margin-top: 20px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #f1f3f8;
  font-size: 14px;
  color: #585858;
  font-weight: bold;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-size: 14px;
  color: #383838;
  font-weight: bold;
  letter-spacing: -6%;
  border-bottom: 1px solid #e8ebf1;
  text-align: center;
}

.box-select2-c .select2-selection--single {
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  border-radius: 50px !important;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 13px 0;
}
.box-select2-c
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #383838;
  font-weight: bold;
  letter-spacing: -6%;
}
.box-select2-c
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 24px !important;
}
.box-select2-c
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translatey(-50%);
  background: #fff;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  left: 14px;
  transition: all 3s;
}
.box-select2-c
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #363636 transparent transparent transparent !important;
}
.box-select2-c
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #363636 transparent !important;
}

.widget-compony ul li label {
  transition: all 0.3s;
}
.widget-compony ul li input:checked + label {
  font-weight: 700;
}
.widget-compony ul li input:checked + label .checkbox {
  background: #ea4201;
  border-color: #ea4201;
}

.widget-calculator .select2-selection--single {
  border: 1px solid #ededed;
  background: #f9f9f9;
  border-radius: 12px !important;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 11px 0;
}
.widget-calculator
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  color: #575757;
  font-weight: normal;
}
.widget-calculator
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translatey(-50%);
  border-radius: 100%;
  width: 31px;
  height: 31px;
  left: 14px;
  transition: all 3s;
}
.widget-calculator
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #363636 transparent transparent transparent !important;
}
.widget-calculator
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #363636 transparent !important;
}

.widget-experts::before {
  position: absolute;
  content: "";
  background-image: url(./assets/img/box-experts.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: inherit;
}

.widget-experts .telegram-footer-icon {
  background: linear-gradient(
    90deg,
    rgba(23, 166, 255, 0.3) 0%,
    rgba(87, 191, 255, 0.3) 100%
  );
}

.widget-experts .whatsapp-footer-icon {
  background: linear-gradient(
    90deg,
    rgba(23, 255, 147, 0.3) 0%,
    rgba(1, 221, 118, 0.3) 100%
  );
}

.swiper-slide {
  transform: unset;
}

.widgetExpertSwiper::before {
  position: absolute;
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3215686275);
  left: 0;
  right: 0;
  bottom: 8px;
  border-radius: 50px;
  transition: all 0.3s;
}
.widgetExpertSwiper::after {
  position: absolute;
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3215686275);
  left: 5px;
  right: 5px;
  bottom: 0;
  border-radius: 50px;
  transition: all 0.3s;
}

.navasan-price {
  box-shadow: 0px 0px 26.8px 0px rgba(0, 0, 0, 0.1019607843);
  filter: drop-shadow(0px 0px 1px #e3e3e3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.navasan-price::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath fill='%23ffffff' d='M10.227 0H.854C.094 0-.286 1.063.252 1.687l4.101 4.748c.657.76 1.726.76 2.383 0l1.56-1.806 2.54-2.942c.531-.624.151-1.687-.609-1.687Z'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 2px;
  transform: translate(50%, 100%);
  right: 50%;
}

.AllListPriceCatLevel .ItemTableCatLevel .head-inner {
  background: #565656;
}

.menu-header li a {
  position: relative;
  gap: 1px;
}
.menu-header li a .title,
.menu-header li a .sub-title {
  transition: all 0.3s;
}
.menu-header li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  background: #ea4201;
  height: 1px;
  width: 0;
  transition: all 0.3s;
}
.menu-header li a:hover::before {
  width: 100%;
}
.menu-header li a:hover .title {
  color: #ea4201;
}
.menu-header li a:hover .sub-title {
  color: rgba(234, 66, 1, 0.431372549);
}

.form-search-mobile {
  box-shadow: 0px 0px 17.46px 0px rgba(0, 0, 0, 0.15) inset;
}

.switch-button input:checked + label .btn span {
  transform: translateX(9px);
}

@media (max-width: 1400.98px) {
  .section-blogs .box-title .box-des-l {
    display: none;
  }
  .section-blogs .box-title .box-des-r {
    right: -10px;
    border-radius: 0px 33px 0px 0px;
    width: calc(100% + 10px);
  }
  .section-info-video .box-vip-line {
    left: 6px;
    border-top-left-radius: 46px;
    border-right: 0;
    border-bottom: 0;
  }
  .section-slider-products .box-title .box-des-r {
    right: -7px;
    border-radius: 0px 48px 0px 0px;
    border-left: 0;
    border-bottom: 0;
  }
  .section-category .box-title .box-des-r {
    right: -9px;
  }
  .section-category .box-title .box-des-l {
    left: -9px;
  }
  .boxSwiperHero .box-des-l {
    top: -15px;
    left: -15px;
  }
  .boxSwiperHero .box-des-r {
    bottom: -15px;
    right: -15px;
  }
  .box-main-single-blog::before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 1022.98px) {
  .section-info-experts .box-r::before,
  .section-info-experts .box-r::after {
    display: none;
  }
  .section-info-experts .box-l::before,
  .section-info-experts .box-l::after {
    display: none;
  }
  .section-info-video .box-img::before {
    border-radius: 19px;
    right: -3px;
    top: -3px;
    bottom: -3px;
  }
}
@media (max-width: 991.98px) {
  .boxSwiperHero::before {
    left: -4px;
    right: -4px;
    top: 5px;
    border-radius: 32px;
  }
  .section-category::before,
  .section-category::after {
    height: 141%;
  }
  .boxSwiperHero .box-des-r {
    border-color: #c4c4c4;
  }
  .boxSwiperHero .box-des-r::before,
  .boxSwiperHero .box-des-r::after {
    background: #c4c4c4;
  }
  .boxSwiperHero .box-des-l {
    border-top-left-radius: 28px;
    top: -11px;
    left: -11px;
  }
  .boxSwiperHero .box-des-r {
    border-radius: 0px 0px 28px 0px;
    bottom: -11px;
    right: -11px;
  }
  .box-fillter-archive {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    background: #fff;
    z-index: 99999;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
    overflow-y: auto;
  }
  .box-fillter-archive .inner-box {
    border-radius: unset;
    box-shadow: unset;
  }
  .box-fillter-archive.active {
    right: 0 !important;
  }
}
@media (max-width: 880.98px) {
  .section-form .box-title .box-r,
  .section-form .box-title .box-l {
    position: relative;
  }
  .section-form .box-title .box-r::before,
  .section-form .box-title .box-l::before {
    width: 20%;
    height: 100%;
    border: 1px solid #d9d9d9;
  }
  .section-form .box-title .box-r::before {
    border-top: unset;
    border-right: unset;
    border-end-end-radius: 30px;
    bottom: 0;
    left: 0;
    right: unset;
  }
  .section-form .box-title .box-r::after {
    left: 0;
    top: 0;
    bottom: unset;
    right: unset;
  }
  .section-form .box-title .box-l::before {
    border-left: unset;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    top: -1px;
    right: 0px;
    left: unset;
    width: 80%;
  }
  .section-form .box-title .box-l::after {
    bottom: 0;
    top: unset;
    right: 80%;
    left: unset;
  }
  .section-form form {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 768.98px) {
  .swiperProductSlider {
    overflow: unset;
  }
  .swiperProductSlider .swiper-slide:first-child .item-product-slider {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .swiperProductSlider .swiper-slide:last-child .item-product-slider {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .section-slider-products {
    overflow: hidden;
  }
  .section-call-to-action .inner-before-after::before,
  .section-call-to-action .inner-before-after::after {
    border-radius: 28px;
  }
  .table-product-index tbody tr td {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .table-product-index thead tr th {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-product-index tbody tr td:first-child,
  .table-product-index thead tr th:first-child {
    padding-right: 20px;
  }
  .table-product-index tbody tr td:last-child,
  .table-product-index thead tr th:last-child {
    display: none;
  }
  .swiperCategory {
    overflow: unset;
  }
  .section-category .box-title .box-des-l,
  .section-category .box-title .box-des-r {
    height: 35px;
  }
  .section-category .box-title .box-des-l {
    left: 0;
    border-top-left-radius: 35px;
  }
  .section-category .box-title .box-des-r {
    right: 0;
    border-radius: 0px 35px 0px 0px;
  }
  .item-cat-pro-blog .box-img::before {
    width: 45px;
    height: 45px;
    border-width: 5px;
  }
  .box-main-single-blog::before {
    border-radius: 33px;
    height: 273px;
  }
  .content-post blockquote:not(.neutral),
  .elementor-widget-text-editor:not(.sytle-content) blockquote:not(.neutral) {
    font-size: 12px;
  }
  .content-post h2:not(.neutral),
  .elementor-widget-text-editor:not(.sytle-content) h2:not(.neutral) {
    font-size: 22px;
    color: #4f4f4f;
  }
  .content-post h3:not(.neutral),
  .elementor-widget-text-editor:not(.sytle-content) h3:not(.neutral) {
    font-size: 20px;
  }
  .content-post h4:not(.neutral),
  .elementor-widget-text-editor:not(.sytle-content) h4:not(.neutral) {
    font-size: 18px;
  }
  .content-post h5:not(.neutral),
  .elementor-widget-text-editor:not(.sytle-content) h5:not(.neutral) {
    font-size: 16px;
  }
  .content-post h6:not(.neutral),
  .elementor-widget-text-editor:not(.sytle-content) h6:not(.neutral) {
    font-size: 14px;
  }
  .box-auther::before {
    display: none;
  }
  .commentlist ul.children {
    padding-right: 15px;
  }
  .commentlist ul.children li .comment_container::before {
    right: -3px;
  }
  .comment-form textarea {
    background: #fafafa;
  }
  .comment-form .submit_field_box_comment,
  .comment-form .submit_field_box_comment input {
    width: 100%;
  }
  .comment-form textarea {
    font-size: 12px;
    padding: 17px 22px;
  }
  .comment-form .comment-form-author input,
  .comment-form .comment-form-email input {
    font-size: 12px;
  }
  .box-map-contactus::before {
    left: -8px;
    right: -8px;
  }
  .section-tab-product-table .list .item {
    border-radius: 12px !important;
    background: #fff !important;
    padding: 10px;
  }
  .section-tab-product-table .list-tabs {
    background: unset;
    border-radius: unset;
  }
  .section-tab-product-table .list .item.active::before,
  .section-tab-product-table .list .item:hover::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .wave-footer {
    width: 271px;
    height: 55px;
  }
  .wave-footer img {
    margin-top: 0;
  }
  .wave-footer-btn {
    width: 143px;
    height: 39px;
  }
  .wave-footer-btn img {
    height: 26px;
    margin-top: 12px;
  }
}
#mask {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.main-mm {
  padding: 5px 20px;
}

.main-mm ul li a {
  color: #222;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 80%;
}

.main-mm ul li a:hover {
  color: #024c4c;
}

.main-mm ul li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  background: #fff;
  right: -250px;
  transition: 0.3s;
  z-index: 9;
  padding: 20px;
}

.childer i {
  position: absolute;
  cursor: pointer;
  top: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 10px;
}

.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 5px;
  width: 25px;
  height: 25px;
  background: #ea4201;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.come-submenu {
  right: 0 !important;
}

.sub-closer {
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #ea4201;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-closer i {
  cursor: pointer;
  top: -1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -1px;
}

#menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 250px;
  background: #fff;
  z-index: 99999;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
  overflow-y: auto;
}

.showMobileMenu {
  right: 0 !important;
}

.title-sub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-flow: row-reverse;
  border-bottom: 1px solid var(--border_light);
  padding-bottom: 10px;
  margin-bottom: 10px;
} /*# sourceMappingURL=style.css.map */
.footer_menu_lists:last-of-type .menu_null_space {
  display: none;
}

.term-description-box {
  direction: rtl;
  font-size: 16px;
  color: #4F4F4F;
  font-weight: 400;
  letter-spacing: -0.055em;
  text-align: justify;
  line-height: 2.4;
  margin: 0 0 16px 0;
}

.term-description-box a {
    color: #ea4201;
}


.seo-box-content {
    max-height: 135px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.35s ease;
}

.seo-box:not(.is-open) .seo-box-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}

.seo-box.is-open .seo-box-content::after {
    display: none;
}


.term-description-box h2,.term-description-box h3,.term-description-box h4,.term-description-box h5 {
  font-size: 35px;
  color: #EA4201;
  font-weight: 800;
  letter-spacing: -0.06em;
  display: block;
}


.term-description-box p {
  font-size: 16px;
  color: #4F4F4F;
  font-weight: 400;
  letter-spacing: -0.055em;
  text-align: justify;
  line-height: 2.4;
  margin: 0 0 16px 0;
}



@media (max-width: 768px) {
  .term-description-box h2,.term-description-box h3,.term-description-box h4,.term-description-box h5 {
    font-size: 26px;
  }

  .term-description-box p {
    font-size: 14px;
  }
}

.menu-header {
    position: relative;
}

.menu-header .menu-item {
    position: relative;
}

.menu-header .main-menu-arrow {
    transition: transform 0.25s ease;
}

.menu-header .menu-item:hover .main-menu-arrow {
    transform: rotate(90deg);
}

/* Mega Menu Box */
.menu-header .mega-menu-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    padding-top: 14px;

    width: 980px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;

    transition: all 0.25s ease;
}

.menu-header .menu-item:hover > .mega-menu-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Mega Inner */
.menu-header .mega-menu-inner {
    position: relative;
    min-height: 310px;

    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);

    overflow: hidden;
    direction: rtl;
}

/* Right Titles */
.menu-header .mega-tab-list {
    width: 210px;
    min-height: 310px;

    background: #f7f7f7;
    border-left: 1px solid #eeeeee;

    padding: 16px 12px;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-header .mega-tab-item {
    position: static;
}

.menu-header .mega-tab-title {
    display: block;

    padding: 11px 13px;
    border-radius: 15px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    color: #111;

    cursor: pointer;
    text-decoration: none;

    transition: all 0.2s ease;
}

.mega-tab-title:before{
    display:none;
}

.menu-header .mega-tab-title:hover {
    background: #fff;
    color: #EA4201;
}

/* Left Panel */
.menu-header .mega-panel {
    position: absolute;
    top: 0;
    right: 210px;
    left: 0;
    bottom: 0;

    padding: 28px 34px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Default First Tab Open */
.menu-header .mega-tab-item:first-child .mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-header .mega-tab-item:first-child .mega-tab-title {
    background: #fff;
    color: #EA4201;
}

/* When Hovering Tabs, Hide Default */
.menu-header .mega-tab-list:hover .mega-tab-item:first-child .mega-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.menu-header .mega-tab-list:hover .mega-tab-item:first-child .mega-tab-title {
    background: transparent;
    color: #111;
}

/* Show Current Hovered Tab Panel */
.menu-header .mega-tab-list:hover .mega-tab-item:hover .mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-header .mega-tab-list:hover .mega-tab-item:hover .mega-tab-title {
    background: #fff;
    color: #EA4201;
}

/* Links Grid */
.menu-header .mega-panel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 20px 34px;

    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-header .mega-panel-link {
    display: block;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.9;
    color: #111;

    text-decoration: none;

    transition: color 0.2s ease, transform 0.2s ease;
}

.menu-header .mega-panel-link:hover {
    color: #EA4201;
    transform: translateX(-3px);
}

/* نذاره مگا منو بریده بشه */
header,
.site-header,
.header,
.container,
.container-fluid {
    overflow: visible !important;
}

.vat-switch-input:checked + .vat-switch-track .vat-switch-dot {
      transform: translateX(-100%);
}

.vat-switch-dot {
    transform: translateX(8px);
    transition: all 0.3s ease;
}
.vat-switch-input:checked + .vat-switch-track {
    background-color: rgba(34, 197, 94, 0.35);
}


```css
/* ========================================
   404 Page
======================================== */

.error-page {
    overflow: hidden;
    background-color: #ffffff;
}

.error-404-section {
    position: relative;
    min-height: 680px;
    padding: 110px 0;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(
            135deg,
            rgba(7, 92, 92, 0.025),
            rgba(240, 74, 13, 0.018)
        ),
        #ffffff;
}

.error-404-section::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    pointer-events: none;
    opacity: 0.5;
    background-image:
        linear-gradient(
            rgba(7, 92, 92, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(7, 92, 92, 0.035) 1px,
            transparent 1px
        );
    background-size: 32px 32px;
}

.error-404-bg-shape {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
}

.error-404-bg-shape--right {
    top: 40px;
    right: -160px;
    width: 420px;
    height: 420px;
    background-color: rgba(240, 74, 13, 0.14);
}

.error-404-bg-shape--left {
    bottom: -170px;
    left: -130px;
    width: 450px;
    height: 450px;
    background-color: rgba(7, 92, 92, 0.13);
}

.error-404-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    align-items: center;
    gap: 80px;
}

.error-404-content {
    position: relative;
    z-index: 2;
}

.error-404-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    padding: 9px 17px;
    color: #f04a0d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(240, 74, 13, 0.13);
    border-radius: 999px;
    background-color: rgba(240, 74, 13, 0.07);
}

.error-404-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f04a0d;
    box-shadow: 0 0 0 6px rgba(240, 74, 13, 0.1);
}

.error-404-title {
    max-width: 650px;
    margin: 0;
    color: #29373e;
    font-size: clamp(36px, 4.3vw, 64px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -1.5px;
}

.error-404-title span {
    display: inline-block;
    color: #f04a0d;
}

.error-404-description {
    max-width: 620px;
    margin: 23px 0 0;
    color: #78858d;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.05;
}

.error-404-search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 650px;
    margin-top: 34px;
    padding: 7px;
    border: 1px solid #e5eaec;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 20px 55px rgba(21, 42, 49, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.error-404-search:focus-within {
    border-color: rgba(7, 92, 92, 0.35);
    box-shadow:
        0 22px 60px rgba(7, 92, 92, 0.11),
        0 0 0 4px rgba(7, 92, 92, 0.05);
    transform: translateY(-2px);
}

.error-404-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip-path: inset(50%);
}

.error-404-search-input {
    flex: 1;
    min-width: 0;
    height: 54px;
    padding: 0 18px;
    color: #29373e;
    font-family: inherit;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
}

.error-404-search-input::placeholder {
    color: #a2acb2;
}

.error-404-search-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 128px;
    height: 52px;
    padding: 0 22px;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #075c5c, #087171);
    box-shadow: 0 10px 25px rgba(7, 92, 92, 0.2);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.error-404-search-button:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f04a0d, #ff6d36);
    box-shadow: 0 12px 28px rgba(240, 74, 13, 0.25);
}

.error-404-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 27px;
}

.error-404-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.error-404-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #f04a0d, #ff6931);
    box-shadow: 0 14px 30px rgba(240, 74, 13, 0.24);
}

.error-404-button--primary:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(240, 74, 13, 0.3);
}

.error-404-button--secondary {
    color: #075c5c;
    border: 1px solid #dfe6e8;
    background-color: rgba(255, 255, 255, 0.8);
}

.error-404-button--secondary:hover {
    color: #ffffff;
    border-color: #075c5c;
    background-color: #075c5c;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(7, 92, 92, 0.18);
}

.error-404-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.error-404-visual::before {
    position: absolute;
    width: 390px;
    height: 390px;
    content: "";
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(240, 74, 13, 0.12),
            rgba(7, 92, 92, 0.04) 55%,
            transparent 72%
        );
    filter: blur(10px);
}

.error-404-card {
    position: relative;
    z-index: 2;
    display: flex;
    width: 430px;
    height: 430px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    overflow: hidden;
    border: 1px solid rgba(223, 230, 232, 0.9);
    border-radius: 42% 58% 52% 48% / 47% 42% 58% 53%;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 251, 251, 0.9)
        );
    box-shadow:
        0 35px 90px rgba(24, 47, 55, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    animation: error-card-floating 5s ease-in-out infinite;
}

.error-404-card::before {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    content: "";
    border-radius: 50%;
    background-color: rgba(240, 74, 13, 0.08);
}

.error-404-card::after {
    position: absolute;
    bottom: -80px;
    left: -70px;
    width: 200px;
    height: 200px;
    content: "";
    border-radius: 50%;
    background-color: rgba(7, 92, 92, 0.07);
}

.error-404-number {
    position: relative;
    z-index: 2;
    color: transparent;
    font-size: clamp(105px, 10vw, 155px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -8px;
    -webkit-text-stroke: 3px #075c5c;
    text-shadow:
        8px 8px 0 rgba(240, 74, 13, 0.16),
        0 18px 40px rgba(7, 92, 92, 0.08);
}

.error-404-steel-bars {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 25px;
}

.error-404-bar {
    display: block;
    width: 21px;
    border-radius: 6px 6px 2px 2px;
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.25),
        0 8px 18px rgba(31, 53, 61, 0.13);
}

.error-404-bar--1 {
    height: 56px;
    background: linear-gradient(to top, #064b4b, #087171);
}

.error-404-bar--2 {
    height: 92px;
    background: linear-gradient(to top, #cf3c07, #ff6931);
}

.error-404-bar--3 {
    height: 72px;
    background: linear-gradient(to top, #064b4b, #087171);
}

.error-404-bar--4 {
    height: 48px;
    background: linear-gradient(to top, #cf3c07, #ff6931);
}

.error-404-bar--5 {
    height: 105px;
    background: linear-gradient(to top, #064b4b, #087171);
}

.error-404-card-text {
    position: relative;
    z-index: 2;
    margin: 24px 0 0;
    color: #8a969c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.error-404-floating-dot {
    position: absolute;
    z-index: 3;
    display: block;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(31, 53, 61, 0.15);
    animation: error-dot-floating 4s ease-in-out infinite;
}

.error-404-floating-dot--one {
    top: 45px;
    right: 45px;
    width: 18px;
    height: 18px;
    background-color: #f04a0d;
}

.error-404-floating-dot--two {
    bottom: 55px;
    left: 40px;
    width: 13px;
    height: 13px;
    background-color: #075c5c;
    animation-delay: 0.8s;
}

.error-404-floating-dot--three {
    top: 125px;
    left: 18px;
    width: 9px;
    height: 9px;
    background-color: #ff9c76;
    animation-delay: 1.4s;
}

@keyframes error-card-floating {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-12px) rotate(0.8deg);
    }
}

@keyframes error-dot-floating {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* ========================================
   Responsive
======================================== */

@media (max-width: 1100px) {
    .error-404-wrapper {
        gap: 45px;
        grid-template-columns: minmax(0, 1fr) 390px;
    }

    .error-404-card {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 900px) {
    .error-404-section {
        padding: 75px 0 90px;
    }

    .error-404-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .error-404-content {
        order: 2;
        text-align: center;
    }

    .error-404-visual {
        order: 1;
        min-height: auto;
    }

    .error-404-title,
    .error-404-description,
    .error-404-search {
        margin-right: auto;
        margin-left: auto;
    }

    .error-404-actions {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .error-404-section {
        min-height: auto;
        padding: 55px 0 75px;
    }

    .error-404-wrapper {
        gap: 35px;
    }

    .error-404-title {
        font-size: 34px;
        line-height: 1.55;
    }

    .error-404-description {
        font-size: 14px;
        line-height: 1.95;
    }

    .error-404-search {
        display: block;
        padding: 7px;
        border-radius: 16px;
    }

    .error-404-search-input {
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .error-404-search-button {
        width: 100%;
        height: 50px;
    }

    .error-404-actions {
        flex-direction: column;
    }

    .error-404-button {
        width: 100%;
    }

    .error-404-card {
        width: min(320px, 88vw);
        height: min(320px, 88vw);
        padding: 25px;
    }

    .error-404-number {
        font-size: 100px;
        letter-spacing: -6px;
        -webkit-text-stroke-width: 2px;
    }

    .error-404-steel-bars {
        margin-top: 18px;
        transform: scale(0.85);
    }

    .error-404-card-text {
        margin-top: 15px;
        font-size: 12px;
    }

    .error-404-floating-dot--one {
        top: 20px;
        right: 10px;
    }

    .error-404-floating-dot--two {
        bottom: 25px;
        left: 10px;
    }

    .error-404-floating-dot--three {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .error-404-card,
    .error-404-floating-dot {
        animation: none;
    }

    .error-404-button,
    .error-404-search-button,
    .error-404-search {
        transition: none;
    }
}
```
