@charset "UTF-8";
:root {
  --theme-backgrand-color: #FFF9F5 ;
  --theme-backgrand-color-section: #e3ddd4;
  --theme-color-100: #c05f32;
  --theme-color-200: #c9824c;
  --theme-color-300: #94341c;
  --theme-hover-color: #caac90;
  --text-color: #797878;
  --white-color: #ffffff;
  --dark-color: #000000;
}

.divider-vertical {
  height: 30px;
  background-color: var(--border-color);
  width: 1px;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.theme-color {
  color: var(--theme-color);
}

.resize-no {
  resize: none;
}

@font-face {
  font-family: "IRANYekan";
  src: url("../fonts/eot/iranyekanwebregular(fanum).eot"), url("../fonts/ttf/iranyekanwebregular(fanum).ttf"), url("../fonts/woff/iranyekanwebregular(fanum).woff"), url("../fonts/woff2/iranyekanwebregular(fanum).woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "IRANYekan";
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

.btn:focus {
  box-shadow: none;
}

.bottom {
  opacity: 100%;
  border: none;
  padding: 8px;
  color: var(--white-color);
  font-weight: bold;
  border-radius: 10px;
  background: var(--theme-color);
}
.bottom:hover {
  opacity: 90%;
}
.bottom:focus {
  border: none;
}
.bottom a {
  color: var(--white-color);
}
.bottom a:hover {
  color: var(--white-color);
}

.hover:hover {
  color: var(--theme-hover-color);
  cursor: pointer;
}

.box-form {
  width: 500px;
  height: 300px;
  background: var(--white-color);
  padding: 30px;
  border-radius: 30px 10px 10px 10px;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #8f54a0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

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

*::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.theme-color {
  color: var(--theme-color);
}

.svg-title {
  max-width: 100px;
}

.border-radius {
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .border-radius-sm {
    border-radius: 1px;
  }
}
.m-right {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .m-right {
    margin-right: 0px;
  }
}

.border-b {
  border-bottom: 1px solid var(--white-color-2);
}

.swiper-pagination-bullet-active {
  background: var(--theme-color);
  width: 30px;
  border-radius: 8px;
  transition: 0.4s;
}

.border-b {
  border-bottom: 1px solid var(--white-color-2);
}

.border-t {
  border-top: 1px solid var(--white-color-2);
}

.margin-t {
  margin-top: 50px;
}

.mt-section {
  margin-top: 100px;
}

.mt-section-1 {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .mt-section-1 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 321px) {
  .mt-section-1 {
    margin-top: -80px;
  }
}

.mb-section {
  margin-top: 100px;
}

.mt-main-section {
  margin-top: 50px;
}

.border-l {
  border-left: 2px solid var(--theme-color-200);
}

.border-b {
  border-bottom: 2px solid var(--theme-color-200);
}

.mt-xxl {
  margin-top: 200px;
}

.theme-color {
  color: var(--theme-color-200);
}

button.button-theme {
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

button.button-theme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}

button.button-theme:hover::before {
  width: 100%;
}

button.button-theme:hover {
  color: #fff;
}

.theme-hover:hover {
  color: var(--theme-color-200);
}

.radius-none {
  border-radius: 0;
}

@media screen and (max-width: 426px) {
  .d-none-smd-none-sm {
    display: none;
  }
}

.background-none {
  background: blue;
}

.bg-theme {
  background-color: var(--theme-color-200);
}

.theme-btn {
  background: var(--theme-color);
  border-radius: 8px;
  color: var(--white-color);
  padding: 8px 14px;
  font-weight: bold;
}
.theme-btn:hover {
  color: var(--white-color);
}

/* نوار درصد اسکرول */
#scrollProgress {
  position: fixed;
  top: 0;
  right: 0;
  height: 5px;
  background-color: var(--theme-color-200);
  width: 0%;
  z-index: 9999;
  transition: width 0.2s ease-out;
}

/* دکمه برگشت به بالا */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

#backToTop:hover {
  background-color: var(--theme-color-200);
}

a.link-style {
  font-weight: bold;
  text-decoration: none;
  color: var(--dark-color);
}
a.link-style:hover {
  color: var(--theme-color-100);
}

.link-style {
  font-weight: bold;
  text-decoration: none;
  color: var(--dark-color);
}
.link-style:hover {
  color: var(--theme-color-100);
}

.main-slider .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.main-slider .swiper .swiper-button-prev, .main-slider .swiper .swiper-button-next {
  color: var(--theme-color);
  background: var(--white-color);
  border-radius: 50%;
  padding: 0px 22px;
}
.main-slider .swiper .swiper-button-prev:after, .main-slider .swiper .swiper-button-next:after {
  font-size: 24px;
}
.main-slider .swiper .swiper-pagination-bullet-active {
  background: var(--theme-color);
  width: 30px;
  border-radius: 8px;
  transition: 0.4s;
}
.main-slider .swiper .swiper-button-disabled {
  display: none;
}

.product-suggestions-slider {
  border-left: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 16px;
}
.product-suggestions-slider .slider-title-mobile {
  display: none;
}
.product-suggestions-slider:first-child {
  background: var(--theme-color);
  border: 0;
}
.product-suggestions-slider:first-child .slider-title-mobile-active {
  display: none;
  color: var(--high-text-color);
}
.product-suggestions-slider:first-child .slider-title-mobile-active a {
  color: var(--white-color);
}
.product-suggestions-slider:first-child .product-box {
  border: 0;
}
.product-suggestions-slider .slider-title {
  border-bottom: 1px solid var(--border-color);
}
.product-suggestions-slider .product-box {
  border-left: 1px solid var(--border-color);
}
.product-suggestions-slider .row .right-item-product-reading-slider2 {
  position: relative;
}
.product-suggestions-slider .row .right-item-product-reading-slider2 strong {
  color: var(--high-text-color);
  position: absolute;
  top: 35%;
  right: 40px;
}
.product-suggestions-slider .row .right-item-product-reading-slider2 a {
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  right: 40px;
  padding: 5px 3px;
  border-radius: 8px;
}
.product-suggestions-slider .row .right-item-product-reading-slider {
  position: relative;
}
.product-suggestions-slider .row .right-item-product-reading-slider img.img-top {
  right: 45px;
  position: absolute;
}
.product-suggestions-slider .row .right-item-product-reading-slider img.img-bottom {
  top: 48%;
  right: 60px;
  position: absolute;
}
.product-suggestions-slider .row .right-item-product-reading-slider a {
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  bottom: 10px;
  right: 40px;
  padding: 5px 3px;
  border-radius: 8px;
}
.product-suggestions-slider .row .swiper .swiper-wrapper .swiper-slide {
  background: var(--white-color);
}
.product-suggestions-slider .row .swiper .swiper-wrapper .swiper-slide:first-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.product-suggestions-slider .row .swiper .swiper-wrapper .swiper-slide:last-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.product-suggestions-slider .row .swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.product-suggestions-slider .row .swiper .swiper-button-prev, .product-suggestions-slider .row .swiper .swiper-button-next {
  color: var(--theme-color);
  background: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  padding: 0px 22px;
}
.product-suggestions-slider .row .swiper .swiper-button-prev:after, .product-suggestions-slider .row .swiper .swiper-button-next:after {
  font-size: 24px;
}
.product-suggestions-slider .row .swiper .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.product-suggestions-slider .row .swiper .swiper-button-disabled {
  display: none;
}
.product-suggestions-slider .swiper-button-prev, .product-suggestions-slider .swiper-button-next {
  color: var(--theme-color);
  background: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  padding: 0px 22px;
}
.product-suggestions-slider .swiper-button-prev:after, .product-suggestions-slider .swiper-button-next:after {
  font-size: 24px;
}
.product-suggestions-slider .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.product-suggestions-slider .swiper-button-disabled {
  display: none;
}

.product-reading-slider {
  border-left: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  background: var(--white-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  padding: 10px;
}
.product-reading-slider .slider-title-mobile {
  display: none;
}
.product-reading-slider .reading-box {
  border: 0;
}
.product-reading-slider .slider-title {
  border-bottom: 1px solid var(--border-color);
}
.product-reading-slider .row .right-item-product-reading-slider {
  position: relative;
}
.product-reading-slider .row .right-item-product-reading-slider strong {
  color: var(--high-text-color);
  position: absolute;
  top: 35%;
  right: 40px;
}
.product-reading-slider .row .right-item-product-reading-slider a {
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  right: 40px;
  padding: 5px 3px;
  border-radius: 8px;
}
.product-reading-slider .row .swiper .swiper-wrapper .swiper-slide .reading-box-image img {
  border-radius: 30px 30px 0 0;
}
.product-reading-slider .row .swiper .swiper-wrapper .swiper-slide .reading-box-details span {
  background: var(--white-color);
  padding: 2px 5px;
  border-radius: 8px;
  color: var(--theme-color);
}
.product-reading-slider .row .swiper .swiper-button-prev, .product-reading-slider .row .swiper .swiper-button-next {
  color: var(--theme-color);
  background: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  padding: 0px 22px;
}
.product-reading-slider .row .swiper .swiper-button-prev:after, .product-reading-slider .row .swiper .swiper-button-next:after {
  font-size: 24px;
}
.product-reading-slider .row .swiper .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.product-reading-slider .row .swiper .swiper-button-disabled {
  display: none;
}

.brand-slider {
  border-left: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 16px;
}
.brand-slider .slider-title-mobile {
  display: none;
}
.brand-slider:first-child {
  background: var(--theme-color);
  border: 0;
}
.brand-slider:first-child .slider-title-mobile-active {
  display: none;
}
.brand-slider:first-child .product-box {
  border: 0;
}
.brand-slider .slider-title {
  border-bottom: 1px solid var(--border-color);
}
.brand-slider .product-box {
  border-left: 1px solid var(--border-color);
}
.brand-slider .row .right-item-product-reading-slider2 {
  position: relative;
}
.brand-slider .row .right-item-product-reading-slider2 strong {
  color: var(--high-text-color);
  position: absolute;
  top: 35%;
  right: 40px;
}
.brand-slider .row .right-item-product-reading-slider2 a {
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  right: 40px;
  padding: 5px 3px;
  border-radius: 8px;
}
.brand-slider .row .right-item-product-reading-slider {
  position: relative;
}
.brand-slider .row .right-item-product-reading-slider img.img-top {
  right: 45px;
  position: absolute;
}
.brand-slider .row .right-item-product-reading-slider img.img-bottom {
  top: 48%;
  right: 60px;
  position: absolute;
}
.brand-slider .row .right-item-product-reading-slider a {
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  bottom: 10px;
  right: 40px;
  padding: 5px 3px;
  border-radius: 8px;
}
.brand-slider .row .swiper .swiper-wrapper .swiper-slide {
  background: var(--white-color);
}
.brand-slider .row .swiper .swiper-wrapper .swiper-slide:first-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.brand-slider .row .swiper .swiper-wrapper .swiper-slide:last-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.brand-slider .row .swiper .swiper-wrapper .swiper-slide:last-child .product-box {
  border: 0;
}
.brand-slider .row .swiper .swiper-button-prev, .brand-slider .row .swiper .swiper-button-next {
  color: var(--theme-color);
  background: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  padding: 0px 22px;
}
.brand-slider .row .swiper .swiper-button-prev:after, .brand-slider .row .swiper .swiper-button-next:after {
  font-size: 24px;
}
.brand-slider .row .swiper .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.brand-slider .row .swiper .swiper-button-disabled {
  display: none;
}
.brand-slider .swiper-button-prev, .brand-slider .swiper-button-next {
  color: var(--theme-color);
  background: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  padding: 0px 22px;
}
.brand-slider .swiper-button-prev:after, .brand-slider .swiper-button-next:after {
  font-size: 24px;
}
.brand-slider .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.brand-slider .swiper-button-disabled {
  display: none;
}

.post-body .product-box-details span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 39px;
}

.reading-box .reading-box-details h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 39px;
}

.swiper22 {
  width: 100%;
}
.swiper22 span.slider-subtitle {
  margin-right: 15px;
  font-size: 1.2rem;
  color: var(--theme-color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media (max-width: 576px) {
  .swiper22 span.slider-subtitle {
    font-size: 0.95rem;
  }
}
.swiper22 .slider-card {
  width: 100%;
  max-width: 250px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  direction: rtl;
  transition: all 0.3s ease;
}
.swiper22 .slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.swiper22 .slider-card .card-img-top {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.swiper22 .slider-card .card-body {
  padding: 1rem;
}
.swiper22 .slider-card .card-body .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
}
.swiper22 .slider-card .card-body .card-desc {
  font-size: 0.9rem;
  color: var(--text-color);
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  text-align: right;
}
.swiper22 .slider-card .card-body .card-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.swiper22 .slider-card .card-body .card-footer .price {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.swiper22 .slider-card .card-body .card-footer .price .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.swiper22 .slider-card .card-body .card-footer .price .new-price {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 1rem;
}
.swiper22 .slider-card .card-body .card-footer .view-more {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: var(--theme-color);
  gap: 1px;
  font-size: 14px;
  transition: color 0.3s ease;
}
.swiper22 .slider-card .card-body .card-footer .view-more svg {
  transform: rotate(0deg);
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.swiper22 .slider-card .card-body .card-footer .view-more:hover svg {
  animation: bounceUpDown 0.6s ease forwards;
}
.swiper22 .slider-card .card-body .card-footer .view-more:hover {
  color: var(--theme-hover-color);
}
@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.swiper33 {
  width: 100%;
  padding: 50px 0;
}
.swiper33 span.slider-subtitle {
  margin-right: 15px;
  font-size: 1.2rem;
  color: var(--theme-color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media (max-width: 576px) {
  .swiper33 span.slider-subtitle {
    font-size: 0.95rem;
  }
}

.swiper33-2 {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 1001px) {
  .swiper33-2 {
    margin-top: -170px;
  }
}

.swiper-slide-main {
  width: 280px;
  height: 380px;
  border-radius: 10px;
  filter: blur(1px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
.swiper-slide-main img {
  width: 280px;
  height: 212px;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-slide33 {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  filter: blur(1px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
.swiper-slide33 img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
@media screen and (max-width: 992px) {
  .swiper-slide33 {
    margin-top: -100px;
  }
}
@media screen and (max-width: 426px) {
  .swiper-slide33 {
    width: 75%;
    height: 400px;
  }
}
@media screen and (max-width: 376px) {
  .swiper-slide33 {
    width: 75%;
    height: 370px;
  }
}
@media screen and (max-width: 321px) {
  .swiper-slide33 {
    width: 75%;
    height: 330px;
  }
}
.swiper-slide33 img {
  max-width: 100%;
  border-radius: 10px;
}

.swiper-slide-active {
  filter: blur(0px);
  max-width: 400px;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #6f42c1;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

svg.swiper-button-prev33,
svg.swiper-button-next33 {
  margin-top: 20px;
  color: #6f42c1;
}
.box-left-right {
  margin-right: 46%;
}
@media screen and (max-width: 1200px) {
  .box-left-right {
    margin-right: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .box-left-right {
    margin-right: 44%;
  }
}
@media screen and (max-width: 768px) {
  .box-left-right {
    margin-right: 40%;
  }
}
@media screen and (max-width: 467px) {
  .box-left-right {
    margin-right: 38%;
  }
}
@media screen and (max-width: 374px) {
  .box-left-right {
    margin-right: 33%;
  }
}

@keyframes floatPulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes softShake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.box-fixed22 {
  z-index: 30;
  width: 150px;
  margin: 0 auto;
  padding: 50px;
  position: fixed;
  left: -20px;
  bottom: 30px;
}
@media screen and (max-width: 321px) {
  .box-fixed22 {
    left: -35px;
  }
}
@media screen and (max-width: 376px) {
  .box-fixed22 {
    left: -30px;
  }
}
.box-fixed22 details {
  position: relative;
  width: 100%;
}
.box-fixed22 details summary {
  cursor: pointer;
  position: relative;
  background-color: var(--theme-color, #007bff);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: none;
  animation: softPulse 0.3s infinite;
  transition: transform 1s ease;
}
.box-fixed22 details summary:hover, .box-fixed22 details summary:focus, .box-fixed22 details summary:active {
  animation: floatPulse 2s ease-in-out infinite;
}
.box-fixed22 details summary::marker {
  content: "";
}
.box-fixed22 details summary svg {
  position: absolute;
  color: var(--white-color-2, white);
  width: 40px;
  height: 40px;
}
.box-fixed22 details[open] .icon-open {
  display: none;
}
.box-fixed22 details[open] .icon-close {
  display: block;
}
.box-fixed22 details[open] .box-item {
  opacity: 1;
  transform: translateY(calc(-70px * var(--i)));
  pointer-events: auto;
}
.box-fixed22 .box-item {
  position: absolute;
  left: -8px;
  bottom: 70px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 2s ease;
  transition-delay: calc(0.05s * var(--i));
}
.box-fixed22 .box-item img,
.box-fixed22 .box-item img.img-t {
  filter: grayscale(80%);
  transition: filter 0.4s ease;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 426px) {
  .box-fixed22 .box-item img,
  .box-fixed22 .box-item img.img-t {
    width: 40px;
    height: 40px;
  }
}
.box-fixed22 .box-item img:hover,
.box-fixed22 .box-item img.img-t:hover {
  cursor: pointer;
  filter: grayscale(0%);
}
.box-fixed22 .box-item img.img-t {
  width: 57px;
  height: 57px;
}
@media screen and (max-width: 426px) {
  .box-fixed22 .box-item img.img-t {
    width: 44px;
    height: 44px;
  }
}

.icon-close {
  display: none;
}

@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color, #007bff), 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(var(--theme-color, #007bff), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color, #007bff), 0);
  }
}
.box-header-section hr {
  color: var(--theme-color-200);
  height: 1.3px;
}
@media screen and (max-width: 426px) {
  .box-header-section hr {
    display: none;
  }
}
.box-header-section span.title-section {
  color: var(--theme-color-200);
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 426px) {
  .box-header-section span.title-section {
    font-size: 24px;
  }
}
@media screen and (max-width: 321px) {
  .box-header-section span.title-section {
    font-size: 20px;
  }
}
.box-header-section .view-all-link-sm {
  display: none;
  font-size: 13px;
  font-weight: bold;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--theme-color-200);
  transition: color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 426px) {
  .box-header-section .view-all-link-sm {
    display: inline-flex;
  }
}
.box-header-section .view-all-link-sm .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
  animation: none;
}
.box-header-section .view-all-link-sm:hover {
  color: var(--theme-color-200);
}
.box-header-section .view-all-link-sm:hover .icon {
  animation: bounce-left-right 0.6s ease-in-out infinite;
}
.box-header-section .view-all-link-xl {
  font-size: 13px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--theme-color-200);
  transition: color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 426px) {
  .box-header-section .view-all-link-xl {
    display: none;
  }
}
.box-header-section .view-all-link-xl .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
  animation: none;
}
.box-header-section .view-all-link-xl:hover {
  color: var(--theme-color-200);
}
.box-header-section .view-all-link-xl:hover .icon {
  animation: bounce-left-right 0.6s ease-in-out infinite;
}
@keyframes bounce-left-right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}

.counterup {
  width: 100%;
  cursor: pointer;
  transition: 100s;
  padding: 70px 20px;
  box-sizing: border-box;
  color: var(--theme-color);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  animation: softShadowFade 1.2s ease forwards;
}
@keyframes softShadowFade {
  from {
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}
.counterup:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(120, 87, 255, 0.25);
}
.counterup p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}
.counterup h2 {
  font-size: 55px;
}
@media screen and (max-width: 374px) {
  .counterup h2 {
    font-size: 35px;
  }
}
.counterup h3 {
  font-size: 23px;
  text-transform: capitalize;
}
@media screen and (max-width: 374px) {
  .counterup h3 {
    font-size: 20px;
  }
}

.bloco,
.bloco-index {
  position: relative;
  display: flex;
}
.bloco.bloco,
.bloco-index.bloco {
  justify-content: center;
  align-items: center;
}
.bloco.bloco-index,
.bloco-index.bloco-index {
  justify-content: start;
  align-items: start;
}

.text-blur-container-sequential {
  text-align: left;
  padding: 50px;
}

.text-blur-container-sequential-index {
  text-align: right;
  padding: 50px 0;
}

.animated-heading-sequential {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--theme-color);
}
@media screen and (max-width: 1200px) {
  .animated-heading-sequential {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1056px) {
  .animated-heading-sequential {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .animated-heading-sequential {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 410px) {
  .animated-heading-sequential {
    font-size: 1rem;
  }
}
@media screen and (max-width: 327px) {
  .animated-heading-sequential {
    font-size: 0.8rem;
  }
}

.texto-animado {
  display: inline-block;
  margin-bottom: 0em;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(10px);
  visibility: hidden;
  transition: opacity 0.8s ease-out, filter 0.8s ease-out, transform 0.8s ease-out, visibility 0s 0.8s;
}
.texto-animado.visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
  visibility: visible;
  transition-delay: 0s;
}
.texto-animado.highlight {
  font-family: "Playfair Display", serif;
  font-weight: 800;
}

.scroll-to-top-icon {
  z-index: 100;
  position: fixed;
  bottom: 80px;
  right: 10px;
  background-color: #6f42c1;
  color: white;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: softPulse 2.5s infinite;
  transition: transform 0.3s ease;
}
.scroll-to-top-icon svg {
  width: 35px;
  height: 35px;
}
.scroll-to-top-icon:hover {
  transform: scale(1.1);
}

@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(111, 66, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(111, 66, 193, 0);
  }
}
.container .row .Comments-header, .container .comment-row .Comments-header {
  padding: 10px;
  background: var(--white-color-2);
}
.container .row .Comments-header span.right, .container .comment-row .Comments-header span.right {
  color: var(--theme-color);
  font-weight: bold;
}
.container .row .Comments-header button.left, .container .comment-row .Comments-header button.left {
  border: none;
  color: var(--white-color);
  background: var(--theme-color);
  opacity: 100%;
  padding: 10px 5px;
  border-radius: 10px;
}
.container .row .Comments-header button.left img.loader, .container .comment-row .Comments-header button.left img.loader {
  max-width: 20px;
  display: none;
}
.container .row .Comments-header button.left:focus .loader, .container .comment-row .Comments-header button.left:focus .loader {
  display: block;
}
.container .row .Comments-header button.left:focus .Comments-wrapper, .container .comment-row .Comments-header button.left:focus .Comments-wrapper {
  display: block;
}
.container .row .Comments-header button.left:hover, .container .comment-row .Comments-header button.left:hover {
  opacity: 90%;
  cursor: pointer;
}
.container .row .Comments-wrapper, .container .comment-row .Comments-wrapper {
  height: 100%;
  position: relative;
  background: var(--white-color-2);
  padding: 10px;
}
.container .row .Comments-wrapper span.comment-title-top, .container .comment-row .Comments-wrapper span.comment-title-top {
  color: var(--theme-color);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .container .row .Comments-wrapper, .container .comment-row .Comments-wrapper {
    background: none;
  }
}
.container .row .Comments-wrapper button.active-text-editor, .container .comment-row .Comments-wrapper button.active-text-editor {
  position: absolute;
  left: 13px;
  top: 40px;
  border: none;
  color: var(--white-color);
  background: var(--theme-color);
  opacity: 100%;
  padding: 10px 5px;
  border-radius: 10px;
}
.container .row .Comments-wrapper button.active-text-editor img.loader, .container .comment-row .Comments-wrapper button.active-text-editor img.loader {
  max-width: 20px;
  display: none;
}
.container .row .Comments-wrapper button.active-text-editor:focus .loader, .container .comment-row .Comments-wrapper button.active-text-editor:focus .loader {
  display: block;
}
.container .row .Comments-wrapper button.active-text-editor:hover, .container .comment-row .Comments-wrapper button.active-text-editor:hover {
  opacity: 90%;
  cursor: pointer;
}
.container .row .Comments-wrapper button.active-text-editor:focus, .container .comment-row .Comments-wrapper button.active-text-editor:focus {
  border: none;
}
.container .row .Comments-wrapper .Comments-employer, .container .comment-row .Comments-wrapper .Comments-employer {
  background: var(--white-color);
  border-radius: 10px;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user {
  height: 100%;
  background: var(--white-color);
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user {
  padding: 10px;
  margin-top: 20px;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right {
  position: relative;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right img, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right img {
  max-width: 50px;
  border-radius: 50%;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right span.name-user, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right span.name-user {
  color: var(--dark-color);
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 5px;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right span.data-Comments, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .right span.data-Comments {
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 25px;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .left span, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .left span {
  color: var(--theme-color);
  font-weight: bold;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .left span:hover, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .header-Comments-user .left span:hover {
  cursor: pointer;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .main-Comments-user, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .main-Comments-user {
  padding: 1px 120px;
}
@media screen and (max-width: 768px) {
  .container .row .Comments-wrapper .Comments-employer .Comments-user .main-Comments-user, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .main-Comments-user {
    padding: 1px 20px;
  }
}
.container .row .Comments-wrapper .Comments-employer .Comments-user .main-Comments-user p, .container .comment-row .Comments-wrapper .Comments-employer .Comments-user .main-Comments-user p {
  color: var(--text-color);
}
.container .row .Comments-wrapper .Comments-employer .answer-employer, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer {
  background: var(--theme-color);
  border-radius: 1px 100px 1px 100px;
  padding: 10px 40px;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user {
  margin-bottom: 100px;
  height: 100%;
  background: var(--white-color-2);
  padding: 10px;
  margin-top: 100px;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right {
  position: relative;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right img, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right img {
  max-width: 50px;
  border-radius: 50%;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right span.name-user, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right span.name-user {
  color: var(--dark-color);
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 5px;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right span.data-Comments, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .right span.data-Comments {
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 25px;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .left span, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .header-Comments-employer .left span {
  color: var(--theme-color);
  font-weight: bold;
}
.container .row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .main-Comments-user p, .container .comment-row .Comments-wrapper .Comments-employer .answer-employer .footer-Comments-user .main-Comments-user p {
  color: var(--text-color);
}

.comment-section {
  direction: rtl;
  max-width: 100%;
  padding: 2rem 1rem;
}
.comment-section .comment-form {
  background: none;
  box-shadow: none;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #e4d4f7;
  border-radius: 12px;
}
.comment-section .comment-form .form-title {
  font-size: 1.4rem;
  color: #6b21a8;
  margin-bottom: 1rem;
  text-align: right;
}
.comment-section .comment-form .editor-toolbar {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.comment-section .comment-form .editor-toolbar button {
  background-color: #ede9fe;
  border: none;
  color: #6b21a8;
  font-weight: bold;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.comment-section .comment-form .editor-toolbar button:hover {
  background-color: #d8b4fe;
  transform: scale(1.05);
}
.comment-section .comment-form .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.comment-section .comment-form .editor-content:focus {
  border-color: #9333ea;
}
.comment-section .comment-form .editor-content::before {
  content: attr(placeholder);
  color: #aaa;
}
.comment-section .comment-form .submit-comment {
  margin-top: 1rem;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.comment-section .comment-form .submit-comment:hover {
  background-color: #7e22ce;
  transform: scale(1.03);
}
.comment-section .comment-form .editor-wrapper {
  position: relative;
}
.comment-section .comment-form .editor-wrapper .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.comment-section .comment-form .editor-wrapper .editor-placeholder {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.comment-section .comment-form .editor-wrapper .editor-content:focus + .editor-placeholder,
.comment-section .comment-form .editor-wrapper .editor-content:not(:empty) + .editor-placeholder {
  opacity: 0;
}
.comment-section .comment-title {
  text-align: center;
  color: #6b21a8;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.comment-section .comment-box {
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(110, 38, 180, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.comment-section .comment-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(110, 38, 180, 0.15);
}
.comment-section .comment-box.user-comment {
  border-right: 4px solid #9333ea;
}
.comment-section .comment-box.employer-reply {
  border-right: 4px solid #a855f7;
  background: #faf5ff;
}
.comment-section .comment-box .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.comment-section .comment-box .comment-header .user-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.comment-section .comment-box .comment-header .user-info .user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.comment-section .comment-box .comment-header .user-info .user-details {
  display: flex;
  flex-direction: column;
}
.comment-section .comment-box .comment-header .user-info .user-details .user-name {
  font-weight: 700;
  color: #4c1d95;
}
@media screen and (max-width: 376px) {
  .comment-section .comment-box .comment-header .user-info .user-details .user-name {
    font-size: 0.7rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 321px) {
  .comment-section .comment-box .comment-header .user-info .user-details .user-name {
    font-size: 0.6rem;
    line-height: 1.5;
  }
}
.comment-section .comment-box .comment-header .user-info .user-details .comment-date {
  font-size: 0.875rem;
  color: #888;
}
@media screen and (max-width: 321px) {
  .comment-section .comment-box .comment-header .user-info .user-details .comment-date {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.comment-section .comment-box .comment-header .reply-button {
  font-size: 0.875rem;
  color: #9333ea;
  cursor: pointer;
  position: relative;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 321px) {
  .comment-section .comment-box .comment-header .reply-button {
    padding: 0;
    bottom: 30px;
  }
}
.comment-section .comment-box .comment-header .reply-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: #9333ea;
  transition: width 0.3s ease;
}
.comment-section .comment-box .comment-header .reply-button:hover {
  background-color: #f3e8ff;
  color: #7e22ce;
}
.comment-section .comment-box .comment-header .reply-button:hover::after {
  width: 100%;
}
.comment-section .comment-box .comment-body p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 321px) {
  .comment-section .comment-box .comment-body p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .comment-section .comment-box {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .comment-section .comment-box {
    width: 100%;
  }
}

.circle-progress {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 30px; /* Space For the counter */
}

.circle-progress .gradient, .circle-progress img, .circle-progress .track, .circle-progress .indicator {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.circle-progress .gradient {
  opacity: 0;
  width: 130px;
  height: 130px;
  background-image: conic-gradient(from 0deg, #bf32ee, #f626e5, #4a07f3, #a813d9, #29B40F);
  transition: opacity 3s ease;
  z-index: 1;
  pointer-events: none; /* Allow pointer events to go through */
}

.circle-progress img {
  display: block;
  width: 90%;
  height: 90%;
  border: 0.5rem solid var(--white-color);
  background-color: var(--white-color);
  z-index: 2;
}

.counter {
  position: absolute;
  left: 50%;
  bottom: 35px; /* Space according to margin in Parent */
  transform: translateX(-50%);
}

.span {
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 12px;
}

#biscuit-loader {
  position: fixed;
  inset: 0;
  background-color: #fffaf3;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  overflow: hidden;
}
#biscuit-loader .biscuit {
  width: 80px;
  height: 80px;
  background-color: #c05f32;
  border-radius: 50%;
  position: relative;
  animation: spin 2s linear infinite;
  box-shadow: inset 0 0 0 8px #e2b07e;
  z-index: 2;
}
#biscuit-loader .biscuit::before, #biscuit-loader .biscuit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  top: 20%;
}
#biscuit-loader .biscuit::before {
  left: 25%;
}
#biscuit-loader .biscuit::after {
  right: 25%;
}
#biscuit-loader .loader-text {
  margin-top: 20px;
  font-size: 1rem;
  color: #5a3e2b;
  animation: slideText 3s ease-in-out infinite alternate;
  z-index: 2;
  white-space: nowrap;
}
#biscuit-loader .floating-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#biscuit-loader .floating-stars .star {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffcf91;
  border-radius: 50%;
  animation: twinkle 2s infinite ease-in-out;
}
#biscuit-loader .floating-stars .star.star1 {
  top: 20%;
  left: 30%;
  animation-delay: 0s;
}
#biscuit-loader .floating-stars .star.star2 {
  top: 40%;
  left: 60%;
  animation-delay: 0.5s;
}
#biscuit-loader .floating-stars .star.star3 {
  top: 70%;
  left: 45%;
  animation-delay: 1s;
}
#biscuit-loader .floating-stars .star.star4 {
  top: 25%;
  left: 70%;
  animation-delay: 1.5s;
}
#biscuit-loader .floating-stars .star.star5 {
  top: 55%;
  left: 20%;
  animation-delay: 2s;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideText {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes twinkle {
  0%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
:root {
  --transition: 0.4s;
}

.base-template__wrapper {
  min-height: calc(100dvh - 300px);
  justify-content: flex-start;
}

.wrapper {
  max-width: 100%;
}

body {
  background: var(--theme-backgrand-color);
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

/* زمانی که نوار ناوبری اسکرول شده باشد، رنگ آیتم‌ها تغییر کند */
.login .bottom {
  color: var(--dark-color);
  background: none;
  width: 150px;
  transition: 0.3s;
}
.login .bottom:hover {
  color: var(--theme-color-100);
}

div.box-cart {
  color: var(--dark-color);
  background: none;
  transition: 0.3s;
}
div.box-cart:hover {
  cursor: pointer;
  color: var(--theme-color-100);
}

.header__list-item {
  opacity: 100;
}
.header__list-item a.item-navbar {
  opacity: 100;
  font-weight: bold;
  color: var(--dark-color);
}
.header__list-item a.item-navbar:hover {
  color: var(--dark-color);
  opacity: 100;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -20px;
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background: var(--theme-backgrand-color);
  padding: 0 20px 0 40px;
  min-height: 82px;
}
.header__logo {
  max-width: 90px;
  color: black;
}
.header__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.header__navigation-wrapper {
  display: flex;
  width: 100%;
  margin-right: 50px;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.header__list-item {
  display: flex;
  padding: 30px 0 50px;
  margin-bottom: -20px;
  gap: 8px;
  font-size: 16px;
}
.header__list-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.header__list-item > a svg path {
  transition: 0.3s;
}
.header__list-item .submenu-wrapper {
  position: absolute;
  width: 90%;
  top: 110%;
  right: 5rem;
  height: 500px;
  border-radius: 30px;
  padding: 30px 30px 50px 30px;
  background: var(--theme-backgrand-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}
.header__burger {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  margin-left: auto;
}
.header__burger i {
  width: 100%;
  height: 2px;
  background-color: var(--dark-color);
  border-radius: 13px;
  transition: var(--transition);
}
.header__burger.active i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.header__burger.active i:nth-child(2) {
  opacity: 0;
}
.header__burger.active i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

.header.scrolled {
  position: fixed;
  background: var(--theme-backgrand-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.submenu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 295px;
  padding-left: 0;
}
.submenu-list__title {
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(14, 14, 14);
}
.submenu-list__item {
  display: flex;
  padding-right: 100px;
  margin-right: -100px;
  cursor: pointer;
}
.submenu-list__item.has-submenu.active .submenu-content {
  opacity: 1;
  visibility: visible;
}
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
  background-color: #D8BFA1;
}
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper:hover {
  background-color: #D8BFA1;
}
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.submenu-list__item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 16px;
  border-radius: 14px;
  transition: var(--transition);
}
.submenu-list__item-wrapper > svg {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.submenu-list__item-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.submenu-list__item-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
}
.submenu-list__item-subtile {
  font-size: 12px;
  font-weight: 400;
  color: rgb(47, 47, 47);
}
.submenu-list__item-icon {
  display: flex;
}
.submenu-list__wrapper {
  position: relative;
}

.submenu-content {
  position: absolute;
  left: 0;
  top: 0;
  max-width: calc(100% - 365px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}
.submenu-content__title {
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.submenu-content__list {
  width: 100%;
  gap: 20px;
  padding: 0;
}
.submenu-content__list.events {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.submenu-content__list:not(.events) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.submenu-content__list-item {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: auto;
  width: 290px;
  border-radius: 13px;
  padding: 10px;
}
.submenu-content__link {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: var(--transition);
}
.submenu-content__link-img {
  margin-bottom: 20px;
  border-radius: 13px;
  overflow: hidden;
  transition: var(--transition);
  width: 100%;
}
.submenu-content__link-img img {
  transition: 0.4s ease-in;
}
.submenu-content__link-title {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.submenu-content__link-text {
  padding: 0 10px;
  font-size: 12px;
  color: rgb(160, 161, 165);
}
.submenu-content__link-address span, .submenu-content__link-date span {
  line-height: 0.9;
}

.cart-items-count {
  font-weight: bold;
  color: var(--white-color);
}

@media (hover: hover) and (pointer: fine) {
  .header__list-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__list-item:hover ~ .header__list-item .submenu-wrapper {
    display: none;
  }
  .header__list-item:hover > a,
  .header__button:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04);
  }
  .submenu-list__item.has-submenu:hover .submenu-content,
  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .submenu-content__list-item:hover .submenu-content__link {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .submenu-content__list-item:hover .submenu-content__link-img img {
    transform: scale(1.05);
  }
  .submenu-content__url:hover,
  .submenu-content__url:hover svg path {
    color: var(--theme-color);
    stroke: var(--theme-color);
  }
  .submenu-content__url:hover svg {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1280px) {
  .header__navigation-wrapper {
    padding-left: 25px;
  }
  .submenu-list {
    max-width: 250px;
  }
  .submenu-content {
    max-width: calc(100% - 270px);
  }
  .submenu-content__url {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .base-template__wrapper {
    min-height: 105vh;
  }
  .header {
    min-height: 64px;
    padding: 0 20px;
  }
  .header__burger {
    display: flex;
  }
  .header__navigation-wrapper {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 110%;
    left: 0;
    padding: 20px;
    background: var(--theme-backgrand-color);
    border-radius: 0 0 20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  .header__navigation-wrapper.open {
    opacity: 1;
    visibility: visible;
  }
  .header__list {
    flex-direction: column;
    gap: 30px;
  }
  .header__buttons-wrapper {
    flex-direction: column;
    margin-left: unset;
    margin-top: 50px;
    gap: 8px;
  }
  .header__navigation,
  .header__list {
    width: 100%;
  }
  .header__list-item {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    margin: 0;
  }
  .header__list-item .submenu-wrapper {
    position: static;
    padding: 0;
    max-height: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    transition: max-height var(--transition);
  }
  .submenu-list {
    width: 100%;
    max-width: 100%;
    gap: 5px;
  }
  .submenu-list__wrapper {
    margin-top: 30px;
  }
  .submenu-list__item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .submenu-list__item:active .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04);
  }
  .submenu-list__item:active .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
  }
  .submenu-list__title {
    display: none;
  }
  .submenu-content {
    display: none;
  }
  .header__button {
    border: 1px solid rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767.9px) {
  .header__buttons-wrapper,
  .header__button {
    width: 100%;
  }
}
.faq-section .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--theme-color);
}
.faq-section .faq-box {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.8s ease both;
}
.faq-section .faq-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.faq-section .faq-box .faq-question {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.faq-section .faq-box .faq-answer {
  font-weight: 500;
  font-size: 0.95rem;
  color: #666;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  height: 100%;
  padding-bottom: 10px;
  color: var(--dark-color);
  position: relative;
  width: 100%;
  margin-top: 100px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
}
footer .footer-content .footer-section {
  padding: 20px;
  flex: 1;
  min-width: 250px;
  min-height: 100%;
  margin: 10px;
  animation: slideIn 1s ease-in-out;
}
footer .footer-content .footer-section h5 {
  color: var(--theme-color-200);
  font-weight: bold;
  border-bottom: 2px solid var(--theme-color-200);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
footer .footer-content .footer-section img {
  max-width: 150px;
}
footer .footer-content .radius-1 {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 426px) {
  footer .footer-content .radius-1 {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1025px) {
  footer .footer-content .radius-1 {
    border-radius: 30px;
  }
}
footer .footer-content .radius-2 {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 426px) {
  footer .footer-content .radius-2 {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1025px) {
  footer .footer-content .radius-2 {
    border-radius: 30px;
  }
}
footer .footer-content .radius-3 {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 426px) {
  footer .footer-content .radius-3 {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1025px) {
  footer .footer-content .radius-3 {
    border-radius: 30px;
  }
}
footer .footer-content .radius-4 {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 426px) {
  footer .footer-content .radius-4 {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1025px) {
  footer .footer-content .radius-4 {
    border-radius: 30px;
  }
}
footer .footer-content .img-footer {
  max-width: 100px;
}
@media screen and (max-width: 1025px) {
  footer .footer-content .img-footer {
    max-width: 120px;
  }
}
footer .map-container {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
footer .newsletter input[type=email] {
  padding: 10px;
  width: calc(100% - 22px);
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}
footer p.about-footer {
  font-weight: bold;
  line-height: 30px;
}
footer li.footer-contactus {
  list-style: none;
  padding: 0;
  font-family: sans-serif;
  transition: 0.3s;
}
footer li.footer-contactus li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
footer .bottom-footer {
  text-align: center;
  margin-top: 20px;
}
footer .bottom-footer p {
  color: var(--dark-color);
  font-weight: bold;
}
footer .bottom-footer p.Design-company {
  color: var(--theme-color-200);
  font-size: 0.8rem;
}

.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 8px rgba(0, 0, 0, 0.3);
  padding: 8px 30px;
  z-index: 99;
}
@media screen and (max-width: 327px) {
  .mobile-menu {
    padding: 8px 10px;
  }
}
.mobile-menu ul li.active a {
  color: var(--theme-color);
}
.mobile-menu ul li a {
  font-size: 14px;
  color: var(--text-color);
}

.login-card {
  background: var(--white-color);
  border: 1px solid var(--white-color-2);
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.login-card .brand img {
  max-width: 140px;
}
.login-card .brand h1 {
  color: var(--theme-color);
  font-weight: bold;
}
.login-card .input-mobile {
  text-align: right;
  font-size: 1rem;
  height: 50px;
  border: 2px solid var(--white-color-2);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.login-card .input-mobile:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(98, 0, 197, 0.1);
}
.login-card .login-btn {
  padding: 1rem;
  background: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.login-card .login-btn:hover {
  transform: translateY(-2px);
}
.login-card .login-btn:active {
  transform: translateY(0);
}

:root {
  --primary: #4f46e5;
  --secondary: #ec4899;
  --error: #ef4444;
  --warning: #f59e0b;
  --info: #3b82f6;
  --success: #10b981;
  --text: #1f2937;
  --text-light: #6b7280;
}

.error-container {
  width: 100%;
  max-width: 600px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fadeIn 0.5s ease-out;
}
@media (max-width: 640px) {
  .error-container {
    margin: 1rem;
  }
}

.success-container {
  width: 100%;
  max-width: 600px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fadeIn 0.5s ease-out;
}
@media (max-width: 640px) {
  .success-container {
    margin: 1rem;
  }
}

.error-header {
  padding: 2rem;
  text-align: center;
  background: var(--error);
  color: white;
  position: relative;
}
.error-header.warning {
  background: var(--warning);
}
.error-header.info {
  background: var(--info);
}
.error-header.success {
  background: var(--success);
}
@media (max-width: 640px) {
  .error-header {
    padding: 1.5rem;
  }
}

.success-header {
  padding: 2rem;
  text-align: center;
  background: var(--success);
  color: white;
  position: relative;
}
.success-header.warning {
  background: var(--warning);
}
.success-header.info {
  background: var(--info);
}
.success-header.success {
  background: var(--success);
}
@media (max-width: 640px) {
  .success-header {
    padding: 1.5rem;
  }
}

.icon-payment {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
}
@media (max-width: 640px) {
  .icon-payment {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}

.error-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 426px) {
  .error-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 376px) {
  .error-title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 321px) {
  .error-title {
    font-size: 0.9rem;
  }
}

.error-subtitle {
  opacity: 0.9;
  font-size: 1.1rem;
}
@media screen and (max-width: 426px) {
  .error-subtitle {
    font-size: 0.9rem;
  }
}

.error-content {
  padding: 2rem;
}

.error-details {
  margin-bottom: 2rem;
}

.error-message {
  background: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  color: var(--error);
  font-family: monospace;
  font-size: 0.875rem;
}
.error-message.warning {
  background: #fffbeb;
  border-color: #fef3c7;
  color: var(--warning);
}
.error-message.info {
  background: #eff6ff;
  border-color: #dbeafe;
  color: var(--info);
}
.error-message.success {
  background: #ecfdf5;
  border-color: #d1fae5;
  color: var(--success);
}

.error-steps {
  margin-bottom: 2rem;
}
.error-steps h3 {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 1rem;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.step-item:hover {
  transform: translateX(5px);
}
.step-item .step-number {
  width: 24px;
  height: 24px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  flex-shrink: 0;
}
.step-item .step-text h4 {
  color: var(--text);
  margin-bottom: 0.25rem;
}
.step-item .step-text p {
  color: var(--text-light);
  font-size: 0.875rem;
}

.error-actions {
  display: flex;
  gap: 1rem;
}
@media (max-width: 640px) {
  .error-actions {
    flex-direction: column;
  }
}

.error-button {
  flex: 1;
  padding: 0.875rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.error-button:hover {
  transform: translateY(-2px);
}
.error-button.button-primary {
  background: var(--primary);
  color: white;
  border: none;
}
.error-button.button-secondary {
  background: #f3f4f6;
  color: var(--text);
  border: 1px solid #e5e7eb;
}

.contact-support {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-light);
}
.contact-support a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.contact-support a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.floating-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.floating-shapes .shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 20s infinite;
}
.floating-shapes .shape.shape-1 {
  width: 100px;
  height: 100px;
  top: -20px;
  right: -20px;
}
.floating-shapes .shape.shape-2 {
  width: 60px;
  height: 60px;
  bottom: -10px;
  left: 40%;
  animation-delay: -5s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
  }
}
.main-single {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .main-single {
    margin-top: 0px;
  }
}
@media screen and (max-width: 321px) {
  .main-single {
    padding: 1rem;
  }
}
.main-single .slider-wrapper {
  border-radius: 10px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
}
.main-single .slider-wrapper .main-image {
  width: 100%;
  height: 300px;
  margin-top: 80px;
  object-fit: contain;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .main-single .slider-wrapper .main-image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 426px) {
  .main-single .slider-wrapper .main-image {
    height: 250px;
  }
}
@media screen and (max-width: 376px) {
  .main-single .slider-wrapper .main-image {
    height: 200px;
  }
}
@media screen and (max-width: 321px) {
  .main-single .slider-wrapper .main-image {
    height: 150px;
  }
}
.main-single .slider-wrapper .thumbs-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.main-single .slider-wrapper .thumbs-container .thumbnail {
  cursor: pointer;
  height: 150px;
  object-fit: cover;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .main-single .slider-wrapper .thumbs-container .thumbnail {
    height: 100px;
  }
}
@media screen and (max-width: 426px) {
  .main-single .slider-wrapper .thumbs-container .thumbnail {
    height: 80px;
  }
}
@media screen and (max-width: 376px) {
  .main-single .slider-wrapper .thumbs-container .thumbnail {
    height: 70px;
  }
}
@media screen and (max-width: 321px) {
  .main-single .slider-wrapper .thumbs-container .thumbnail {
    height: 60px;
  }
}
.main-single .slider-wrapper .thumbs-container .thumbnail.active {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.main-single .slider-wrapper .arrows {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.main-single .slider-wrapper .arrows .arrow-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 4px 10px;
  cursor: pointer;
}
.main-single .slider-wrapper ul.bottom-left {
  padding: 0 10px;
  border-bottom: 1px solid var(--white-color);
}
@media screen and (max-width: 426px) {
  .main-single .slider-wrapper ul.bottom-left {
    padding: 0 1px;
  }
}
.main-single .slider-wrapper ul.bottom-left:last-child {
  border: none;
}
.main-single .slider-wrapper ul.bottom-left li {
  border-left: 1px solid var(--white-color);
  padding: 10px;
}
.main-single .slider-wrapper ul.bottom-left li:last-child {
  border: none;
}
.main-single .slider-wrapper ul.bottom-left li span {
  font-size: 15px;
}
.main-single .item-right-section {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main-single .item-right-section .breadcrumb {
  position: absolute;
  top: 10px;
  right: 30px;
  display: flex;
  padding: 0.75rem 1.25rem;
  border-radius: 35px;
}
@media screen and (max-width: 769px) {
  .main-single .item-right-section .breadcrumb {
    top: 45px;
    right: 45px;
  }
}
@media screen and (max-width: 426px) {
  .main-single .item-right-section .breadcrumb {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-single .item-right-section .breadcrumb {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 321px) {
  .main-single .item-right-section .breadcrumb {
    padding: 5px 0.1rem;
    top: 20px;
    right: 30px;
  }
}
.main-single .item-right-section .breadcrumb .breadcrumb-links {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.main-single .item-right-section .breadcrumb .breadcrumb-links li:nth-child(n+4) {
  display: none;
}
.main-single .item-right-section .breadcrumb .breadcrumb-links li:first-child .breadcrumb-text {
  display: none;
}
.main-single .item-right-section .breadcrumb .breadcrumb-links li.active a {
  color: var(--theme-color-200);
}
@media screen and (max-width: 376px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-links li.active a {
    font-size: 11px;
  }
}
@media screen and (max-width: 321px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-links li.active a {
    font-size: 9px;
  }
}
.main-single .item-right-section .breadcrumb .breadcrumb-box {
  display: flex;
  align-items: center;
}
.main-single .item-right-section .breadcrumb .breadcrumb-box:hover > *:not(.breadcrumb-icon) {
  color: var(--theme-color-200);
}
.main-single .item-right-section .breadcrumb .breadcrumb-link {
  color: #9ca3af;
}
.main-single .item-right-section .breadcrumb .breadcrumb-icon,
.main-single .item-right-section .breadcrumb .breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--theme-color-200);
}
@media screen and (max-width: 376px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-icon,
  .main-single .item-right-section .breadcrumb .breadcrumb-icon-home {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-icon,
  .main-single .item-right-section .breadcrumb .breadcrumb-icon-home {
    width: 1rem;
    height: 1rem;
  }
}
.main-single .item-right-section .breadcrumb .breadcrumb-text {
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #6b7280;
}
@media screen and (max-width: 769px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-text {
    font-size: 1.5rem;
    margin-left: -0.7rem;
  }
}
@media screen and (max-width: 426px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-text {
    font-size: 12px;
    margin-left: -0.7rem;
  }
}
@media screen and (max-width: 376px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-text {
    font-size: 11px;
    margin-left: -0.7rem;
  }
}
@media screen and (max-width: 321px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-text {
    font-size: 9px;
    margin-left: -0.7rem;
  }
}
@media (min-width: 640px) {
  .main-single .item-right-section .breadcrumb .breadcrumb-links li:nth-child(n+4) {
    display: block;
  }
  .main-single .item-right-section .breadcrumb .breadcrumb-links li:first-child .breadcrumb-text {
    display: block;
  }
}
@media (max-width: 850px) {
  .main-single .item-right-section {
    grid-template-columns: 1fr;
  }
}
.main-single .item-left-section {
  padding: 10px 20px;
  background: none;
  position: relative;
}
.main-single .item-left-section:before {
  display: none;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--white-color);
  transform: rotate(45deg);
  top: 50px;
  right: -13px;
}
@media (max-width: 850px) {
  .main-single .item-left-section:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
}
.main-single .item-left-section ul span {
  color: var(--theme-color-200);
  font-weight: bold;
  font-size: 1.5rem;
}
.main-single .item-left-section ul li span {
  color: var(--theme-color-200);
  font-size: 1rem;
}
.main-single .item-left-section ul li p {
  color: var(--text-color);
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .main-single .item-left-section ul li p br.d-xxl-none {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .main-single .item-left-section ul li p br.d-xxl-none {
    display: block;
  }
}
.main-single .item-left-section ul li p span {
  display: inline;
  text-align: center;
  padding: 5px 10px;
  margin: 40px 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(255, 255, 255, 0.45) 0px 25px 20px -20px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px;
  color: var(--text-color);
}
.main-single .item-left-section ul.bottom-left {
  padding: 0 10px;
  border-bottom: 1px solid var(--white-color);
}
@media screen and (max-width: 426px) {
  .main-single .item-left-section ul.bottom-left {
    padding: 0 1px;
  }
}
.main-single .item-left-section ul.bottom-left:last-child {
  border: none;
}
.main-single .item-left-section ul.bottom-left li {
  border-left: 1px solid var(--white-color);
  padding: 10px;
}
.main-single .item-left-section ul.bottom-left li:last-child {
  border: none;
}
.main-single .item-left-section ul.bottom-left li span {
  font-size: 15px;
}
.main-single .item-left-section button.buy-button-2 {
  position: relative;
  padding: 10px 20px;
  background-color: var(--white-color);
  color: var(--theme-color-200);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 426px) {
  .main-single .item-left-section button.buy-button-2 {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 376px) {
  .main-single .item-left-section button.buy-button-2 {
    width: 100%;
    display: block;
    font-size: 13px;
  }
}
@media screen and (max-width: 321px) {
  .main-single .item-left-section button.buy-button-2 {
    font-size: 11px;
  }
}
.main-single .item-left-section button.buy-button-2 .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
  animation: none;
}
.main-single .item-left-section button.buy-button-2:hover .icon {
  animation: bounce-left-right 0.6s ease-in-out infinite;
}
@keyframes bounce-left-right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.main-single .item-left-section .buy-button-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-single .item-left-section .buy-button-2:hover::before {
  width: 100%;
}
.main-single .item-left-section .buy-button-2:hover {
  color: var(--theme-color-200);
}
.main-single .item-left-section .quantity-btn {
  height: 40px;
  padding: 10px 10px;
  border-radius: 4px;
  background-color: var(--theme-color-200);
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.main-single .item-left-section .quantity-btn button {
  background: none;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 4px 10px;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .main-single .item-left-section .quantity-btn button {
    padding: 10px 1px;
  }
}

.main-product .section-1 .slider-product .swiper-button-prev11 {
  border-radius: 0 10px 10px 0;
}
.main-product .section-1 .slider-product .swiper-button-prev11 svg {
  fill: var(--theme-color-200);
}
.main-product .section-1 .slider-product .swiper-button-prev11 svg:hover {
  cursor: pointer;
}
.main-product .section-1 .slider-product .swiper-button-next11 {
  border-radius: 10px 0 0 10px;
}
.main-product .section-1 .slider-product .swiper-button-next11 svg {
  fill: var(--theme-color-200);
}
.main-product .section-1 .slider-product .swiper-button-next11 svg:hover {
  cursor: pointer;
}
.main-product .section-1 .slider-product .swiper-slide {
  width: 300px;
  height: 100%;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.main-product .section-1 .slider-product .swiper-slide .box-advantages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-product .section-1 .slider-product .swiper-slide .box-advantages .item-advantages {
  padding: 1px 5px;
  width: 280px;
  height: 400px;
  box-shadow: none;
}
.main-product .section-1 .slider-product .swiper-slide .box-advantages .item-advantages .box-img-advantages {
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-product .section-1 .slider-product .swiper-slide .box-advantages .item-advantages .advantage-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}
.main-product .section-1 .slider-product .swiper-slide .box-advantages .item-advantages .advantage-desc {
  padding: 10px;
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.6;
}
.main-product .section-1 .slider-product .swiper-slide .box-advantages .item-advantages .box-img-advantages img.img-advantages {
  max-width: 200px;
}

.hero-section {
  /* تایپ متن */
  /* تایپ انیمیشن */
  /* چشمک‌زدن نشانگر تایپ */
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.hero-section .site-title {
  font-family: "Vazirmatn", sans-serif;
  text-align: center;
  direction: rtl;
  position: relative;
}
.hero-section .title-with-line {
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .hero-section .title-with-line {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 769px) {
  .hero-section .title-with-line {
    font-size: 2rem;
  }
}
@media screen and (max-width: 426px) {
  .hero-section .title-with-line {
    font-size: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .hero-section .title-with-line {
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .hero-section .title-with-line {
    font-size: 0.8rem;
  }
}
.hero-section .typewriter-text {
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.2em;
  animation: typing 2s steps(50, end), blink-caret 0.75s step-end infinite;
}
@media screen and (max-width: 1025px) {
  .hero-section .typewriter-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 769px) {
  .hero-section .typewriter-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 426px) {
  .hero-section .typewriter-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .hero-section .typewriter-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .hero-section .typewriter-text {
    font-size: 0.6rem;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section {
    height: 550px;
  }
}
@media screen and (max-width: 769px) {
  .hero-section {
    height: 500px;
  }
}
@media screen and (max-width: 426px) {
  .hero-section {
    height: 500px;
  }
}
@media screen and (max-width: 321px) {
  .hero-section {
    height: 500px;
  }
}
.hero-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0;
  transform: scale(1.08);
  filter: blur(8px);
  animation: videoEntrance 2s ease-out forwards;
}
.hero-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1px);
}
.hero-section .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white-color);
  z-index: 0;
  width: 100%;
}
.hero-section .hero-content h1 {
  line-height: 90px;
}

@keyframes videoEntrance {
  0% {
    opacity: 0;
    transform: scale(1.08);
    filter: blur(8px);
  }
  60% {
    opacity: 1;
    transform: scale(1.02);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes revealVideo {
  0% {
    opacity: 0;
    transform: scale(1.08);
    filter: blur(10px) brightness(0.7);
  }
  60% {
    opacity: 1;
    filter: blur(3px) brightness(0.9);
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px) brightness(1);
  }
}
@media screen and (max-width: 320px) {
  .hero-content h1 {
    font-size: 1.2rem;
    padding: 6px 12px;
  }
  .search-box {
    padding: 8px 15px;
  }
}
.bg-main {
  background-color: var(--theme-backgrand-color);
  padding: 30px;
  border-radius: 100px;
}
@media screen and (max-width: 426px) {
  .bg-main {
    border-radius: 50px;
  }
}
.bg-main .section-1 .box-advantages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bg-main .section-1 .box-advantages .item-advantages {
  border-radius: 4px;
  padding: 1px 5px;
  width: 280px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.bg-main .section-1 .box-advantages .item-advantages:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.bg-main .section-1 .box-advantages .item-advantages .box-img-advantages {
  width: 100%;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-main .section-1 .box-advantages .item-advantages .img-car {
  max-width: 150px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-main .section-1 .box-advantages .item-advantages .advantage-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .bg-main .section-1 .box-advantages .item-advantages .advantage-title {
    font-size: 0.9rem;
  }
}
.bg-main .section-1 .box-advantages .item-advantages .advantage-desc {
  padding: 10px;
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .bg-main .section-1 .box-advantages .item-advantages .advantage-desc {
    font-size: 0.8rem;
  }
}
.bg-main .section-1 .box-advantages .item-advantages .box-img-advantages img.img-advantages {
  max-width: 80px;
  max-height: 100%;
}
@keyframes float-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-2 {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes float-3 {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes float-4 {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(4px);
  }
}
.bg-main .section-1 .box-advantages .float-1 {
  animation: float-1 5s ease-in-out infinite;
}
.bg-main .section-1 .box-advantages .float-2 {
  animation: float-2 5s ease-in-out infinite;
}
.bg-main .section-1 .box-advantages .float-3 {
  animation: float-3 5s ease-in-out infinite;
}
.bg-main .section-1 .box-advantages .float-4 {
  animation: float-4 5s ease-in-out infinite;
}
@media screen and (max-width: 426px) {
  .bg-main .section-1 .box-advantages .float-1 {
    animation: float-1 0s ease-in-out infinite;
  }
  .bg-main .section-1 .box-advantages .float-2 {
    animation: float-2 0s ease-in-out infinite;
  }
  .bg-main .section-1 .box-advantages .float-3 {
    animation: float-3 0s ease-in-out infinite;
  }
  .bg-main .section-1 .box-advantages .float-4 {
    animation: float-4 0s ease-in-out infinite;
  }
}
@keyframes float-1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-6px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-main .section-1 .box-advantages .float-1 {
  animation: float-1 4ss ease-in-out infinite;
}
@keyframes float-2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-main .section-1 .box-advantages .float-2 {
  animation: float-2 5ss ease-in-out infinite;
}
@keyframes float-3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(-9px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-main .section-1 .box-advantages .float-3 {
  animation: float-3 4ss ease-in-out infinite;
}
@keyframes float-4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-main .section-1 .box-advantages .float-4 {
  animation: float-4 5ss ease-in-out infinite;
}
.bg-main .section-1 .box-advantages .radius-1 {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 426px) {
  .bg-main .section-1 .box-advantages .radius-1 {
    border-radius: 30px 30px 0 0;
  }
}
.bg-main .section-1 .box-advantages .radius-2 {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 426px) {
  .bg-main .section-1 .box-advantages .radius-2 {
    border-radius: 0 0 30px 30px;
  }
}
.bg-main .section-1 .box-advantages .radius-3 {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 426px) {
  .bg-main .section-1 .box-advantages .radius-3 {
    border-radius: 30px 30px 0 0;
  }
}
.bg-main .section-1 .box-advantages .radius-4 {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 426px) {
  .bg-main .section-1 .box-advantages .radius-4 {
    border-radius: 0 0 30px 30px;
  }
}
.bg-main .section-2 .slider-product .swiper-button-prev11 {
  border-radius: 0 10px 10px 0;
}
.bg-main .section-2 .slider-product .swiper-button-prev11 svg {
  fill: var(--theme-color-200);
}
.bg-main .section-2 .slider-product .swiper-button-prev11 svg:hover {
  cursor: pointer;
}
.bg-main .section-2 .slider-product .swiper-button-next11 {
  border-radius: 10px 0 0 10px;
}
.bg-main .section-2 .slider-product .swiper-button-next11 svg {
  fill: var(--theme-color-200);
}
.bg-main .section-2 .slider-product .swiper-button-next11 svg:hover {
  cursor: pointer;
}
.bg-main .section-2 .slider-product .swiper-slide {
  background: var(--white-color);
  width: 300px;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}
.bg-main .section-2 .slider-product .swiper-slide .image-wrapper {
  position: relative;
  overflow: hidden;
  background: white;
  width: 100%;
  height: 200px;
}
.bg-main .section-2 .slider-product .swiper-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(1);
  opacity: 1;
}
.bg-main .section-2 .slider-product .swiper-slide .image-wrapper img.hover-image {
  opacity: 0;
  z-index: 2;
}
.bg-main .section-2 .slider-product .swiper-slide .image-wrapper img.main-image {
  z-index: 1;
}
.bg-main .section-2 .slider-product .swiper-slide .image-wrapper img.hover-image {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box {
  padding: 5px;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box span.title-description {
  color: var(--dark-color);
  font-weight: bold;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box .text-description {
  position: relative;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* محدود به ۲ خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box .text-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em; /* یا مقدار دلخواه */
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 60%, transparent);
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box span.discounted-price {
  display: block;
  font-size: 1.5rem;
  color: var(--theme-color-100);
  font-weight: bold;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box span.original-price {
  display: block;
  text-decoration: line-through;
  color: gray;
  margin-right: 10px;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box .buy-button {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom {
  background: var(--theme-color-200);
  color: var(--white-color);
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  transition: color 0.3s ease;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
  animation: none;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom:hover .icon {
  animation: bounce-left-right 0.6s ease-in-out infinite;
}
@keyframes bounce-left-right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box .buy-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box .buy-button:hover::before {
  width: 100%;
}
.bg-main .section-2 .slider-product .swiper-slide .card-product .description-box .buy-button:hover {
  color: #fff;
}
.bg-main .section-3 .about-box-sm {
  display: none;
  border-radius: 30px;
}
.bg-main .section-3 .about-box-sm .content-box {
  background-color: rgba(255, 255, 255, 0.91);
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: right;
  transition: filter 0.3s ease-in-out;
}
@media screen and (max-width: 426px) {
  .bg-main .section-3 .about-box-sm .content-box {
    padding: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 376px) {
  .bg-main .section-3 .about-box-sm .content-box {
    padding: 10px;
    max-width: 100%;
  }
}
.bg-main .section-3 .about-box-sm .content-box span {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 426px) {
  .bg-main .section-3 .about-box-sm .content-box span {
    font-size: 17px;
  }
}
.bg-main .section-3 .about-box-sm .content-box p {
  margin-top: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 426px) {
  .bg-main .section-3 .about-box-sm .content-box p {
    line-height: 2.1;
  }
}
@media screen and (max-width: 376px) {
  .bg-main .section-3 .about-box-sm .content-box p {
    font-size: 13px;
  }
}
@media screen and (max-width: 321px) {
  .bg-main .section-3 .about-box-sm .content-box p {
    font-size: 12px;
  }
}
.bg-main .section-3 .about-box-sm .content-box p span {
  font-size: 1rem;
}
@media screen and (max-width: 376px) {
  .bg-main .section-3 .about-box-sm .content-box p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 321px) {
  .bg-main .section-3 .about-box-sm .content-box p span {
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .bg-main .section-3 .about-box-sm {
    display: block;
  }
}
.bg-main .section-3 .about-box-xl {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
}
@media screen and (max-width: 769px) {
  .bg-main .section-3 .about-box-xl {
    display: none;
  }
}
.bg-main .section-3 .about-box-xl .item-text {
  padding: 30px;
}
.bg-main .section-3 .about-box-xl .item-text span {
  font-weight: bold;
  font-size: 24px;
}
.bg-main .section-3 .about-box-xl .item-text p {
  font-size: 1rem;
  margin-top: 1.1rem;
  line-height: 3;
}
@media screen and (max-width: 1025px) {
  .bg-main .section-3 .about-box-xl .item-text p {
    line-height: 2.2;
  }
}
.bg-main .section-3 .about-box-xl .item-text p span {
  font-size: 1.1rem;
}
.bg-main .section-3 .about-box-xl .item-img img {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
}
@media screen and (max-width: 1025px) {
  .bg-main .section-3 .about-box-xl .item-img img {
    width: 450px;
    height: 400px;
  }
}
.bg-main .section-3 .about-box-xl .blur-effect {
  filter: blur(4px);
}

.main-dashboard .sidebar-card {
  border-radius: 10px;
}
.main-dashboard .sidebar-card ul li.active span {
  color: var(--theme-color-200);
  font-weight: bold;
}
.main-dashboard .sidebar-card .position-relative img {
  border: 3px solid var(--theme-color-200);
}
.main-dashboard .sidebar-card .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-200);
}
.main-dashboard .section-2 .card-custom {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}
.main-dashboard .section-2 .card-custom span {
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 0.9rem;
  }
}
.main-dashboard .section-2 .card-custom small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .main-dashboard .section-2 .card-custom small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard .section-2 .card-custom small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .section-2 .card-custom small {
    font-size: 1.2rem;
  }
}
.main-dashboard .section-3 .slider-product .swiper-button-prev11 {
  border-radius: 0 10px 10px 0;
}
.main-dashboard .section-3 .slider-product .swiper-button-prev11 svg {
  fill: var(--theme-color-200);
}
.main-dashboard .section-3 .slider-product .swiper-button-prev11 svg:hover {
  cursor: pointer;
}
.main-dashboard .section-3 .slider-product .swiper-button-next11 {
  border-radius: 10px 0 0 10px;
}
.main-dashboard .section-3 .slider-product .swiper-button-next11 svg {
  fill: var(--theme-color-200);
}
.main-dashboard .section-3 .slider-product .swiper-button-next11 svg:hover {
  cursor: pointer;
}
.main-dashboard .section-3 .slider-product .swiper-slide {
  width: 300px;
  height: 100%;
  padding: 10px;
  background-color: var(--white-color);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper:hover .main-image {
  transform: scale(1.1);
  opacity: 0;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper:hover .hover-image {
  transform: scale(1.1);
  opacity: 1;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(1);
  opacity: 1;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img.hover-image {
  opacity: 0;
  z-index: 2;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img.main-image {
  z-index: 1;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img.hover-image {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box {
  padding: 5px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.title-description {
  color: var(--dark-color);
  font-weight: bold;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .text-description {
  position: relative;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* محدود به ۲ خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .text-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em; /* یا مقدار دلخواه */
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 60%, transparent);
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-price {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.original-price {
  text-decoration: line-through;
  color: gray;
  margin-right: 10px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom {
  color: var(--theme-color-100);
  font-weight: bold;
  transition: color 0.3s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
  animation: none;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom:hover .icon {
  animation: bounce-left-right 0.6s ease-in-out infinite;
}
@keyframes bounce-left-right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button:hover::before {
  width: 100%;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button:hover {
  color: #fff;
}
.main-dashboard .section-3 .slider-product .swiper-button-disabled {
  display: none;
}

.main-orders .sidebar-card {
  border-radius: 10px;
}
.main-orders .sidebar-card ul li.active span {
  color: var(--theme-color-200);
  font-weight: bold;
}
.main-orders .sidebar-card .position-relative img {
  border: 3px solid var(--theme-color-200);
}
.main-orders .sidebar-card .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-200);
}
.main-orders .table-start {
  padding: 0;
  margin: 50px 0;
}
.main-orders .table-start .custom-table-wrapper {
  background-color: var(--white-color);
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.main-orders .table-start .custom-table-wrapper .custom-table thead {
  background-color: var(--theme-color-200);
  color: var(--white-color);
}
.main-orders .table-start .custom-table-wrapper .custom-table th,
.main-orders .table-start .custom-table-wrapper .custom-table td {
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 321px) {
  .main-orders .table-start .custom-table-wrapper .custom-table th,
  .main-orders .table-start .custom-table-wrapper .custom-table td {
    font-size: 11px;
  }
}
.main-orders .table-start .custom-table-wrapper .custom-table a.view-td {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.main-orders .table-start .custom-table-wrapper .custom-table .view-td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-orders .table-start .custom-table-wrapper .custom-table .view-td:hover::before {
  width: 100%;
}
.main-orders .table-start .custom-table-wrapper .custom-table .view-td:hover {
  color: #fff;
}
.main-orders .table-start .custom-table-wrapper .custom-table button.Details-td {
  background-color: var(--theme-color-200);
  color: var(--white-color);
}
@media screen and (max-width: 321px) {
  .main-orders .table-start .custom-table-wrapper .custom-table button.Details-td {
    font-size: 11px;
  }
}
.main-orders .table-start .custom-table-wrapper .details-row {
  display: none;
  background-color: var(--white-color);
  text-align: left;
  padding: 10px;
}
.main-orders .table-start .search-box {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  padding-right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.main-orders .table-start .search-box:focus {
  border: none;
  box-shadow: none;
}
.main-orders .table-start tbody {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.main-orders .table-start .toggle-details .toggle-icon {
  margin-left: 5px;
  font-weight: bold;
}

.main-manage .sidebar-card {
  border-radius: 10px;
}
.main-manage .sidebar-card ul li.active span {
  color: var(--theme-color-200);
  font-weight: bold;
}
.main-manage .sidebar-card .position-relative img {
  border: 3px solid var(--theme-color-200);
}
.main-manage .sidebar-card .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-200);
}
.main-manage .card {
  height: 100%;
  border-radius: 10px;
}
.main-manage button.btn-manage {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.main-manage .btn-manage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-manage .btn-manage:hover::before {
  width: 100%;
}
.main-manage .btn-manage:hover {
  color: #fff;
}

/**=====================
    Search css start
==========================**/
@media screen and (max-width: 501px) {
  .search h1.animated-heading-sequential {
    font-size: 2rem;
  }
}
@media screen and (max-width: 364px) {
  .search h1.animated-heading-sequential {
    font-size: 1.5rem;
  }
}
.search .box-Search-filter {
  position: relative;
}
.search .box-Search-filter input {
  padding: 8px;
  border-radius: 10px;
}
.search .box-Search-filter input:focus {
  border: 1px solid var(--white-color-2);
}
.search .box-Search-filter svg.Search-svg {
  transition: 1s;
  color: var(--theme-color);
  left: 10px;
  top: 5px;
  position: absolute;
  background: var(--white-color);
  background: var(--white-color);
  opacity: 100;
}
.search .box-Search-filter svg.Search-svg:hover {
  cursor: pointer;
}
.search .box-Search-filter svg.Search-svg:focus {
  cursor: pointer;
}
.search h3 {
  color: var(--theme-color);
}
.search .search-filters-xl {
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 992px) {
  .search .search-filters-xl {
    display: none;
  }
}
.search .search-filters-xl .accordion .accordion-button:focus {
  background-color: transparent;
}
.search .search-filters-xl .accordion ul li {
  margin: 10px;
  border-bottom: 1px solid var(--white-color-2);
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search .search-filters-xl .accordion ul li a {
  color: black;
  display: block;
}
@media screen and (max-width: 1200px) {
  .search .search-filters-xl .accordion ul li {
    padding: 1px;
    margin: 10px 1px;
  }
}
.search .search-filters-xl .accordion .price-range input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.search .search-filters-sm {
  display: none;
  border-radius: 10px;
  border: 1px solid var(--white-color-2);
}
@media screen and (max-width: 992px) {
  .search .search-filters-sm {
    display: block;
  }
}
.search .search-filters-sm .accordion {
  padding: 5px;
}
.search .search-filters-sm .accordion .accordion-button {
  margin-top: -20px;
  padding: 10px;
  border-radius: 10px;
}
.search .search-filters-sm .accordion .accordion-button:focus {
  background-color: transparent;
}
.search .search-filters-sm .accordion ul {
  margin-top: 20px;
}
.search .search-filters-sm .accordion ul li {
  margin: 10px;
  border-bottom: 1px solid var(--white-color-2);
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search .search-filters-sm .accordion ul li a {
  color: black;
  display: block;
}
@media screen and (max-width: 1200px) {
  .search .search-filters-sm .accordion ul li {
    padding: 1px;
    margin: 10px 1px;
  }
}
.search .search-filters-sm .accordion .price-range input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.search .form-check {
  padding: 8px;
  border-radius: 10px;
}
.search .form-check input {
  margin-right: 2px;
}
.search .form-check label {
  margin-right: 10px;
}
.search .products .navbar-filter-item {
  padding: 5px 3px;
  border-radius: 10px;
}
.search .products .navbar-filter-item .filter-wrapper p.active {
  font-size: 15px;
  font-weight: bold;
  display: inline;
  color: var(--theme-color);
}
@media screen and (max-width: 433px) {
  .search .products .navbar-filter-item .filter-wrapper p.active {
    display: none;
  }
}
.search .products .navbar-filter-item .filter-wrapper a {
  font-size: 15px;
  border-radius: 4px;
  color: var(--text-color);
}
@media screen and (max-width: 433px) {
  .search .products .navbar-filter-item .filter-wrapper a {
    font-size: 15px;
    padding: 5px 9px;
  }
}
@media screen and (max-width: 376px) {
  .search .products .navbar-filter-item .filter-wrapper a {
    font-size: 14px;
    padding: 5px 6px;
  }
}
@media screen and (max-width: 325px) {
  .search .products .navbar-filter-item .filter-wrapper a {
    font-size: 13px;
    padding: 5px 1px;
  }
}
.search .products .navbar-filter-item .filter-wrapper a:hover {
  color: var(--theme-color);
  border-top: 3px solid var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
}
.search .products .row {
  margin-right: 30px;
}
@media screen and (max-width: 1400px) {
  .search .products .row {
    margin-right: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .search .products .row {
    margin-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .search .products .row {
    margin-right: 40px;
  }
}
@media screen and (max-width: 426px) {
  .search .products .row {
    margin-right: -10px;
  }
}
.search .products .row .product-item .slider-card {
  width: 100%;
  max-width: 250px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  direction: rtl;
  transition: all 0.3s ease;
}
.search .products .row .product-item .slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.search .products .row .product-item .slider-card .card-img-top {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.search .products .row .product-item .slider-card .card-body {
  padding: 1rem;
}
.search .products .row .product-item .slider-card .card-body .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
}
.search .products .row .product-item .slider-card .card-body .card-desc {
  font-size: 0.9rem;
  color: var(--text-color);
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  text-align: right;
}
.search .products .row .product-item .slider-card .card-body .card-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.search .products .row .product-item .slider-card .card-body .card-footer .price {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.search .products .row .product-item .slider-card .card-body .card-footer .price .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.search .products .row .product-item .slider-card .card-body .card-footer .price .new-price {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 1rem;
}
.search .products .row .product-item .slider-card .card-body .card-footer .view-more {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: var(--theme-color);
  gap: 1px;
  font-size: 14px;
  transition: color 0.3s ease;
}
.search .products .row .product-item .slider-card .card-body .card-footer .view-more svg {
  transform: rotate(0deg);
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.search .products .row .product-item .slider-card .card-body .card-footer .view-more:hover svg {
  animation: bounceUpDown 0.6s ease forwards;
}
.search .products .row .product-item .slider-card .card-body .card-footer .view-more:hover {
  color: var(--theme-hover-color);
}
@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.search .products .row .product-item .product-item-img {
  margin-bottom: 10px;
}
.search .pagination .page-link {
  color: rgb(var(--theme-color-red));
}
.search .pagination .page-item.active .page-link {
  background-color: rgba(var(--theme-color-red), 0.3);
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .search .product-ordering .count-of-comments {
    display: none;
  }
}
.container .section {
  margin-top: 50px;
}
.container .section .text-purple {
  color: #6f42c1;
}
.container .section .btn-purple {
  background-color: #6f42c1;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}
.container .section .btn-purple:hover {
  background-color: #5a32a3;
}
.container .section .section-1 {
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .container .section .section-1 {
    padding: 2px 16px;
  }
}
.container .section .section-1 .right {
  position: relative;
}
.container .section .section-1 .right h2 {
  font-size: 1.5rem;
  color: #6f42c1;
}
@media screen and (max-width: 489px) {
  .container .section .section-1 .right h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 448px) {
  .container .section .section-1 .right h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right h2 {
    font-size: 0.9rem;
  }
}
.container .section .section-1 .right .price {
  position: absolute;
  left: 50px;
  bottom: 0;
  color: #6f42c1;
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right .price {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right .price {
    bottom: -50px;
    left: 30px;
  }
}
.container .section .section-1 .right button {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right button {
    bottom: -50px;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right button {
    font-size: 0.6rem;
  }
}
.container .section .section-1 .left {
  padding: 0;
}
.container .section .section-1 .left video {
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .left video {
    margin-top: 100px;
  }
}
.container .section .section-3 .box-Accordion, .container .section .section-4 .box-Accordion {
  border-radius: 10px;
  padding: 1rem;
  font-family: "IRANSans", sans-serif;
  color: #333;
  overflow: hidden;
}
.container .section .section-3 .accordion-item, .container .section .section-4 .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.container .section .section-3 .accordion-button, .container .section .section-4 .accordion-button {
  background-color: #fff;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.container .section .section-3 .accordion-button:hover, .container .section .section-4 .accordion-button:hover {
  background-color: #f3e8ff;
}
.container .section .section-3 .accordion-button::after, .container .section .section-4 .accordion-button::after {
  filter: hue-rotate(260deg);
}
.container .section .section-3 .accordion-button:not(.collapsed), .container .section .section-4 .accordion-button:not(.collapsed) {
  background-color: #ede7f6;
  color: var(--theme-color);
}
.container .section .section-3 .accordion-collapse, .container .section .section-4 .accordion-collapse {
  overflow: hidden;
  border-radius: 10px;
}
.container .section .section-3 .accordion-body, .container .section .section-4 .accordion-body {
  background-color: #fafafa;
  margin: 0.5rem 0;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.container .section .section-3 .accordion-body .title, .container .section .section-4 .accordion-body .title {
  font-weight: 500;
  color: #333;
}
.container .section .section-3 .accordion-body .time, .container .section .section-4 .accordion-body .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7e57c2;
  font-size: 0.9rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container .section .detail-item {
  display: flex;
  align-items: center;
  border: 1px solid #d6bbfb;
  border-radius: 12px;
  padding: 16px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.08);
}
.container .section .detail-item:hover {
  box-shadow: 0 12px 24px rgba(111, 66, 193, 0.15);
}
.container .section .detail-item svg {
  font-size: 24px;
  color: #6f42c1;
  margin-left: 16px;
}
.container .section .detail-item .detail-text h6 {
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 4px;
}
.container .section .detail-item .detail-text p {
  margin: 0;
  color: var(--text-color);
}

.container .section {
  margin-top: 50px;
}
.container .section .text-purple {
  color: #6f42c1;
}
.container .section .btn-purple {
  background-color: #6f42c1;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}
.container .section .btn-purple:hover {
  background-color: #5a32a3;
}
.container .section .section-1 {
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .container .section .section-1 {
    padding: 2px 16px;
  }
}
.container .section .section-1 .right {
  position: relative;
}
.container .section .section-1 .right h2 {
  font-size: 1.5rem;
  color: #6f42c1;
}
@media screen and (max-width: 489px) {
  .container .section .section-1 .right h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 448px) {
  .container .section .section-1 .right h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right h2 {
    font-size: 0.9rem;
  }
}
.container .section .section-1 .right .price {
  position: absolute;
  left: 50px;
  bottom: 0;
  color: #6f42c1;
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right .price {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right .price {
    bottom: -50px;
    left: 30px;
  }
}
.container .section .section-1 .right button {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right button {
    bottom: -50px;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right button {
    font-size: 0.6rem;
  }
}
.container .section .section-1 .left {
  padding: 0;
}
.container .section .section-1 .left video {
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .left video {
    margin-top: 100px;
  }
}
.container .section .section-3 .box-Accordion, .container .section .section-4 .box-Accordion {
  border-radius: 10px;
  padding: 1rem;
  font-family: "IRANSans", sans-serif;
  color: #333;
  overflow: hidden;
}
.container .section .section-3 .accordion-item, .container .section .section-4 .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.container .section .section-3 .accordion-button, .container .section .section-4 .accordion-button {
  background-color: #fff;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.container .section .section-3 .accordion-button:hover, .container .section .section-4 .accordion-button:hover {
  background-color: #f3e8ff;
}
.container .section .section-3 .accordion-button::after, .container .section .section-4 .accordion-button::after {
  filter: hue-rotate(260deg);
}
.container .section .section-3 .accordion-button:not(.collapsed), .container .section .section-4 .accordion-button:not(.collapsed) {
  background-color: #ede7f6;
  color: var(--theme-color);
}
.container .section .section-3 .accordion-collapse, .container .section .section-4 .accordion-collapse {
  overflow: hidden;
  border-radius: 10px;
}
.container .section .section-3 .accordion-body, .container .section .section-4 .accordion-body {
  background-color: #fafafa;
  margin: 0.5rem 0;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.container .section .section-3 .accordion-body .title, .container .section .section-4 .accordion-body .title {
  font-weight: 500;
  color: #333;
}
.container .section .section-3 .accordion-body .time, .container .section .section-4 .accordion-body .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7e57c2;
  font-size: 0.9rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container .section .detail-item {
  display: flex;
  align-items: center;
  border: 1px solid #d6bbfb;
  border-radius: 12px;
  padding: 16px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.08);
}
.container .section .detail-item:hover {
  box-shadow: 0 12px 24px rgba(111, 66, 193, 0.15);
}
.container .section .detail-item svg {
  font-size: 24px;
  color: #6f42c1;
  margin-left: 16px;
}
.container .section .detail-item .detail-text h6 {
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 4px;
}
.container .section .detail-item .detail-text p {
  margin: 0;
  color: var(--text-color);
}

.faq-item {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1.5rem;
}
.faq-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.faq-item.open .faq-icon {
  transform: rotate(180deg);
}
.faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--theme-color);
}
.faq-item .faq-question .faq-icon {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  color: var(--theme-color);
}
.faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.95rem;
  color: var(--text-color);
}
.faq-item .faq-answer.open {
  max-height: 500px;
  padding-top: 1rem;
}
.faq-item .faq-answer .answer-label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #444;
}

.container .Breadcrumb .session-box {
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}
.container .Breadcrumb .custom-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.95rem;
}
.container .Breadcrumb .custom-breadcrumb a {
  color: #6c757d;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.container .Breadcrumb .custom-breadcrumb .active {
  color: var(--theme-color);
  font-weight: 600;
}
.container .Breadcrumb .breadcrumb-separator {
  color: #bbb;
  font-size: 1rem;
}
.container .Breadcrumb .next-part {
  color: #7c3aed;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.container .Breadcrumb .next-part svg {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}
.container .Breadcrumb .next-part:hover svg {
  transform: translateX(-4px);
}
.container .section-video video {
  max-width: 100%;
  margin-top: 50px;
  border-radius: 10px;
}
.container .box-right .box-Accordion-sm {
  display: none;
}
@media screen and (max-width: 992px) {
  .container .box-right .box-Accordion-sm {
    display: block;
  }
}
.container .box-right .lesson-box {
  border: 1px solid var(--white-color-2);
  border-radius: 16px;
  padding: 24px;
  margin-top: 75px;
  transition: box-shadow 0.3s ease;
}
.container .box-right .lesson-box .lesson-header {
  text-align: end;
}
.container .box-right .lesson-box .lesson-header small {
  color: var(--text-color);
  font-size: 0.95rem;
}
.container .box-right .lesson-box .lesson-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 12px;
}
.container .box-right .lesson-box .lesson-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}
.container .box-right .lesson-box .lesson-footer a:hover {
  color: var(--theme-color);
}
.container .box-right .comment-form {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--white-color-2);
  border-radius: 12px;
}
.container .box-right .comment-form .form-title {
  font-size: 1.4rem;
  color: var(--theme-color);
  margin-bottom: 1rem;
  text-align: right;
}
.container .box-right .comment-form .editor-toolbar {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.container .box-right .comment-form .editor-toolbar button {
  background-color: #ede9fe;
  border: none;
  color: var(--theme-color);
  font-weight: bold;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.container .box-right .comment-form .editor-toolbar button:hover {
  background-color: #d8b4fe;
  transform: scale(1.05);
}
.container .box-right .comment-form .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.container .box-right .comment-form .editor-content:focus {
  border-color: #9333ea;
}
.container .box-right .comment-form .editor-content::before {
  content: attr(placeholder);
  color: #aaa;
}
.container .box-right .comment-form .editor-wrapper {
  position: relative;
}
.container .box-right .comment-form .editor-wrapper .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.container .box-right .comment-form .editor-wrapper .editor-placeholder {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.container .box-right .comment-form .editor-wrapper .editor-content:focus + .editor-placeholder,
.container .box-right .comment-form .editor-wrapper .editor-content:not(:empty) + .editor-placeholder {
  opacity: 0;
}
.container .box-right .box-Accordion {
  display: block;
}
@media screen and (max-width: 992px) {
  .container .box-right .box-Accordion {
    display: none;
  }
}
.container .box-right .box-Accordion .accordion {
  border: 1px solid var(--white-color-2);
  border-radius: 10px;
}
.container .section .title-d span {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 1.9rem;
}
.container .section .navbar {
  background: none;
}
.container .section .navbar .box-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.container .section .navbar .box-wrapper svg {
  margin-top: 20px;
  color: var(--theme-color);
}
.container .section .navbar .box-wrapper p {
  color: var(--theme-color);
  font-weight: bold;
  bottom: 5px;
  right: 65px;
  position: absolute;
}
.container .section .navbar .box-wrapper span {
  color: var(--dark-color);
  font-weight: bold;
  bottom: -2px;
  right: 65px;
  position: absolute;
}

.main-about {
  padding: 60px 20px;
}
@media screen and (max-width: 769px) {
  .main-about {
    padding: 10px;
  }
}
.main-about .box-advantages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-about .box-advantages .item-advantages {
  border-radius: 4px;
  padding: 1px 5px;
  width: 280px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main-about .box-advantages .item-advantages:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.main-about .box-advantages .item-advantages .box-img-advantages {
  width: 100%;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-about .box-advantages .item-advantages .img-car {
  max-width: 150px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-about .box-advantages .item-advantages .advantage-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .main-about .box-advantages .item-advantages .advantage-title {
    font-size: 0.9rem;
  }
}
.main-about .box-advantages .item-advantages .advantage-desc {
  padding: 10px;
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .main-about .box-advantages .item-advantages .advantage-desc {
    font-size: 0.8rem;
  }
}
.main-about .box-advantages .item-advantages .box-img-advantages img.img-advantages {
  max-width: 80px;
  max-height: 100%;
}
@keyframes float-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-2 {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes float-3 {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes float-4 {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(4px);
  }
}
.main-about .box-advantages .float-1 {
  animation: float-1 5s ease-in-out infinite;
}
.main-about .box-advantages .float-2 {
  animation: float-2 5s ease-in-out infinite;
}
.main-about .box-advantages .float-3 {
  animation: float-3 5s ease-in-out infinite;
}
.main-about .box-advantages .float-4 {
  animation: float-4 5s ease-in-out infinite;
}
@media screen and (max-width: 426px) {
  .main-about .box-advantages .float-1 {
    animation: float-1 0s ease-in-out infinite;
  }
  .main-about .box-advantages .float-2 {
    animation: float-2 0s ease-in-out infinite;
  }
  .main-about .box-advantages .float-3 {
    animation: float-3 0s ease-in-out infinite;
  }
  .main-about .box-advantages .float-4 {
    animation: float-4 0s ease-in-out infinite;
  }
}
@keyframes float-1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-7px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-about .box-advantages .float-1 {
  animation: float-1 4ss ease-in-out infinite;
}
@keyframes float-2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-about .box-advantages .float-2 {
  animation: float-2 4ss ease-in-out infinite;
}
@keyframes float-3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-about .box-advantages .float-3 {
  animation: float-3 4ss ease-in-out infinite;
}
@keyframes float-4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-about .box-advantages .float-4 {
  animation: float-4 5ss ease-in-out infinite;
}
.main-about .box-advantages .radius-1 {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 426px) {
  .main-about .box-advantages .radius-1 {
    border-radius: 30px 30px 0 0;
  }
}
.main-about .box-advantages .radius-2 {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 426px) {
  .main-about .box-advantages .radius-2 {
    border-radius: 0 0 30px 30px;
  }
}
.main-about .box-advantages .radius-3 {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 426px) {
  .main-about .box-advantages .radius-3 {
    border-radius: 30px 30px 0 0;
  }
}
.main-about .box-advantages .radius-4 {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 426px) {
  .main-about .box-advantages .radius-4 {
    border-radius: 0 0 30px 30px;
  }
}

.section-xl {
  display: block;
}
.section-xl p {
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  .section-xl {
    display: none;
  }
}

.section-sm {
  display: none;
}
.section-sm .section-sm-main {
  background-color: rgba(255, 255, 255, 0.91);
  padding: 20px;
  max-width: 100%;
  border-radius: 10px;
}
.section-sm .section-sm-main p {
  margin-top: 15px;
}
@media screen and (max-width: 425px) {
  .section-sm .section-sm-main span {
    font-size: 18px;
  }
  .section-sm .section-sm-main p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .section-sm .section-sm-main {
    padding: 10px;
  }
  .section-sm .section-sm-main span {
    font-size: 15px;
  }
  .section-sm .section-sm-main p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 321px) {
  .section-sm .section-sm-main {
    padding: 10px;
  }
  .section-sm .section-sm-main span {
    font-size: 12px;
  }
  .section-sm .section-sm-main p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .section-sm {
    display: block;
  }
}

.stat-box {
  text-align: center;
  margin-top: 30px;
  max-width: 250px;
  padding: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 426px) {
  .stat-box {
    width: 100%;
  }
}
.stat-box .stat-number {
  font-size: 2rem;
  font-weight: bold;
}

.team-image {
  border-radius: 4px;
  width: 450px;
  height: 500px;
  display: block;
}
@media screen and (max-width: 769px) {
  .team-image {
    display: none;
  }
}

h1, h2, h3, h5 {
  line-height: 1.6;
}

.main-desc {
  color: var(--dark-color);
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-contact-me {
  margin-top: 170px;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .main-contact-me {
    margin-top: 100px;
  }
}

.contact-me {
  position: relative;
  width: 100%;
  padding: 2rem;
  background: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .contact-me {
    margin-top: 0px;
  }
}
@media screen and (max-width: 321px) {
  .contact-me {
    padding: 0.2rem;
  }
}

.form {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  background-color: var(--theme-color-200);
  position: relative;
}
.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--theme-color-200);
  transform: rotate(45deg);
  top: 50px;
  right: -13px;
}
@media (max-width: 850px) {
  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  form {
    padding: 1.7rem 1.6rem;
  }
}

.title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.title.white {
  color: #fff;
}
.title.green {
  color: #1abc9c;
}
@media (max-width: 480px) {
  .title {
    font-size: 1.15rem;
  }
}

.input-container {
  position: relative;
  margin: 1rem 0;
}
.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}
.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}
.input-container label {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}
.input-container span {
  position: absolute;
  top: 0;
  right: 16px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}
.input-container span:before, .input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  background-color: var(--theme-color-200);
  transition: 0.3s;
}
.input-container span:before {
  left: 50%;
}
.input-container span:after {
  right: 50%;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .input {
    padding: 0.45rem 1.2rem;
  }
}
.input.textarea {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  resize: none;
  overflow-y: auto;
}

.btn-contact {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-backgrand-color);
  color: var(--theme-color-200);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
  font-weight: bold;
}
@media (max-width: 480px) {
  .btn-contact {
    padding: 0.45rem 1.2rem;
  }
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}
@media screen and (max-width: 426px) {
  .contact-info {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 376px) {
  .contact-info {
    padding: 1rem 1.2rem;
  }
}
.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid var(--theme-color-200);
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}
@media (max-width: 850px) {
  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }
}
@media (max-width: 480px) {
  .contact-info:before {
    display: none;
  }
}
.contact-info .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}
@media (max-width: 850px) {
  .contact-info .text {
    margin: 1rem 0 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .contact-info .text {
    font-size: 0.8rem;
  }
}
.contact-info .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}
.contact-info .information i {
  color: var(--theme-color-200);
}
@media (max-width: 480px) {
  .contact-info .information {
    font-size: 0.8rem;
  }
}
.contact-info .icon {
  width: 28px;
  margin-right: 0.7rem;
}
@media (max-width: 480px) {
  .contact-info .icon {
    width: 23px;
  }
}
.contact-info .social-media {
  padding: 0;
}
@media (max-width: 850px) {
  .contact-info .social-media {
    padding: 0;
  }
}
.contact-info .social-media p {
  color: #333;
}
@media (max-width: 480px) {
  .contact-info .social-media p {
    font-size: 0.8rem;
  }
}
.contact-info .social-media .social-icons {
  display: flex;
  margin-top: 0.5rem;
}
.contact-info .social-media .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #c05f32, #ff7454);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.contact-info .social-media .social-icons a:hover {
  transform: scale(1.05);
}
@media (max-width: 480px) {
  .contact-info .social-media .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}
@media (max-width: 850px) {
  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }
}

.login-card {
  background: var(--theme-backgrand-color-section);
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.login-card .brand img {
  max-width: 140px;
}
.login-card .brand h1 {
  color: var(--theme-color);
  font-weight: bold;
}
.login-card .brand p {
  color: #666;
  font-size: 0.95rem;
}
.login-card .code-input-wrapper {
  direction: ltr;
}
.login-card .code-input-wrapper .code-input {
  text-align: center;
  font-size: 1.5rem;
  height: 58px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.login-card .code-input-wrapper .code-input:focus {
  outline: none;
  border-color: var(--theme-color-200);
  box-shadow: 0 0 0 4px rgba(255, 125, 32, 0.1);
}
.login-card input.text-input {
  text-align: end;
  font-size: 1rem;
  height: 58px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.login-card input.text-input:focus {
  outline: none;
  border-color: var(--theme-color-200);
  box-shadow: 0 0 0 4px rgba(255, 125, 32, 0.1);
}
.login-card #resend {
  color: var(--theme-color-200);
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.login-card #resend:hover {
  text-decoration: underline;
}
.login-card button.buy-button {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.login-card .buy-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.login-card .buy-button:hover::before {
  width: 100%;
}
.login-card .buy-button:hover {
  color: #fff;
}
@media (max-width: 321px) {
  .login-card .code-input-wrapper .col-2 {
    flex: 0 0 14%;
    max-width: 14%;
    padding-left: 2px;
    padding-right: 2px;
  }
  .login-card .code-input {
    font-size: 18px;
    text-align: center;
    padding: 8px 0;
  }
}

.product-box,
.summary-box {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  margin-bottom: 1rem;
}

.box-item {
  position: relative;
}

.delete-icon {
  transition: transform 0.2s ease;
  cursor: pointer;
}
.delete-icon:hover {
  transform: scale(1.2);
  color: var(--white-color);
}

button.buy-button {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.quantity-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: var(--white-color);
  border-radius: 5px;
  padding: 0.3rem;
  background-color: var(--theme-color-200);
}
@media screen and (max-width: 426px) {
  .quantity-box {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
@media screen and (max-width: 421px) {
  .quantity-box {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
}
.quantity-box button {
  border: none;
  background: none;
  font-size: 1.2rem;
  color: var(--white-color);
}

@media (max-width: 768px) {
  .product-img {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .product-details {
    width: 100%;
  }
}
.portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  min-width: 320px;
}
.portfolio h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111;
}
.portfolio .card {
  position: relative;
  width: 25%;
  border: none;
  overflow: hidden;
}
.portfolio .card .image {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.portfolio .card .image:hover {
  filter: grayscale(0%);
}
.portfolio .card .image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  transition: all 0.5s ease;
  transform: scale(2);
}
.portfolio .card .image:hover img {
  transform: scale(1);
}
.portfolio .card .image .label {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #7b2cbf;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.portfolio .card .image .label:hover {
  background-color: #5a189a;
}
.portfolio .card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #111;
  font-size: 16px;
}
.portfolio .card .content span:last-child {
  font-size: 14px;
  color: #7b2cbf;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .portfolio .card {
    width: 50%;
  }
  .portfolio .card .image {
    filter: grayscale(0%);
  }
  .portfolio .card img {
    transform: scale(1);
  }
  .portfolio .card .content {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .portfolio .card {
    width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  position: relative;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.3s ease;
  border-radius: 50%;
  background-color: #7b2cbf;
}
.modal .close:hover {
  background-color: #eee;
  transform: scale(1.1);
}
.modal .close svg path {
  stroke: #333;
  transition: stroke 0.3s ease;
}
.modal .close:hover svg path {
  stroke: #7b2cbf;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.main-dashboard .sidebar-card {
  border-radius: 10px;
}
.main-dashboard .sidebar-card ul li.active span {
  color: var(--theme-color-200);
  font-weight: bold;
}
.main-dashboard .sidebar-card .position-relative img {
  border: 3px solid var(--theme-color-200);
}
.main-dashboard .sidebar-card .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-200);
}
.main-dashboard .section-2 .card-custom {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}
.main-dashboard .section-2 .card-custom span {
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .section-2 .card-custom span {
    font-size: 0.9rem;
  }
}
.main-dashboard .section-2 .card-custom small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .main-dashboard .section-2 .card-custom small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard .section-2 .card-custom small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .section-2 .card-custom small {
    font-size: 1.2rem;
  }
}
.main-dashboard .section-3 .slider-product .swiper-button-prev11 {
  border-radius: 0 10px 10px 0;
}
.main-dashboard .section-3 .slider-product .swiper-button-prev11 svg {
  fill: var(--theme-color-200);
}
.main-dashboard .section-3 .slider-product .swiper-button-prev11 svg:hover {
  cursor: pointer;
}
.main-dashboard .section-3 .slider-product .swiper-button-next11 {
  border-radius: 10px 0 0 10px;
}
.main-dashboard .section-3 .slider-product .swiper-button-next11 svg {
  fill: var(--theme-color-200);
}
.main-dashboard .section-3 .slider-product .swiper-button-next11 svg:hover {
  cursor: pointer;
}
.main-dashboard .section-3 .slider-product .swiper-slide {
  width: 300px;
  height: 100%;
  padding: 10px;
  background-color: var(--white-color);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper:hover .main-image {
  transform: scale(1.1);
  opacity: 0;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper:hover .hover-image {
  transform: scale(1.1);
  opacity: 1;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(1);
  opacity: 1;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img.hover-image {
  opacity: 0;
  z-index: 2;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img.main-image {
  z-index: 1;
}
.main-dashboard .section-3 .slider-product .swiper-slide .image-wrapper img.hover-image {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box {
  padding: 5px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.title-description {
  color: var(--dark-color);
  font-weight: bold;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .text-description {
  position: relative;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* محدود به ۲ خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .text-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em; /* یا مقدار دلخواه */
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 60%, transparent);
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-price {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.original-price {
  text-decoration: line-through;
  color: gray;
  margin-right: 10px;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom {
  color: var(--theme-color-100);
  font-weight: bold;
  transition: color 0.3s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
  animation: none;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box span.discounted-bottom:hover .icon {
  animation: bounce-left-right 0.6s ease-in-out infinite;
}
@keyframes bounce-left-right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button:hover::before {
  width: 100%;
}
.main-dashboard .section-3 .slider-product .swiper-slide .card-product .description-box .buy-button:hover {
  color: #fff;
}
.main-dashboard .section-3 .slider-product .swiper-button-disabled {
  display: none;
}

.main-orders .sidebar-card {
  border-radius: 10px;
}
.main-orders .sidebar-card ul li.active span {
  color: var(--theme-color-200);
  font-weight: bold;
}
.main-orders .sidebar-card .position-relative img {
  border: 3px solid var(--theme-color-200);
}
.main-orders .sidebar-card .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-200);
}
.main-orders .table-start {
  padding: 0;
  margin: 50px 0;
}
.main-orders .table-start .custom-table-wrapper {
  background-color: var(--white-color);
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.main-orders .table-start .custom-table-wrapper .custom-table thead {
  background-color: var(--theme-color-200);
  color: var(--white-color);
}
.main-orders .table-start .custom-table-wrapper .custom-table th,
.main-orders .table-start .custom-table-wrapper .custom-table td {
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 321px) {
  .main-orders .table-start .custom-table-wrapper .custom-table th,
  .main-orders .table-start .custom-table-wrapper .custom-table td {
    font-size: 11px;
  }
}
.main-orders .table-start .custom-table-wrapper .custom-table a.view-td {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.main-orders .table-start .custom-table-wrapper .custom-table .view-td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-orders .table-start .custom-table-wrapper .custom-table .view-td:hover::before {
  width: 100%;
}
.main-orders .table-start .custom-table-wrapper .custom-table .view-td:hover {
  color: #fff;
}
.main-orders .table-start .custom-table-wrapper .custom-table button.Details-td {
  background-color: var(--theme-color-200);
  color: var(--white-color);
}
@media screen and (max-width: 321px) {
  .main-orders .table-start .custom-table-wrapper .custom-table button.Details-td {
    font-size: 11px;
  }
}
.main-orders .table-start .custom-table-wrapper .details-row {
  display: none;
  background-color: var(--white-color);
  text-align: left;
  padding: 10px;
}
.main-orders .table-start .search-box {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  padding-right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.main-orders .table-start .search-box:focus {
  border: none;
  box-shadow: none;
}
.main-orders .table-start tbody {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.main-orders .table-start .toggle-details .toggle-icon {
  margin-left: 5px;
  font-weight: bold;
}

.main-manage .sidebar-card {
  border-radius: 10px;
}
.main-manage .sidebar-card ul li.active span {
  color: var(--theme-color-200);
  font-weight: bold;
}
.main-manage .sidebar-card .position-relative img {
  border: 3px solid var(--theme-color-200);
}
.main-manage .sidebar-card .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-200);
}
.main-manage .card {
  height: 100%;
  border-radius: 10px;
}
.main-manage button.btn-manage {
  position: relative;
  padding: 10px 20px;
  background-color: var(--theme-color-200);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.main-manage .btn-manage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: width 0.5s ease;
}
.main-manage .btn-manage:hover::before {
  width: 100%;
}
.main-manage .btn-manage:hover {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .time-accordion-body, .title-accordion-body {
    font-size: 10px !important;
    padding: 5px 0px;
  }
  .button-period {
    font-size: 10px !important;
    padding: 10px 0px;
  }
  .item-right-search {
    display: block !important;
  }
  .box-Search-filter {
    display: none;
  }
  .box-Search {
    display: block;
  }
  .main-navbar {
    display: none;
  }
  .main-navbar-mobile {
    display: block !important;
  }
  .mobile-menu {
    display: block !important;
  }
  .right-item-product-reading-slider2 {
    display: none;
  }
  .right-item-product-reading-slider {
    display: none;
  }
  .slider-wrapper .slider-title-mobile {
    display: flex;
    color: var(--high-text-color);
  }
  .slider-wrapper .slider-title-mobile a {
    color: var(--theme-color);
  }
  .slider-wrapper:first-child .slider-title-mobile-active {
    display: flex;
    color: var(--white-color);
  }
  .Promotional-product-filter, .item-right-search-filter, .item-right-filter, .top-navbar-filter {
    display: none;
  }
  .main-content-mobile-blog, .main-header-mobile-blog {
    display: block;
  }
  .main-header-blog, .main-content-blog {
    display: none;
  }
  .header-slider {
    padding: 10px;
    border-radius: 10px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .item-left-top-section {
    display: none;
  }
  .img-form-main {
    display: none;
  }
  .navbar-filter {
    display: none;
  }
}
@media screen and (max-width: 515px) {
  .box-form {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .section-1-left, .section-1-right {
    border-radius: 0px;
    box-shadow: none;
  }
  .section-1-left .title-accordion-body, .section-1-left .time-accordion-body, .section-1-right .title-accordion-body, .section-1-right .time-accordion-body {
    font-size: 15px;
    padding: 0;
  }
  .section-1-left .Details-Questions, .section-1-right .Details-Questions {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .item-right-filter {
    display: none;
  }
  .video-section {
    margin-top: 30px;
  }
  .section-1-left {
    font-size: 12px;
  }
  .button-period {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .box-form {
    width: 350px;
    height: 300px;
  }
}
@media screen and (max-width: 350px) {
  .box-form {
    width: 300px;
    height: 300px;
  }
  .left {
    right: 130px;
  }
}
@media screen and (max-width: 750px) {
  .accordion-body {
    font-size: 13px;
  }
  .section-2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-item {
    display: flex;
    justify-content: center;
  }
  .comment-row {
    margin-top: 60px;
  }
  .Details-Questions {
    right: 300px;
    margin-top: 300px;
  }
  .section-1-left {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1600px) {
  .Comments-box section.comment-module {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .Comments-box section.comment-module {
    width: 70%;
  }
  .Comments-box section.comment-module ul li .comment .comment-img {
    width: 10%;
  }
  .Comments-box section.comment-module ul li .comment .comment-content {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .Comments-box section.comment-module {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .button-period {
    font-size: 13px;
  }
  .title-accordion-body, .time-accordion-body {
    font-size: 13px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .Comments-box section.comment-module {
    width: 96%;
    padding: 75px 10px;
  }
  .Comments-box section.comment-module ul li .comment {
    column-gap: 12px;
  }
  .Comments-box section.comment-module ul li .comment .comment-img {
    width: 15%;
  }
  .Comments-box section.comment-module ul li .comment .comment-img img {
    width: 40px;
    height: 40px;
  }
  .Comments-box section.comment-module ul li .comment .comment-content {
    width: 85%;
  }
  .Comments-box section.comment-module ul li .comment .comment-content .comment-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .Comments-box section.comment-module ul li .comment .comment-content .comment-data {
    column-gap: 12px;
  }
  .Comments-box section.comment-module ul li::before {
    top: 50px;
    right: -10px;
    transform: translateX(-30px);
    height: calc(100% - 60px);
  }
  .Comments-box section.comment-module ul li ul {
    margin-top: 25px;
    margin-right: 50px;
    width: calc(100% - 50px);
  }
}

/*# sourceMappingURL=style.css.map */
