@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-200);
}

.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: var(--theme-color-200) #ffffff;
}

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

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

*::-webkit-scrollbar-thumb {
  background-color: var(--theme-color-200);
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.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 {
  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;
}

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: 80px;
  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: 376px) {
  .box-header-section span.title-section {
    font-size: 18px;
  }
}

@media screen and (max-width: 321px) {
  .box-header-section span.title-section {
    font-size: 17px;
  }
}

@media screen and (max-width: 304px) {
  .box-header-section span.title-section {
    font-size: 13px;
  }
}

.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: block;
  }
}

.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;
}

.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 {
  color: var(--dark-color);
  background: none;
  width: 150px;
  transition: 0.3s;
}

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

div.box-cart {
  position: relative;
  color: var(--dark-color);
  background: none;
  transition: 0.3s;
}

div.box-cart:hover {
  cursor: pointer;
  color: var(--theme-color-100);
}

.const-cart {
  text-align: center;
  right: 5px;
  bottom: 5px;
  position: absolute;
  background-color: var(--theme-color-100);
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
}

.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: 700px) {
  .header__list {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .header__navigation-wrapper {
    display: none;
  }

  .item-left-header {
    position: absolute;
    left: 10px;
  }
}

.item-left-header button {
  border: 1px solid var(--theme-color-200);
}

@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%;
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  margin-top: 100px;
}

@media screen and (max-width: 1026px) {
  footer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  footer {
    margin-top: 0px;
  }
}

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;
}

@media screen and (max-width: 1200px) {
  footer .footer-content .footer-section {
    min-width: 220px;
  }

  footer p.about-footer {
    font-size: 13px;
    line-height: 25px;
    color: #e3ddd4;
  }
}

@media screen and (max-width: 992px) {
  footer .footer-content .footer-section {
    padding: 0 20px;
    min-width: 250px;
  }

  footer p.about-footer {
    font-weight: bold;
    line-height: 30px;
    color: #e3ddd4;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-content {
    gap: 1px;
  }

  footer .footer-content .footer-section {
    margin: 1px 0;
    padding: 1px 15px;
    min-width: 100%;
  }
}

footer .footer-content .footer-section h5 {
  color: #fff9f5;
  font-weight: bold;
  border-bottom: 2px solid #fff9f5;
  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;
  color: #e3ddd4;
}

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;
}

@media screen and (max-width: 767px) {
  footer .bottom-footer {
    margin-bottom: 100px;
    margin-top: 0;
  }
}

footer .bottom-footer p {
  color: #fff9f5;
  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: 800px) {
  .mobile-menu {
    display: block;
  }
}

@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: 10px;
  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);
}

/* =========================
   BACK BUTTON LOGIN CARD
========================= */

.login-card {
  position: relative;
}

/* دکمه برگشت */
.login-back-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  color: #333;
  text-decoration: none;
}

/* hover */
.login-back-btn:hover {
  background: var(--theme-color);
  transform: translateX(-3px);
}

.login-back-btn svg {
  stroke: #333;
  transition: 0.25s ease;
}

/* تغییر رنگ آیکن در هاور */
.login-back-btn:hover svg {
  stroke: #fff;
}

: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-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;
}

@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: 550px;
  }
}

@media screen and (max-width: 426px) {
  .hero-section {
    height: 410px;
  }
}

.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 {
  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;
  }
}

.section-2 .slider-product .swiper-button-prev11 {
  border-radius: 0 10px 10px 0;
}

.section-2 .slider-product .swiper-button-prev11 svg {
  fill: var(--theme-color-200);
}

.section-2 .slider-product .swiper-button-prev11 svg:hover {
  cursor: pointer;
}

.section-2 .slider-product .swiper-button-next11 {
  border-radius: 10px 0 0 10px;
}

.section-2 .slider-product .swiper-button-next11 svg {
  fill: var(--theme-color-200);
}

.section-2 .slider-product .swiper-button-next11 svg:hover {
  cursor: pointer;
}

.section-2 .slider-product .swiper-slide {
  background: var(--white-color);
  width: 300px;
  height: 620px;
  border-radius: 5px;
  padding: 8px 20px;
  transition: box-shadow 0.3s ease;
}

@media screen and (max-width: 992px) {
  .section-2 .slider-product .swiper-slide {
    background: var(--white-color);
    width: 300px;
    border-radius: 5px;
    padding: 8px 20px;
    transition: box-shadow 0.3s ease;
    height: 520px;
  }
}

.section-2 .slider-product .swiper-slide .image-wrapper {
  background: white;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .section-2 .slider-product .swiper-slide .image-wrapper {
    height: 300px;
  }
}

.section-2 .slider-product .swiper-slide .image-wrapper img {
  width: 100%;
  height: 100%;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}


.section-2 .slider-product .swiper-slide .image-wrapper img.hover-image {
  opacity: 0;
  z-index: 2;
}


.section-2 .slider-product .swiper-slide .image-wrapper img.main-image {
  z-index: 1;
}


.section-2 .slider-product .swiper-slide .image-wrapper img.hover-image {
  width: 100%;
  height: 200px;
  padding: 20px;
}


.section-2 .slider-product .swiper-slide .card-product .description-box {
  padding: 1px 5px;
}


.section-2 .slider-product .swiper-slide .card-product .description-box span.title-description {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: bold;

  display: block;
  /* مهم */
  white-space: nowrap;
  /* فقط یک خط */
  overflow: hidden;
  text-overflow: ellipsis;
  /* سه نقطه */
  margin-top: 10px;
}

@media screen and (max-wight: 767px) {

  .section-2 .slider-product .swiper-slide .card-product .description-box span.title-description {
    font-size: 13px;
  }
}


.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;
  text-overflow: ellipsis;
  /* سه نقطه */
}

@media screen and (max-wight: 767px) {

  .section-2 .slider-product .swiper-slide .card-product .description-box .text-description {
    font-size: 12px;
  }
}


.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;
}


.section-2 .slider-product .swiper-slide .card-product .description-box span.original-price {
  display: block;
  text-decoration: line-through;
  color: gray;
  margin-right: 10px;
}


.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;
}


.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;
}

.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;
}


.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;
}













.main-dashboard {
  margin-top: 100px;
}

.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-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 .card {
  height: 100%;
  border-radius: 10px;
}

.main-dashboard 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-dashboard .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-dashboard .btn-manage:hover::before {
  width: 100%;
}

.main-dashboard .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: 10px;
  }

  .section-sm .section-sm-main p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 9px;
  }
}

@media screen and (max-width: 769px) {
  .section-sm {
    display: block;
  }
}

.team-image {
  border-radius: 4px;
  width: 100%;
  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;
  }
}

.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-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-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 .card {
  height: 100%;
  border-radius: 10px;
}

.main-dashboard 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-dashboard .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-dashboard .btn-manage:hover::before {
  width: 100%;
}

.main-dashboard .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;
  }

  .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);
  }
}

button.btn-Add-to-cart {
  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;
}

@media screen and (max-width: 1200px) {
  button.btn-Add-to-cart {
    padding: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 312px) {
  button.btn-Add-to-cart {
    padding: 8px;
    font-size: 10px;
  }
}

button.btn-Add-to-cart::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.btn-Add-to-cart:hover::before {
  width: 100%;
}

button.btn-Add-to-cart:hover {
  color: #fff;
}

.icon-bounce {
  display: inline-block;
  animation: upDown 2s ease-in-out infinite;
}

.icon-bounce svg {
  text-decoration: none;
  color: white;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

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

/* حالت عادی */
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px 15px;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);

  /* ترنزیشن کامل و نرم */
  transition:
    bottom 0.35s ease,
    width 0.35s ease,
    margin 0.35s ease,
    border-radius 0.35s ease,
    padding 0.35s ease;
}

/* حالت اسکرول */
.mobile-menu.scrolled {
  background: #fff9f5;
  margin: 0 auto;
  padding: 10px 20px;
}

/* محتوا */
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu li.active {
  font-weight: bold;
  color: var(--theme-color-200);
}

.mobile-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  color: #444;
  font-size: 0.8rem;
  text-decoration: none;
  transition: gap 0.35s ease;
}

.mobile-menu.scrolled li a {
  gap: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

button.delete-btn {
  position: relative;
  padding: 5px 10px;
  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.delete-btn::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.delete-btn:hover::before {
  width: 100%;
}

button.delete-btn:hover {
  color: #fff;
}

.decrease-btn,
.increase-btn {
  background: none;
  border: none;
  color: var(--theme-color-200);
}

.no-data-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  /* قبلاً 60vh بود */
  padding: 20px;
  text-align: center;
  flex-direction: column;
}

/* بخش تصویر و متن */
.no-data-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* تصویر */
.no-data-img {
  max-width: 100px;
  /* سایز حداکثر */
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  color: var(--theme-color-100);
}

/* متن زیر تصویر */
.no-data-text {
  font-size: 1.3rem;
  font-weight: bold;
  color: #555;
}

/* تبلت */
@media (max-width: 1024px) {
  .no-data-img {
    max-width: 90px;
  }
}

/* موبایل */
@media (max-width: 768px) {
  .no-data-img {
    max-width: 70px;
  }
}

.product-container {
  margin-top: 50px;
  border-radius: 15px;
  /* گوشه‌های گرد برای کل کانتینر */
  overflow: hidden;
  /* سایه جذاب */
}

.right-box {
  border-radius: 15px 0 0 15px;
  /* گوشه‌های گرد برای بخش تصویر */
}

.main-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  /* تصویر را کامل در کادر قرار می‌دهد */
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 8px;
}



@media screen and (max-width: 426px) {
  .main-img {
    height: 250px;
    object-fit: contain;
    /* تصویر را کامل در کادر قرار می‌دهد */
    border-radius: 10px;
    transition: 0.5s ease-in-out;
  }
}

.thumb-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 8px;
  transition: 0.3s;
  border: 2px solid transparent;
}

.thumb.active {
  opacity: 1;
  transform: scale(1.05);
  border-color: var(--theme-color-200);
  /* برجسته‌سازی با رنگ تم */
}

.fade-in {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------- ستون مشخصات و امکانات ----------------------- */
.left-box {
  padding: 10px !important;
}



.left-box:nth-child(2) {
  /* مشخصات فنی */
  border-radius: 0 15px 0 0;
}

.left-box:nth-child(3) {
  /* کارت خرید */
  border-radius: 0 0 15px 0;
}

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

h5.fw-bold {
  color: black;
  font-size: 1.1rem;
  margin-top: 15px;
}

ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 20px;
}

ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
  color: black;
}

/* ----------------------- کارت خرید (ستون سوم) ----------------------- */
.item-left {
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  color: black !important;
}

.header-card ul li {
  padding-right: 5px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: black;
}

.header-card ul li svg {
  color: var(--theme-color-200);
  margin-left: 8px;
  font-size: 1em;
  flex-shrink: 0;
}

.header-card ul li a {
  color: var(--theme-color-200);
  text-decoration: none;
  transition: color 0.3s;
}

.header-card ul li a:hover {
  color: var(--theme-color-100);
}

/* استایل قیمت */
.price-section {
  margin-top: 15px;
  padding-top: 15px;
}

.price-section del {
  color: var(--text-color);
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.price-section span {
  color: var(--theme-color-200);
  font-size: 2rem;
  font-weight: bold;
}

/* استایل دکمه‌ها */
.button-style {
  background-color: var(--theme-color-200);
  color: white;
  border: 1px solid var(--theme-color-100);
  padding: 10px 0;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.button-style:hover {
  background-color: #ff9933;
  border-color: #ff9933;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.4);
}

.button-style-white {
  background-color: transparent;
  color: var(--theme-color-100);
  border: 1px solid var(--theme-color-100);
  padding: 10px 0;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.button-style-white:hover {
  background-color: var(--theme-color-100);
  color: white;
}

/* دکمه‌های ناوبری تصویر */
.nav-btn {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background-color: var(--theme-color-100);
  border-color: var(--theme-color-100);
  color: white;
}

.cart-locked button {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

#profileForm .form-control {
  border-radius: 10px;
}

#profileForm .form-control:focus {
  border: 1px solid var(--theme-color-100);
}

#profileForm .form-select {
  border-radius: 10px;
}

#profileForm .form-select:focus {
  border: 1px solid var(--theme-color-100);
  box-shadow: none;
}

.order-box {
  position: relative;
  overflow: visible;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.product-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

/* دکمه سمت چپ پایین در دسکتاپ */
.desktop-details-btn {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}

/* در حالت موبایل دکمه‌ای که وسط قرار می‌گیرد نمایش داده می‌شود و در دسکتاپ پنهان می‌شود */
.mobile-details-wrap {
  padding-top: 1rem;
}

/* فاصله داخلی کارت برای جا دادن دکمه پایینی */
@media (min-width: 768px) {
  .order-box {
    padding-bottom: 3.25rem;
  }
}

.badge {
  background: rgba(0, 116, 61, 0.28);
  color: darkgreen;
}

.title-box {
  font-weight: bold;
}

.order-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  direction: rtl;
}

.order-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.item {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.value {
  font-weight: bold;
  color: var(--theme-color-100);
  margin-right: 6px;
}

.success {
  color: #00722a !important;
}

.delivered {
  color: #0aab2a;
  font-weight: bold;
}

/* لیست محصولات */
.product-list {
  margin-top: 15px;
}

.product-list h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8f9fc;
  margin-bottom: 8px;
}

.product-item:hover {
  cursor: pointer;
  background: #f6f6f6;
}

.count {
  font-weight: bold;
  color: var(--theme-color-100);
}

/* ریسپانسیو موبایل */
@media (max-width: 576px) {
  .order-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .item {
    width: 100%;
  }
}

.section-2 {
  padding: 0;
}

@media (max-width: 576px) {
  .swiper-nav-buttons {
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  margin: 10px;
}

.footer-contactus,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

.footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #e3ddd4;
}

.footer-item a {
  font-size: 15px;
  color: #e3ddd4;
}

.footer-icon {
  fill: #e3ddd4;
  margin-right: 8px;
}

.about-footer {
  line-height: 28px;
  font-size: 14px;
  color: #e3ddd4;
}

/* موبایل */
@media (max-width: 767px) {
  .footer-section {
    margin: 5px 0;
    padding: 10px 15px;
    min-width: 100%;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ویدیو */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* لایه دودی */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* محتوای مرکزی */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* محور Y */
  align-items: center;
  /* محور X */
  text-align: center;
  color: #fff;
  padding: 0 20px;
  direction: rtl;
}

/* عنوان اصلی */
.site-title {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 5px;
}

/* ساب‌تایتل */
.typewriter-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  max-width: 700px;
  margin-bottom: 40px;
}

/* فلش پایین */
.hero-arrow {
  margin-top: 20px;
  animation: bounce 1.8s infinite;
}

.hero-arrow svg {
  color: #fff;
}

/* انیمیشن فلش */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* 📱 موبایل */
@media (max-width: 768px) {
  .site-title {
    font-size: 2rem;
  }

  .typewriter-text {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .hero-arrow svg {
    width: 36px;
    height: 36px;
  }
}

/* 📱 موبایل خیلی کوچک */
@media (max-width: 400px) {
  .site-title {
    font-size: 1.6rem;
  }

  .typewriter-text {
    font-size: 1.2rem;
  }
}

/* ردیف آمار */
.stats-row {
  gap: 8px;

  flex-wrap: nowrap;
  /* جلوگیری از افتادن زیر هم در موبایل */
}

/* باکس */
.stat-box {
  margin-top: 20px;
  padding: 25px 15px;
  border-radius: 6px;
  max-width: 250px;
}

/* عدد */
.stat-number {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* لیبل */
.stat-label {
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 576px) {
  .stats-row {
    gap: 8px;
  }

  .stat-box {
    padding: 15px 8px;
    margin-top: 10px;
  }

  .stat-number {
    font-size: 1.4rem;
  }

  .stat-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 374px) {
  .stats-row {
    gap: 8px;
  }

  .stat-box {
    padding: 15px 5px;
    margin-top: 10px;
  }

  .stat-number {
    font-size: 1rem;
  }

  .stat-label {
    font-size: 0.6rem;
  }
}

/* استایل افکت بعد از اپلود عکس پروفایل */
#userImageContainer {
  position: relative;
  overflow: hidden;
}

.profile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 10;
}

.profile-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.overlay-content {
  text-align: center;
  color: #333;
  font-weight: 600;
}

.overlay-content p {
  margin-top: 10px;
  font-size: 14px;
}

/* اسپینر */
.spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #ddd;
  border-top-color: #3699ff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

.discounted-price {
  height: 30px;
}

/* //////////////////NEWSTYLE */

/* باکس کلی محصولات */

.product-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 10px;
  transition: 0.3s;
}

.product-box h5 {
  color: var(--theme-color-100);
}

.product-box:hover {
  border-color: var(--theme-color-100);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* آیتم هر محصول */

.product-box-cart {
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
  background: #fafafa;
  transition: 0.25s;
}

.product-box-cart:hover {
  border-color: var(--theme-color-100);
  background: #fff;
  transform: translateY(-2px);
}

/* تصویر */

.cart-img-wrap {
  width: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img {
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}

/* متن */

.product-title {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

/* قیمت */

.cart-price {
  min-width: 140px;
}

.old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #999;
  margin-bottom: 3px;
}

.text-theme {
  color: var(--theme-color-100);
  font-size: 15px;
}

/* کنترل تعداد */

.product-counter {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 4px;
}

/* دکمه ها */

.product-counter button {
  width: 34px;
  height: 34px;
  border: none;
  background: #fff8f1;
  color: var(--theme-color-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.product-counter button:hover {
  background: #fff8f1;
  padding: 2px;
  color: var(--theme-color-100);
}

.product-counter button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* عدد */

.count-display {
  min-width: 26px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

/* حذف */

.delete-btn {
  background: #fff0f0 !important;
  color: #ff4d4f !important;
}

.delete-btn:hover {
  background: #ff4d4f !important;
  color: #fff !important;
}

/* ریسپانسیو */

@media (max-width: 768px) {
  .product-box {
    padding: 15px;
  }

  .product-box-cart {
    gap: 1px;
  }

  .cart-price {
    width: 10px;
    text-align: right;
    padding: 10px 0 0 0 !important;
  }

  .product-counter {
    margin-top: 8px;
  }
}

/* موبایل حرفه‌ای */

@media (max-width: 576px) {
  .product-box-cart {
    display: grid !important;
    grid-template-columns: 80px 1fr;
    grid-template-areas:
      "image title"
      "image price"
      "counter counter";
    gap: 8px 12px;
    align-items: center;
  }

  /* عکس */

  .cart-img-wrap {
    grid-area: image;
    width: 80px;
    margin: 0;
  }

  /* عنوان */

  .cart-text {
    grid-area: title;
    padding: 0 !important;
  }

  /* قیمت */

  .cart-price {
    grid-area: price;
    padding: 0 !important;
    text-align: right;
  }

  /* تعداد */

  .product-counter {
    grid-area: counter;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
  }
}

@media (max-width: 376px) {
  .product-box-cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 10px;
    padding: 10px !important;
    box-sizing: border-box;
    width: 100%;
  }

  /* عکس */

  .cart-img-wrap {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }

  .product-img {
    width: 100% !important;
    height: 150px !important;
    max-width: 100%;
    border-radius: 12px;
  }

  /* عنوان */

  .cart-text {
    width: 100% !important;
    padding: 0 !important;
    margin: 4px 0 0 0 !important;
  }

  /* قیمت */

  .cart-price {
    width: 100% !important;
    text-align: center !important;
    margin: 2px 0 !important;
  }

  /* تعداد */

  .product-counter {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
    margin: 2px 0 !important;
  }
}

/* ///////////////// */

/* کارت پرداخت مثل مزیت‌ها */
.summary-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 10px;
  transition: 0.3s;
}

.summary-box:hover {
  border-color: var(--theme-color-100);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* تیتر */
.summary-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-100);
  text-align: center;
  margin-bottom: 16px;
}

/* ردیف‌ها مثل کارت مزیت‌ها */
.summary-box .d-flex {
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  transition: 0.2s;
  gap: 8px;
}

/* اضافه کردن آیکن سمت چپ هر ردیف */

/* متن‌ها */
.summary-box span {
  font-size: 14px;
}

/* قیمت‌ها */
.cart-final-price,
.cart-saving,
.cart-total-price {
  font-weight: 600;
  color: #333;
}

/* جمع کل با رنگ تم */
.cart-total-price.theme-color {
  color: var(--theme-color-100);
  font-weight: 700;
  font-size: 15px;
}

/* جداکننده قبل از جمع کل */

/* دکمه خرید */

/* موبایل */
@media (max-width: 768px) {
  .summary-box {
    padding: 16px;
  }

  .summary-box span {
    font-size: 13px;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .summary-box {
    padding: 12px;
    border-radius: 14px;
  }
}

.product-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  transition: 0.25s;
}

.benefit-item:hover {
  border-color: var(--theme-color-100);
  transform: translateY(-2px);
}

.icon-box {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8f1;
  border-radius: 8px;
  color: var(--theme-color-100);
}

.icon-box svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.benefit-item span {
  flex: 1;
  color: #333;
  font-weight: 500;
}

/* موبایل */
@media (max-width: 576px) {
  .benefit-item {
    font-size: 13px;
    padding: 9px;
  }

  .icon-box {
    width: 30px;
    height: 30px;
  }

  .icon-box svg {
    width: 16px;
    height: 16px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1200px) {
  .benefit-item {
    font-size: 15px;
  }
}

.product-spec-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 18px;
  transition: 0.3s;
}

.product-spec-card:hover {
  border-color: var(--theme-color-100);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}


.specs-title {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}

.spec-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #fafafa;
  transition: 0.25s;
}

.spec-item:hover {
  background: #fff8f1;
}

.spec-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8f1;
  border-radius: 8px;
  color: var(--theme-color-100);
}

.spec-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.spec-item strong {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  font-weight: 500;


}

.spec-item span {
  font-size: 11px;
  color: #333;
  font-weight: 500;
}

/* موبایل */

@media (max-width: 576px) {
  .product-title {
    font-size: 17px;
  }

  .spec-item {
    font-size: 13px;
    padding: 8px;
  }

  .spec-icon {
    width: 30px;
    height: 30px;
  }
}

/* دسکتاپ */
.product-title {
  font-size: 15px;
}

@media screen and (max-width: 1300px) {
  .product-title {
    font-size: 12px;
    width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .product-title {
    font-size: 14px;
    width: 200px;
  }
}

@media screen and (max-width: 376px) {
  .product-title {
    width: 100%;
  }

  .spec-item strong {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    font-weight: 500;


  }
}



/* بخش طعم ها */

.flavors-box {
  margin-top: 18px;
}

.flavor-title {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

/* لیست طعم */

.flavor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* آیتم طعم */

.flavor-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.25s;
  cursor: default;
}

.flavor-item:hover {
  border-color: var(--theme-color-100);
  background: #fff8f1;
}

/* دات رنگی */

.flavor-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* رنگ ها */

.chocolate {
  background: #5a3825;
}

.vanilla {
  background: #f3e5ab;
}

.cinnamon {
  background: #b87333;
}

.coconut {
  background: #dfe6e9;
}

/* موبایل */

@media (max-width: 576px) {
  .flavor-item {
    font-size: 12px;
    padding: 7px 10px;
  }
}

/* =========================
  دکمه اضافه کردن
========================= */
.lc-btn-add {
  height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  background: #3b82f6;
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
  transition:
    0.2s ease,
    transform 0.1s ease;
}

.lc-btn-add:hover {
  opacity: 0.9;
}

.lc-btn-add:active {
  transform: scale(0.97);
}

/* =========================
  اورلی
========================= */
.lc-overlay {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  z-index: 9999;
  padding: 1rem;
  box-sizing: border-box;
}

.lc-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
  کارت مودال
========================= */
/* =========================
   MODAL BASE
========================= */
.lc-modal {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: sans-serif;
}

.lc-overlay.show .lc-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* =========================
   HEADER
========================= */
.lc-header {
  padding: 14px 18px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.lc-close {
  background: #f5f5f5;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.lc-close:hover {
  background: #eaeaea;
}

/* =========================
   BODY
========================= */
.lc-body {
  padding: 14px;
  max-height: 60vh;
  overflow-y: auto;
}

#cart-items-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================
   ITEM ROW (DESKTOP)
========================= */
.lc-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  background: #fafafa;
  transition: 0.2s;
}

.lc-row:hover {
  background: #f3f4f6;
}

.lc-img-box {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.lc-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.lc-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.lc-title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.lc-price-wrap {
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.lc-price-wrap span {
  font-size: 12px;
  color: #777;
  margin-right: 4px;
  font-weight: 400;
}

/* =========================
   FOOTER
========================= */
.lc-footer {
  padding: 14px 18px;
  border-top: 1px solid #f1f1f1;
  display: flex;
  justify-content: flex-end;
}

.btn-Add-to-cart {
  background: #6d28d9;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.btn-Add-to-cart:hover {
  opacity: 0.9;
}

/* =========================
   MOBILE DESIGN (IMPORTANT)
========================= */
@media (max-width: 576px) {

  .lc-modal {
    margin: 0 12px;
    border-radius: 16px;
  }

  .lc-body {
    padding: 12px;
  }

  .lc-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px;
  }

  .lc-img-box {
    width: 80px;
    height: 80px;
  }

  .lc-content {
    flex-direction: column;
    align-items: center;
  }

  .lc-title {
    font-size: 14px;
    margin-top: 8px;
  }

  .lc-price-wrap {
    margin-top: 6px;
    font-size: 15px;
  }

  .lc-footer {
    justify-content: center;
  }

  .btn-Add-to-cart {
    width: 100%;
  }
}

.about-text {
  max-width: 100%;
}

.about-text p {
  text-align: start;
  font-size: 20px;
  line-height: 2.1;
  color: #333;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .about-text p {
    text-align: start;
    font-size: 15px;
    line-height: 2.1;
    color: #333;
    margin: 0;
    font-weight: 400;
  }

  .about-image img {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  }

}

.about-image {
  text-align: left;
}

.about-image img {
  width: 100%;
  height: 500px;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  .about-image img {
    width: 100%;
    height: 350px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  }

}

/* tablet */
@media (max-width:992px) {



  .about-text {
    max-width: 100%;
    text-align: center;
  }

  .about-text p {
    font-size: 18px;
    line-height: 2;
  }

}

/* mobile */
@media (max-width:576px) {



  .about-text p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }

}

.product-section {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-description {
  text-align: right;
  font-size: 1rem;
  color: #555555;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .product-title {
    text-align: center;
  }

  .product-description {
    text-align: center;
  }
}

span.product-title {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}




@media (max-width: 1300px) {

  span.product-title {
    text-align: right;
    font-size: .7rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {

  span.product-title {
    text-align: right;
    font-size: .9rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {

  span.product-title {
    text-align: right;
    font-size: .8rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
  }
}

@media (max-width: 321px) {

  span.product-title {
    text-align: right;
    font-size: .7rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
  }
}




.product-description-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  direction: rtl;
}

.product-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
  position: relative;
}


.product-description {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  text-align: justify;
}


/* new */

/* =========================
   SWEETALERT CART MODAL
========================= */

.swal-cart-popup {
  border-radius: 18px !important;
  padding: 10px !important;
  width: 500px !important;
  font-family: sans-serif;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15) !important;
}

/* آیکن */
.swal-cart-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swal-cart-icon svg {
  color: #ef4444;
}

/* متن */
.swal-cart-text {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  line-height: 1.7;
}

/* دکمه‌ها */
.swal-cart-confirm {
  background: #ef4444 !important;
  border-radius: 12px !important;
  padding: 10px 18px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.swal-cart-confirm:hover {
  background: #dc2626 !important;
}

.swal-cart-cancel {
  background: #f3f4f6 !important;
  color: #333 !important;
  border-radius: 12px !important;
  padding: 10px 18px !important;
  font-weight: 600 !important;
}

.swal-cart-cancel:hover {
  background: #e5e7eb !important;
}

/* ریسپانسیو */
@media (max-width: 480px) {
  .swal-cart-popup {
    width: 92% !important;
    padding: 1px !important;
  }

  .swal-cart-text {
    font-size: 13px;
  }
}


/* =========================
   BACKDROP (BOOTSTRAP MODAL)
========================= */
#logoutModal.modal {
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* =========================
   MODAL CONTAINER
========================= */
#logoutModal .modal-content.custom-modal {
  border: none;
  border-radius: 18px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  animation: modalPop 0.25s ease;
}

/* animation */
@keyframes modalPop {
  from {
    transform: translateY(15px) scale(0.98);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* =========================
   MODAL BODY
========================= */
#logoutModal .modal-body {
  padding: 26px 22px !important;
  text-align: center;
}

/* =========================
   ICON
========================= */
#logoutModal .text-warning {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  background: rgba(245, 158, 11, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logoutModal .text-warning i {
  font-size: 38px;
  color: #f59e0b;
}

/* =========================
   TEXT
========================= */
#logoutModal .modal-body span {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: block;
  line-height: 1.7;
  margin-top: 6px;
}

/* =========================
   BUTTON AREA
========================= */
#logoutModal .d-flex {
  margin-top: 22px;
  gap: 12px;
  justify-content: center;
}

/* =========================
   PRIMARY BUTTON (YES)
========================= */
#logoutModal .btn-confirm {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border: none;
  border-radius: 14px;
  font-weight: 600;
  padding: 10px 22px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.25);
  transition: all 0.25s ease;
}

#logoutModal .btn-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(239, 68, 68, 0.35);
}

/* =========================
   SECONDARY BUTTON (NO)
========================= */
#logoutModal .btn-secondary {
  background: #f3f4f6;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  padding: 10px 22px;
  color: #333;
  transition: all 0.25s ease;
}

#logoutModal .btn-secondary:hover {
  background: #e5e7eb;
  transform: translateY(-2px);
}

/* =========================
   DESKTOP BUTTON LAYOUT
========================= */
#logoutModal .d-flex .btn {
  min-width: 120px;
}

/* =========================
   MOBILE (IMPORTANT)
========================= */
@media (max-width: 576px) {

  #logoutModal .modal-dialog {
    margin: 14px;
  }

  #logoutModal .modal-body {
    padding: 20px !important;
  }

  #logoutModal .modal-body span {
    font-size: 14px;
  }

  /* 👇 دکمه‌ها کنار هم در موبایل */
  #logoutModal .d-flex {
    flex-direction: row !important;
    justify-content: space-between;
    gap: 10px !important;
  }

  #logoutModal .d-flex .btn {
    flex: 1;
    min-width: auto;
    width: auto !important;
  }
}



/* login new */

/* =========================
   PREMIUM LOGIN CARD
========================= */

.login-card {
  width: 100%;
  max-width: 430px;

  padding: 24px 22px;

  border-radius: 30px;

  background: #ffffff;

  border: 1px solid #f3e4d8;

  box-shadow:
    0 10px 30px rgba(192, 95, 50, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.03);

  position: relative;
  overflow: hidden;
}

/* top glow */
.login-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;

  width: 240px;
  height: 240px;

  border-radius: 50%;

  background: rgba(201, 130, 76, 0.08);

  pointer-events: none;
}

/* back button */
.login-back-btn {
  position: absolute;
  top: 18px;
  left: 18px;

  width: 100px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background: #fff7f1;

  border: 1px solid #f1dfd2;

  color: #c05f32;

  text-decoration: none;

  transition: 0.25s ease;

  z-index: 5;
}

.login-back-btn svg {
  stroke: currentColor;
}

.login-back-btn:hover {
  transform: translateX(-4px);

  background: #c05f32;
  color: #fff;

  box-shadow: 0 10px 25px rgba(192, 95, 50, 0.18);
}

/* logo */


.login-card .logo img {
  width: 130px;
  height: 130px;

  object-fit: contain;

  filter: drop-shadow(0 10px 18px rgba(192, 95, 50, 0.12));
}

/* brand */
.login-card .brand {
  margin-bottom: 18px !important;
}

.login-card .brand h1 {
  color: #2b2b2b;

  font-size: 24px;
  font-weight: 800;

  margin-bottom: 6px;

  line-height: 1.7;
}

.login-card .brand p {
  color: #8d8d8d;

  font-size: 12px;

  margin-bottom: 0;
}

/* input */
.login-card .input-mobile {
  width: 100%;
  height: 56px;

  border-radius: 12px !important;

  border: 1px solid #ecd8ca !important;

  background: #fffaf7 !important;

  color: #333 !important;

  padding: 0 18px;

  font-size: 15px;
  font-weight: 500;

  transition: 0.25s ease;

  box-shadow: none !important;
  text-align: right;
}

.login-card .input-mobile::placeholder {
  color: #b8a79b;
}

.login-card .input-mobile:focus {
  border-color: #c9824c !important;

  background: #fff !important;

  box-shadow:
    0 0 0 4px rgba(201, 130, 76, 0.12),
    0 10px 20px rgba(201, 130, 76, 0.08) !important;
}

/* button */
.login-card .buy-button,
.login-card .login-btn {
  width: 100%;
  height: 56px;

  border: none;
  border-radius: 18px;

  background: linear-gradient(135deg,
      #c05f32,
      #c9824c);

  color: #fff;

  font-size: 16px;
  font-weight: 700;

  position: relative;
  overflow: hidden;

  transition: 0.3s ease;
}

/* shine effect */
.login-card .buy-button::before,
.login-card .login-btn::before {
  content: "";

  position: absolute;
  top: 0;
  left: -120%;

  width: 100%;
  height: 100%;

  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.25),
      transparent);

  transition: 0.7s;
}

.login-card .buy-button:hover::before,
.login-card .login-btn:hover::before {
  left: 120%;
}

.login-card .buy-button:hover,
.login-card .login-btn:hover {
  transform: translateY(-2px);

  box-shadow: 0 14px 28px rgba(192, 95, 50, 0.22);
}

/* disabled */
.login-card .login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;

  box-shadow: none !important;
  transform: none !important;
}

/* responsive */
@media (max-width: 576px) {

  .login-card {
    padding: 10px 10px;
    border-radius: 24px;
  }

  .login-card .logo img {
    width: 115px;
    height: 115px;
  }

  .login-card .brand h1 {
    font-size: 21px;
  }

  .login-card .input-mobile,
  .login-card .buy-button,
  .login-card .login-btn {
    height: 53px;
    border-radius: 16px;
  }

  .login-back-btn {
    width: 100px;
    height: 38px;

    top: 14px;
    left: 14px;
  }
}


/* =========================
   OTP CODE INPUTS
========================= */

.code-input-wrapper {
  direction: ltr;
  margin-top: 8px;
}

.code-input-wrapper .col-md-2,
.code-input-wrapper .col-3 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.code-input-wrapper .code-input {
  width: 100%;
  height: 72px;

  border-radius: 22px !important;

  border: 1px solid #efd8c8 !important;



  color: #c05f32 !important;

  font-size: 30px;
  font-weight: 800;

  text-align: center;

  box-shadow:
    0 4px 12px rgba(192, 95, 50, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  transition: 0.25s ease;

  caret-color: #c05f32;

  padding: 0 !important;
}

/* placeholder hidden */
.code-input-wrapper .code-input::placeholder {
  color: transparent;
}

/* focus state */
.code-input-wrapper .code-input:focus {
  border-color: #c9824c !important;

  background: #fff !important;

  transform: translateY(-3px);

  box-shadow:
    0 0 0 5px rgba(201, 130, 76, 0.14),
    0 18px 30px rgba(192, 95, 50, 0.14);

  z-index: 2;
  position: relative;
}

/* filled effect */
.code-input-wrapper .code-input:not(:placeholder-shown),
.code-input-wrapper .code-input:valid {
  border-color: rgba(192, 95, 50, 0.4) !important;

  background: linear-gradient(180deg,
      #fff 0%,
      #fff5ef 100%) !important;
}

/* remove arrows */
.code-input::-webkit-outer-spin-button,
.code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* mobile */
@media (max-width: 576px) {

  .code-input-wrapper .code-input {
    height: 64px;

    font-size: 26px;

    border-radius: 18px !important;
  }

  .code-input-wrapper .col-md-2,
  .code-input-wrapper .col-3 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

.login-button {
  border: 1px solid var(--theme-color-100);
  padding: 10px;
  border-radius: 10px;
}

.Pr-order-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f1f1;
  transition: 0.3s ease;
}

.Pr-order-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
}

.Pr-order-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  gap: 20px;
}

.Pr-order-code {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.Pr-order-code span {
  color: var(--theme-color-100);
}

.Pr-order-meta {
  gap: 14px;
}

.Pr-order-date {
  background: #f8f8ff;
  color: #666;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.Pr-order-date i {
  margin-left: 5px;
}

.Pr-order-status {
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.Pr-order-status.completed {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.Pr-order-status.pending {
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
}

.Pr-order-status i {
  margin-left: 6px;
}

.Pr-order-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--theme-color-100);
}

.Pr-order-products {
  padding-top: 24px;
}

.Pr-products-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222;
}

.Pr-product-mini {
  position: relative;
  background: #fefcfa;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.Pr-product-mini span {
  position: absolute;
  top: 5px;
  right: 5px;

  width: 25px;
  height: 25px;

  background: var(--theme-color-100);
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 700;

  box-shadow: 0 5px 15px rgba(60, 52, 118, 0.25);

  border: 2px solid #fff;

  z-index: 2;
}

.Pr-product-mini:hover {
  border-color: #ffe8d2;
  transform: translateY(-3px);
}

.Pr-product-image {
  width: 100%;
  height: 90px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}

.Pr-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Pr-product-mini h6 {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width: 768px) {

  .Pr-order-card {
    padding: 18px;
    border-radius: 10px;
  }

  .Pr-order-top {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .Pr-order-price {
    font-size: 20px;
  }

  .Pr-order-code {
    font-size: 16px;
  }

  .Pr-order-meta {
    gap: 10px;
  }

  .Pr-product-image {
    height: 75px;
  }

  .Pr-product-mini h6 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    color: #333;
    line-height: 1.7;
  }

}

@media(max-width: 376px) {

  .Pr-order-status {
    padding: 4px 6px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
  }

  .Pr-order-date {
    background: #f8f8ff;
    color: #666;
    padding: 4px 6px;
    border-radius: 12px;
    font-size: 12px;
  }

}

@media(max-width: 321px) {

  .Pr-product-mini {
    padding: 1px;
  }

  .Pr-product-mini h6 {
    font-size: 10px;
    margin: 0;
    font-weight: 600;
    color: #333;
    line-height: 1.7;
  }

}



.Pr-last-order-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: 0.35s ease;
  height: 100%;
}

.Pr-last-order-card:hover {
  transform: translateY(-6px);
}

.Pr-last-order-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.Pr-last-order-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.Pr-last-order-card:hover img {
  transform: scale(1.06);
}

.Pr-last-order-content {
  padding: 24px 18px;
  text-align: center;
}

.Pr-last-order-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  font-size: 17px;
  font-weight: 700;
  color: var(--theme-color-100);

  margin-bottom: 12px;
}

.Pr-last-order-code span {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}

.Pr-last-order-date {
  display: block;
  color: #888;
  font-size: 14px;
  margin-bottom: 18px;
}

.Pr-last-order-status {
  width: fit-content;
  margin: auto;

  padding: 10px 18px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-size: 14px;
  font-weight: 700;
}

.Pr-last-order-status.success {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.Pr-last-order-status.pending {
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
}

.Pr-last-order-status.reject {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
}

/* RESPONSIVE */
@media(max-width: 768px) {

  .Pr-last-order-image {
    height: 200px;
  }

  .Pr-last-order-content {
    padding: 20px 16px;
  }

  .Pr-last-order-code {
    font-size: 20px;
  }

}


.no-data-btn {
  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;
}

.no-data-btn:hover {
  cursor: pointer;
  color: white;
}

.btn-block {
  font-size: 15px;
  color: var(--theme-color-100);
}

:root {

  --alert-success: #22c55e;
  --alert-danger: #ef4444;
  --alert-warning: #f59e0b;

  --alert-success-bg: rgba(34, 197, 94, .12);
  --alert-danger-bg: rgba(239, 68, 68, .12);
  --alert-warning-bg: rgba(245, 158, 11, .12);

  --alert-text: black;

  --alert-dark-bg: rgba(25, 25, 25, 0.75);
  backdrop-filter: blur(8px);

  --alert-radius: 18px;

  --alert-shadow:
    0 10px 40px rgba(0, 0, 0, .25);

  --alert-backdrop:
    blur(18px);

  --alert-width: 420px;

  --alert-zindex: 999999;

  --alert-transition: .45s cubic-bezier(.22, 1, .36, 1);

}

/* =========================
           DEMO BUTTONS
        ========================== */

.demo-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.demo-buttons button {
  border: none;
  padding: 14px 24px;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  transition: .3s;
}

.demo-buttons button:hover {
  transform: translateY(-4px);
}

.btn-success-alert {
  background: var(--alert-success);
}

.btn-danger-alert {
  background: var(--alert-danger);
}

.btn-warning-alert {
  background: var(--alert-warning);
}



/* =========================
           ALERT MODAL
        ========================== */

.custom-alert {

  position: fixed;

  top: 25px;
  left: 50%;

  transform:
    translateX(-50%) translateY(-120px) scale(.9);

  width: 100%;
  max-width: var(--alert-width);

  z-index: var(--alert-zindex);

  opacity: 0;
  visibility: hidden;

  transition: var(--alert-transition);

  padding: 0 14px;

}


.custom-alert.show {

  opacity: 1;
  visibility: visible;

  transform:
    translateX(-50%) translateY(0) scale(1);

}


.alert-box {

  position: relative;

  overflow: hidden;

  background: rgb(255 255 255);

  backdrop-filter: var(--alert-backdrop);

  border-radius: var(--alert-radius);

  box-shadow: var(--alert-shadow);

  padding: 18px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  border: 1px solid rgba(255, 255, 255, .08);

}


.alert-box::before {

  content: "";

  position: absolute;

  right: 0;
  top: 0;

  width: 6px;
  height: 100%;

  border-radius: 20px;

}


.alert-success-box::before {
  background: var(--alert-success);
}

.alert-danger-box::before {
  background: var(--alert-danger);
}

.alert-warning-box::before {
  background: var(--alert-warning);
}


.alert-content {
  display: flex;
  align-items: center;
  gap: 14px;
}


.alert-icon {

  width: 52px;
  height: 52px;

  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  color: #ff0000;

  flex-shrink: 0;

}


.success-icon {
  background: var(--alert-success-bg);
  color: var(--alert-success);
}

.danger-icon {
  background: var(--alert-danger-bg);
  color: var(--alert-danger);
}

.warning-icon {
  background: var(--alert-warning-bg);
  color: var(--alert-warning);
}


.alert-texts h5 {

  margin: 0;
  color: var(--alert-text);

  font-size: 15px;
  font-weight: 800;

}

.alert-texts p {

  margin: 4px 0 0;
  color: black;
  line-height: 1.5rem;

  font-size: 13px;

}


.close-alert {

  border: none;

  width: 42px;
  height: 42px;

  border-radius: 12px;

  background: rgba(255, 255, 255, .08);

  color: #ff0000;

  transition: .3s;

  flex-shrink: 0;

}

.close-alert:hover {

  background: rgba(255, 255, 255, .16);

  transform: rotate(90deg);

}



/* =========================
           MOBILE
        ========================== */

@media(max-width:576px) {

  .custom-alert {
    top: 16px;
  }

  .alert-box {
    padding: 16px;
  }

  .alert-icon {
    width: 30px;
    height: 30px;
  }


}

.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-modal {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  width: 92%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-message {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.modal-btn {
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s ease;
}

/* رنگ اصلی دکمه‌ها (طبق درخواست شما) */
.modal-btn-confirm {
  background: #c05f32;
  color: #fff;
}

.modal-btn-confirm:hover {
  background: #a84f29;
}

/* دکمه کنسل */
.modal-btn-cancel {
  background: #e5e5e5;
  color: #333;
}

.modal-btn-cancel:hover {
  background: #d6d6d6;
}

.main-footer {
  background-color: var(--theme-color-300);
}