@charset "UTF-8";
:root {
  --theme-color: #7b24d7;
  --theme-hover-color: #773b92;
  --text-color: #797878;
  --border-color: #a9a9a9;
  --white-color: #ffffff;
  --white-color-2: #e6e6e6;
  --dark-color: #000000;
  --dark-color-2: #202020;
}

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

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

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

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

.resize-no {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container .section-1 .animated-illustration, .section-1 .section-1 .animated-illustration {
  width: 400px;
  margin: 6px auto;
}
.container .section-1 .animated-illustration img, .section-1 .section-1 .animated-illustration img {
  width: 100%;
  animation: float 4s ease-in-out infinite;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 992px) {
  .container .section-1 .animated-illustration img, .section-1 .section-1 .animated-illustration img {
    display: none;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.container .section-1 .item-right-top-section, .section-1 .section-1 .item-right-top-section {
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .container .section-1 .item-right-top-section, .section-1 .section-1 .item-right-top-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 380px) {
  .container .section-1 .item-right-top-section h1 span, .section-1 .section-1 .item-right-top-section h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 426px) {
  .container .section-1 .item-right-top-section h1 span, .section-1 .section-1 .item-right-top-section h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 333px) {
  .container .section-1 .item-right-top-section h1 span, .section-1 .section-1 .item-right-top-section h1 span {
    font-size: 25px;
  }
}
.container .section-1 .item-right-top-section p.text, .section-1 .section-1 .item-right-top-section p.text {
  line-height: 35px;
  color: var(--text-color);
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .container .section-1 .item-right-top-section p.text, .section-1 .section-1 .item-right-top-section p.text {
    line-height: 28px;
    font-size: 14px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 327px) {
  .container .section-1 .item-right-top-section p.text, .section-1 .section-1 .item-right-top-section p.text {
    line-height: 28px;
    font-size: 12px;
  }
}
.container .section-1 .item-right-bottom-section .bottom, .section-1 .section-1 .item-right-bottom-section .bottom {
  width: 150px;
  height: 40px;
}
@media screen and (max-width: 380px) {
  .container .section-1 .item-right-bottom-section .bottom a, .section-1 .section-1 .item-right-bottom-section .bottom a {
    font-size: 10px;
  }
}
.container .section-1 .item-right-bottom-section .bottom a svg, .section-1 .section-1 .item-right-bottom-section .bottom a svg {
  max-width: 20px;
}
@media screen and (max-width: 327px) {
  .container .section-1 .item-right-bottom-section .bottom a svg, .section-1 .section-1 .item-right-bottom-section .bottom a svg {
    max-width: 15px;
  }
}
@media screen and (max-width: 380px) {
  .container .section-1 .item-right-bottom-section .bottom a svg, .section-1 .section-1 .item-right-bottom-section .bottom a svg {
    margin-right: 5px;
  }
}
@media screen and (max-width: 451px) {
  .container .section-1 .item-right-bottom-section .bottom, .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 130px;
    font-size: 12px;
  }
}
@media screen and (max-width: 410px) {
  .container .section-1 .item-right-bottom-section .bottom, .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 110px;
    font-size: 10px;
    padding: 5px;
  }
}
@media screen and (max-width: 258px) {
  .container .section-1 .item-right-bottom-section .bottom, .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 80px;
    font-size: 7px;
  }
}
.container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
  margin-top: 0px;
  margin-left: 320px;
}
@media screen and (max-width: 1400px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 230px;
  }
}
@media screen and (max-width: 1200px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 140px;
  }
}
@media screen and (max-width: 992px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 380px;
  }
}
@media screen and (max-width: 769px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 380px;
  }
}
@media screen and (max-width: 767px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 190px;
  }
}
@media screen and (max-width: 532px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 180px;
  }
}
@media screen and (max-width: 515px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 150px;
  }
}
@media screen and (max-width: 497px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 140px;
  }
}
@media screen and (max-width: 461px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 120px;
  }
}
@media screen and (max-width: 470px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 120px;
  }
}
@media screen and (max-width: 427px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 120px;
  }
}
@media screen and (max-width: 380px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 120px;
  }
}
@media screen and (max-width: 321px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 60px;
  }
}
@media screen and (max-width: 307px) {
  .container .section-1 .item-right-bottom-section .left, .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 40px;
  }
}

.container img.main-img, .main-index img.main-img {
  max-width: 500px;
  display: block;
  animation: float 4s ease-in-out infinite;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .container img.main-img, .main-index img.main-img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .container img.main-img, .main-index img.main-img {
    max-width: 400px;
  }
}
.container .box-wrapper-form span, .main-index .box-wrapper-form span {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 387px) {
  .container .box-wrapper-form span, .main-index .box-wrapper-form span {
    font-size: 25px;
  }
}
@media screen and (max-width: 339px) {
  .container .box-wrapper-form span, .main-index .box-wrapper-form span {
    font-size: 20px;
  }
}
@media screen and (max-width: 296px) {
  .container .box-wrapper-form span, .main-index .box-wrapper-form span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .container .box-wrapper-form, .main-index .box-wrapper-form {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 420px) {
  .container .box-wrapper-form, .main-index .box-wrapper-form {
    padding: 1px 50px;
  }
}
@media screen and (max-width: 340px) {
  .container .box-wrapper-form, .main-index .box-wrapper-form {
    padding: 1px 70px;
  }
}
.container .box-wrapper-form h3, .main-index .box-wrapper-form h3 {
  color: var(--theme-color);
  font-weight: bold;
}
.container .box-wrapper-form p, .main-index .box-wrapper-form p {
  color: var(--text-color);
}
.container .box-wrapper-form input, .main-index .box-wrapper-form input {
  border: 3px solid var(--theme-color);
  padding: 10px;
  border-radius: 10px;
}
.container .box-wrapper-form button, .main-index .box-wrapper-form button {
  border: none;
  padding: 15px 10px;
  border-radius: 10px;
  color: var(--white-color);
  background: var(--theme-color);
  opacity: 100%;
}
.container .box-wrapper-form button:hover, .main-index .box-wrapper-form button:hover {
  opacity: 90%;
}

@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);
  }
}
.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.slider-header .tag-right, .slider-header .tag-left {
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.slider-header .tag-right {
  color: var(--dark-color);
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 356px) {
  .slider-header .tag-right {
    font-size: 25px;
  }
}
@media screen and (max-width: 312px) {
  .slider-header .tag-right {
    font-size: 20px;
  }
}
.slider-header .tag-left {
  font-size: 15px;
  color: var(--theme-color);
}
.slider-header .tag-left:hover {
  cursor: pointer;
}
.slider-header .tag-left .icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .slider-header {
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vangogh-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f5fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.vangogh-loader .brush {
  font-size: 40px;
  font-weight: bold;
  color: var(--theme-color);
  border-radius: 10px;
  animation: brushMove 2s infinite ease-in-out;
}
.vangogh-loader .brush img {
  max-width: 100px;
}
.vangogh-loader .paint {
  width: 15px;
  height: 15px;
  background-color: #c084fc;
  border-radius: 50%;
  position: absolute;
  animation: paintSplash 2s infinite;
  opacity: 0.6;
}
.vangogh-loader .paint.paint1 {
  top: 55%;
  left: 47%;
  animation-delay: 0s;
}
.vangogh-loader .paint.paint2 {
  top: 52%;
  left: 50%;
  animation-delay: 0.3s;
}
.vangogh-loader .paint.paint3 {
  top: 58%;
  left: 53%;
  animation-delay: 0.6s;
}
.vangogh-loader .loading-text {
  margin-top: 2rem;
  color: #7e22ce;
  font-size: 1.1rem;
  text-align: center;
}

@keyframes brushMove {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
}
@keyframes paintSplash {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.main-header .main-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.main-header .main-navbar .top-navbar .top-navbar-right .logo img {
  max-width: 100px;
}
.main-header .main-navbar .top-navbar .top-navbar-center {
  margin-top: 10px;
  margin-right: 120px;
}
.main-header .main-navbar .top-navbar .top-navbar-center ul li a {
  color: var(--dark-color);
  font-weight: bold;
  margin-left: 50px;
}
.main-header .main-navbar .top-navbar .top-navbar-center ul li a:hover {
  color: var(--theme-hover-color);
}
.main-header .main-navbar .top-navbar .top-navbar-center ul li svg {
  color: var(--dark-color);
}
.main-header .main-navbar .top-navbar .top-navbar-center ul li svg:hover {
  color: var(--theme-color);
  cursor: pointer;
}
@keyframes lineSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes glow {
  0% {
    text-shadow: 0 0 0 #7b2cbf;
    color: #333;
  }
  50% {
    text-shadow: 0 0 8px #7b2cbf;
    color: #7b2cbf;
  }
  100% {
    text-shadow: 0 0 0 #7b2cbf;
    color: #333;
  }
}
.main-header .main-navbar .top-navbar .top-navbar-center ul li.menu-item {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.main-header .main-navbar .top-navbar .top-navbar-center ul li.menu-item a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  color: #333;
  animation: glow 2.5s ease-in-out infinite;
  transition: color 0.3s ease;
}
.main-header .main-navbar .top-navbar .top-navbar-left {
  margin-top: 10px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .login {
  border-radius: 8px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: bold;
  background: var(--theme-color);
  padding: 8px;
  opacity: 100%;
}
.main-header .main-navbar .top-navbar .top-navbar-left .login:hover {
  opacity: 90%;
  cursor: pointer;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart {
  position: relative;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart:hover .cart-items {
  display: block;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-btn {
  color: var(--high-text-color);
  position: relative;
  padding: 3px 6px;
  border-radius: 8px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-btn .cart-items-count {
  background: var(--theme-color);
  padding: 0 4px;
  color: var(--white-color);
  position: absolute;
  right: -8px;
  bottom: -6px;
  border-radius: 10px;
  font-size: 12px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 350px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  animation: fadeInUpPulse 1s ease forwards;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #6f42c1;
  transition: all 0.4s ease;
  transition-delay: 0.3s;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .border-left,
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .border-right {
  content: "";
  position: absolute;
  background: #6f42c1;
  width: 2px;
  height: 0%;
  transition: all 0.4s ease;
  z-index: -1;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .border-left {
  left: 0;
  top: 0;
  transition-delay: 0.6s;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .border-right {
  right: 0;
  bottom: 0;
  transition-delay: 0.9s;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items:hover::after {
  width: 100%;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items:hover .border-left,
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items:hover .border-right {
  height: 100%;
}
@keyframes fadeInUpPulse {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  }
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-header a {
  color: var(--blue-color);
  font-size: 14px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body {
  height: 350px;
  overflow-y: auto;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body .cart-item {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  animation: fadeInUp 0.4s ease both;
  border-bottom: 1px solid var(--white-color-2);
  padding-bottom: 8px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body .cart-item:last-child {
  border: 0;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body .cart-item:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body .cart-item .cart-item-right img {
  width: 130px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body .cart-item .cart-item-right .cart-operations {
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-body .cart-item .cart-item-left .cart-item-color div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items .cart-items-footer {
  border-top: 1px solid var(--border-color);
}

.container .box-Search-header .row .item-right-search {
  display: none;
}
.container .box-Search-header .row .item-right-search .box-Search {
  position: relative;
}
.container .box-Search-header .row .item-right-search .box-Search input {
  padding: 8px;
  border-radius: 10px;
}
.container .box-Search-header .row .item-right-search .box-Search input:focus {
  border: 1px solid var(--white-color-2);
}
.container .box-Search-header .row .item-right-search .box-Search svg.Search-svg {
  transition: 1s;
  color: var(--theme-color);
  left: 10px;
  top: 5px;
  position: absolute;
  background: var(--white-color);
  opacity: 100;
}
.container .box-Search-header .row .item-right-search .box-Search svg.Search-svg:hover {
  cursor: pointer;
}
.container .box-Search-header .row .item-right-search .box-Search svg.Search-svg:focus {
  cursor: pointer;
}

.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 {
  margin-top: 100px;
  background-color: #ffffff; /* بک‌گراند سفید */
  box-shadow: 0px -4px 12px rgba(128, 0, 128, 0.1); /* شدوی نرم بنفش */
  padding: 2rem 1.5rem;
  text-align: center;
  color: #444; /* رنگ نوشته‌ها */
}
@media screen and (max-width: 1000px) {
  footer {
    margin-bottom: 50px;
  }
}
footer .logo {
  text-align: center;
  margin-bottom: 1rem;
}
footer .logo svg {
  fill: #6800ca;
}
footer .Specifications, footer .title {
  color: var(--dark-color);
  font-weight: bold;
}
footer .Specifications {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
footer .Specifications svg {
  color: var(--theme-color);
}
footer .title {
  color: var(--theme-color);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
footer p, footer li a {
  color: var(--text-color);
  font-size: 0.95rem;
}
footer li {
  margin-top: 0.25rem;
}
footer li a {
  transition: all 0.3s;
}
footer li a:hover {
  color: var(--theme-color);
}
footer .icon-top {
  text-align: center;
}
footer .icon-top a {
  margin: 0 5px;
}
footer .icon-top a img {
  max-width: 30px;
}
footer .namad {
  text-align: center;
}
footer .namad img {
  max-width: 100px;
  border: 1px solid var(--white-color);
  padding: 5px;
  border-radius: 10px;
  margin: 10px;
}
footer .footer-text {
  text-align: center;
  margin-top: 30px;
}
footer .footer-text p {
  font-size: 0.9rem;
}
footer .footer-text p a {
  color: var(--theme-color);
  font-weight: bold;
  text-decoration: none;
}
footer .footer-text p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footer-text, footer .logo, footer .Specifications, footer .icon, footer .namad {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .logo, footer .footer-text {
    text-align: right;
  }
  footer .icon, footer .namad {
    text-align: left;
  }
}

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

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

.main-content {
  margin-top: 20px;
}
.main-content .container-xxl {
  border-left: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  border-radius: 10px;
}
.main-content .container-xxl:last-child {
  border: none;
}
.main-content .container-xxl .row .item-right nav .breadcrumb li a {
  color: var(--text-color);
}
.main-content .container-xxl .row .item-right .mySwiper2 {
  max-width: 300px;
  left: 20px;
}
.main-content .container-xxl .row .item-right .mySwiper2 .swiper-button-prev, .main-content .container-xxl .row .item-right .mySwiper2 .swiper-button-next {
  display: none;
}
.main-content .container-xxl .row .item-right .mySwiper2 .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.main-content .container-xxl .row .item-right .mySwiper2 .swiper-button-disabled {
  display: none;
}
.main-content .container-xxl .row .item-right .mySwiper {
  width: 100%;
  height: 100px;
  right: 30px;
}
.main-content .container-xxl .row .item-right .mySwiper .swiper-wrapper .swiper-slide img {
  max-width: 70px;
  border: 1px solid var(--border-color);
}
.main-content .container-xxl .row .item-center {
  margin-right: 30px;
}
.main-content .container-xxl .row .item-center .product-attrs {
  list-style: disc;
  margin-right: 30px;
}
.main-content .container-xxl .row .item-center .product-attrs li {
  list-style: none;
}
.main-content .container-xxl .row .item-center .product-attrs li span {
  top: 10px;
  color: var(--high-text-color);
  font-weight: bold;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 14px;
}
.main-content .container-xxl .row .item-center .product-attrs li .main-item-button {
  margin-top: 10px;
}
.main-content .container-xxl .row .item-center .product-attrs li .main-item-button button {
  color: var(--white-color);
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.main-content .container-xxl .row .item-center .product-attrs li .main-item-button .example-2:focus {
  border: 1px solid var(--high-text-color);
  outline: 2px solid var(--high-text-color);
}
.main-content .container-xxl .row .item-center .product-attrs li .main-item-span {
  margin-top: 10px;
}
.main-content .container-xxl .row .item-center .product-attrs li .main-item-span span {
  color: var(--high-text-color);
  padding: 4px 10px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.main-content .container-xxl .row .item-center .cart-item-color {
  margin-right: 50px;
}
.main-content .container-xxl .row .item-left .header-card ul li {
  font-size: 13px;
}
.main-content .container-xxl .row .item-left .header-card ul li a {
  text-decoration: none;
  color: var(--text-color);
}
.main-content .container-xxl .row .item-left .footer-card {
  border-top: 1px solid var(--border-color);
}
.main-content .container-xxl .row .item-left .footer-card .center-card {
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.main-content .container-xxl .row .item-left .footer-card .center-card .left-item-heart {
  top: 100px;
}

/**=====================
    User Panel css start
==========================**/
.user-panel-wrapper {
  margin-top: 50px;
}
.user-panel-wrapper .user-panel-aside {
  border-radius: 10px;
}
.user-panel-wrapper .user-panel-aside img {
  max-width: 100px;
  border-radius: 50%;
}
.user-panel-wrapper .user-panel-aside .bg-purple {
  background-color: #6a0dad;
}
.user-panel-wrapper .user-panel-aside .bg-purple:hover {
  cursor: pointer;
  background-color: #5800b0;
}
.user-panel-wrapper .user-panel-aside .btn-purple {
  background-color: #6a0dad;
  color: white;
}
.user-panel-wrapper .user-panel-aside .btn-purple:hover {
  cursor: pointer;
  background-color: #5800b0;
  color: white;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  animation: fadeInModal 0.4s ease;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions .btn-confirm, .user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions .btn-cancel {
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions .btn-confirm {
  background-color: #7857ff;
  color: #fff;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions .btn-confirm:hover {
  background-color: #6848e0;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions .btn-cancel {
  background-color: #f0f0f0;
  color: #555;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .logout-actions .btn-cancel:hover {
  background-color: #ddd;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul .logout-modal .close-modal {
  position: absolute;
  left: 16px;
  top: 16px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
}
@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li {
  padding: 20px 20px;
  border-bottom: 1px solid var(--border-color);
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li:last-child {
  border-bottom: 0;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.active {
  border-right: 3px solid rgb(var(--theme-color-red));
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li:hover {
  background-color: var(--white-color-2);
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li a {
  color: var(--dark-color);
  display: block;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li a svg {
  color: var(--theme-color);
  vertical-align: -1px;
  transform: scale(1.3);
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.exit {
  border: none;
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.exit span {
  color: var(--dark-color);
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.exit span svg {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.exit span:hover {
  cursor: pointer;
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.active a {
  color: var(--theme-color);
  font-weight: bold;
}
.user-panel-wrapper .user-panel-content {
  border-radius: 8px;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card {
  padding: 0;
  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;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .text-purple {
  color: #6f42c1;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .bg-purple {
  background-color: #6f42c1;
}
@media screen and (max-width: 769px) {
  .user-panel-wrapper .user-panel-content .user-panel-courses .slider-card {
    margin-right: 8%;
  }
}
@media screen and (max-width: 426px) {
  .user-panel-wrapper .user-panel-content .user-panel-courses .slider-card {
    margin-right: 20%;
  }
}
@media screen and (max-width: 376px) {
  .user-panel-wrapper .user-panel-content .user-panel-courses .slider-card {
    margin-right: 15%;
  }
}
@media screen and (max-width: 321px) {
  .user-panel-wrapper .user-panel-content .user-panel-courses .slider-card {
    margin-right: 10%;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-img-top {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body {
  padding: 1rem;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .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;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-footer .price {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-footer .price .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-footer .price .new-price {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 1rem;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .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;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-footer .view-more svg {
  transform: rotate(0deg);
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .slider-card .card-body .card-footer .view-more:hover svg {
  animation: bounceUpDown 0.6s ease forwards;
}
.user-panel-wrapper .user-panel-content .user-panel-courses .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);
  }
}
.user-panel-wrapper .user-panel-content .user-panel-verify-identity p {
  color: red;
}
.user-panel-wrapper .user-panel-content .user-panel-profile {
  border-radius: 10px;
}
.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-header p {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-content label {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-orders {
  padding: 20px;
}
@media screen and (max-width: 426px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 387px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table tr td {
    font-size: 10px;
  }
}
@media screen and (max-width: 344px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table tr td {
    font-size: 7px;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .cursor-pointer {
  cursor: pointer;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  direction: rtl;
  text-align: center;
  font-family: "IRANSans", sans-serif;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table thead {
  background-color: #f8f9fa;
  font-weight: bold;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table thead th {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table th, .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: middle;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table svg {
  cursor: pointer;
  color: #6c757d;
  transition: transform 0.2s;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .custom-table svg:hover {
  transform: scale(1.1);
  color: #5a5a5a;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .text-danger {
  color: #dc3545;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .text-success {
  color: #28a745;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive .text-warning {
  color: #ffc107;
}
@media (max-width: 768px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table th, .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table td {
    font-size: 12px;
    padding: 6px;
  }
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table svg {
    width: 1.5em;
    height: 1.5em;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table.table-bordered th, .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive table.table-bordered td {
  border: 1px solid #dee2e6;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive thead th {
  background-color: #f8f9fa;
  color: var(--theme-color);
}
@media screen and (max-width: 426px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive thead th {
    font-size: 10px;
  }
}
@media screen and (max-width: 387px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive thead th {
    font-size: 8px;
  }
}
@media screen and (max-width: 344px) {
  .user-panel-wrapper .user-panel-content .user-panel-orders .table-responsive thead th {
    font-size: 5px;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-orders svg {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-orders svg:hover {
  cursor: pointer;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .dataTables_length {
  margin-bottom: 30px;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .dataTables_info {
  margin-top: 30px;
}
.user-panel-wrapper .user-panel-content .user-panel-orders thead {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable thead th, .user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable thead td, .user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable tfoot th, .user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable tfoot td {
  text-align: right !important;
  overflow-x: scroll;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .paginate_button:hover {
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--white-color-2) !important;
  color: var(--theme-color) !important;
}
.user-panel-wrapper .user-panel-content .user-panel-orders .paginate_button.current {
  border-radius: 10px;
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}
.user-panel-wrapper .user-panel-content .user-orders-empty {
  border-radius: 10px;
}
.user-panel-wrapper .user-panel-content .user-orders-empty p {
  color: var(--dark-color);
}
.user-panel-wrapper .user-panel-content .user-orders-empty svg {
  color: var(--theme-color);
  max-width: 150px;
}
.user-panel-wrapper .user-panel-content .user-panel-question .faq-question-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  padding: 10px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  margin-bottom: 20px;
}
.user-panel-wrapper .user-panel-content .user-panel-question .faq-question-box .faq-icon {
  font-size: 28px;
  color: var(--theme-color);
  flex-shrink: 0;
}
.user-panel-wrapper .user-panel-content .user-panel-question .faq-question-box .faq-content {
  width: 100%;
}
.user-panel-wrapper .user-panel-content .user-panel-question .faq-question-box .faq-content .faq-question {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 6px;
}
.user-panel-wrapper .user-panel-content .user-panel-question .faq-question-box .faq-content .faq-answer {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  color: #555;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question {
  padding: 5px;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row {
  padding: 20px 10px;
  border-radius: 8px;
  margin-top: 5px;
}
@media screen and (max-width: 426px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 387px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table tr td {
    font-size: 10px;
  }
}
@media screen and (max-width: 344px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table tr td {
    font-size: 7px;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .cursor-pointer {
  cursor: pointer;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  direction: rtl;
  text-align: center;
  font-family: "IRANSans", sans-serif;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table thead {
  background-color: #f8f9fa;
  font-weight: bold;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table thead th {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table th, .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: middle;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table svg {
  cursor: pointer;
  color: #6c757d;
  transition: transform 0.2s;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .custom-table svg:hover {
  transform: scale(1.1);
  color: #5a5a5a;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .text-danger {
  color: #dc3545;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .text-success {
  color: #28a745;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive .text-warning {
  color: #ffc107;
}
@media (max-width: 768px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table th, .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table td {
    font-size: 12px;
    padding: 6px;
  }
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table svg {
    width: 1.5em;
    height: 1.5em;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table.table-bordered th, .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive table.table-bordered td {
  border: 1px solid #dee2e6;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive thead th {
  background-color: #f8f9fa;
  color: var(--theme-color);
}
@media screen and (max-width: 426px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive thead th {
    font-size: 10px;
  }
}
@media screen and (max-width: 387px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive thead th {
    font-size: 8px;
  }
}
@media screen and (max-width: 344px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .table-responsive thead th {
    font-size: 5px;
  }
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .box-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .box-wrapper svg {
  margin-top: 20px;
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .box-wrapper p {
  color: var(--theme-color);
  font-weight: bold;
  bottom: 5px;
  right: 65px;
  position: absolute;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .box-wrapper span {
  color: var(--dark-color);
  font-weight: bold;
  bottom: -2px;
  right: 65px;
  position: absolute;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .title-box-dashboard span.right {
  color: var(--dark-color);
  font-weight: bold;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .title-box-dashboard span.left a {
  color: var(--theme-color);
  font-weight: bold;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard {
  padding: 5px;
  height: 400px;
  border-radius: 8px;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .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;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-img-top {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body {
  padding: 1rem;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .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;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-footer .price {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-footer .price .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-footer .price .new-price {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 1rem;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .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;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-footer .view-more svg {
  transform: rotate(0deg);
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .card-body .card-footer .view-more:hover svg {
  animation: bounceUpDown 0.6s ease forwards;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .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);
  }
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .user-panel-order-detail {
  width: 100%;
  border-radius: 8px;
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .user-panel-order-detail a {
  color: var(--theme-color);
}
.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .user-panel-order-detail .user-panel-order-detail-content span {
  color: var(--theme-color);
}

@media screen and (max-width: 530px) {
  .user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-comment-item {
    display: block !important;
  }
  .user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-comment-item .user-panel-comment-item-image {
    text-align: center;
  }
}
/**=====================
    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;
}

.about-me-title h1 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .about-me-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 519px) {
  .about-me-title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 421px) {
  .about-me-title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 371px) {
  .about-me-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 321px) {
  .about-me-title h1 {
    font-size: 19px;
  }
}

section.about-me {
  margin-top: -100px;
}
section.about-me .about-me .row {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  section.about-me .about-me .row {
    padding: 5px;
  }
}
section.about-me .about-me .row .right {
  height: 500px;
  border-radius: 30px 30px 30px 1px;
}
section.about-me .about-me .row .right span.name {
  font-weight: bold;
  font-size: 40px;
  color: var(--dark-color);
}
@media screen and (max-width: 460px) {
  section.about-me .about-me .row .right span.name {
    font-size: 12px;
    line-height: 25px;
  }
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.about-me .about-me .row .right .typewriter-container {
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  height: 100%;
  margin: 60px auto;
  direction: rtl;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 1.2s ease forwards;
}
section.about-me .about-me .row .right .section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #8e44ad; /* تم بنفش */
  text-align: center;
}
@media screen and (max-width: 376px) {
  section.about-me .about-me .row .right .section-title {
    font-size: 1.1rem;
  }
}
section.about-me .about-me .row .right #typewriter-text {
  border-radius: 10px;
  background: #fff;
  font-family: "Vazirmatn", sans-serif;
  font-size: 1.1rem;
  color: #333;
  white-space: pre-line;
  border-right: 2px solid #8e44ad;
  padding-right: 10px;
  font-weight: 600;
  line-height: 2;
  min-height: 160px;
}
@media screen and (max-width: 992px) {
  section.about-me .about-me .row .right #typewriter-text {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  section.about-me .about-me .row .right #typewriter-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 531px) {
  section.about-me .about-me .row .right #typewriter-text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 426px) {
  section.about-me .about-me .row .right #typewriter-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 410px) {
  section.about-me .about-me .row .right #typewriter-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 363px) {
  section.about-me .about-me .row .right #typewriter-text {
    font-size: 1rem;
  }
}
section.about-me .about-me .row .right .highlight {
  color: #8e44ad;
  font-weight: bold;
}
section.about-me .about-me .row .left {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
}
section.about-me .about-me .row .left img {
  display: block;
  top: 50px;
  position: absolute;
  animation: float 4s ease-in-out infinite;
  transition: transform 0.3s ease;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  section.about-me .about-me .row .left img {
    display: none;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 400px) {
  section.about-me .about-me .row .left img {
    height: 200px;
  }
}
section.about-me span.title {
  font-size: 50px;
  color: var(--theme-color);
  font-weight: bold;
}
@media screen and (max-width: 463px) {
  section.about-me span.title {
    font-size: 40px;
  }
}
@media screen and (max-width: 374px) {
  section.about-me span.title {
    font-size: 30px;
  }
}

.alert-contact .row {
  margin-bottom: 150px;
}
.alert-contact .row h1.animated-heading-sequential span {
  font-size: 1.8rem;
}
@media screen and (max-width: 421px) {
  .alert-contact .row h1.animated-heading-sequential span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 376px) {
  .alert-contact .row h1.animated-heading-sequential span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 321px) {
  .alert-contact .row h1.animated-heading-sequential span {
    font-size: 1.2rem;
  }
}
.alert-contact .row .left {
  margin-top: 30px;
  height: 230px;
}
@media screen and (max-width: 321px) {
  .alert-contact .row .left button {
    font-size: 14px;
  }
}
.alert-contact .row .right {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .alert-contact .row .right {
    margin-top: -150px;
  }
}
.alert-contact .row .right iframe {
  height: 300px;
}
.alert-contact .row .right .text-purple {
  color: #6a0dad;
}
.alert-contact .row .right .btn-purple {
  background-color: var(--theme-color);
  color: white;
  opacity: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 321px) {
  .alert-contact .row .right .btn-purple {
    font-size: 10px;
  }
}
.alert-contact .row .right .btn-purple:hover {
  background-color: var(--theme-color);
  opacity: 90%;
  color: white;
}

.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 .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: 2px solid var(--white-color-2);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.login-card .code-input-wrapper .code-input:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(98, 0, 197, 0.1);
}
.login-card #resend {
  color: var(--theme-color);
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.login-card #resend:hover {
  text-decoration: underline;
}
.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 {
  background: var(--theme-color);
  transform: translateY(-2px);
}
.login-card .login-btn:active {
  transform: translateY(0);
}

.cart-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--white-color-2);
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: var(--theme-color);
}

.cart-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(111, 66, 193, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.product-img {
  width: 200px;
  height: 100px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.product-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.teacher-name {
  font-size: 0.9rem;
  color: gray;
}

.price {
  font-weight: bold;
  text-align: left;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  font-size: 0.9rem;
}

.delete-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.delete-icon {
  color: var(--theme-color);
  cursor: pointer;
  transition: transform 0.3s ease;
  font-size: 0.5rem;
}
.delete-icon:hover {
  transform: scale(1.2);
}

.checkout-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  text-decoration: none;
}
.checkout-btn:hover {
  color: #fff;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.total-line {
  border-top: 1px solid #dee2e6;
  margin: 1rem 0;
  padding-top: 0.5rem;
}

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

/*# sourceMappingURL=style.css.map */
.price-regular {
  color: #800080; /* بنفش */
  font-weight: bold;
}

.price-discounted {
  color: #800080; /* بنفش */
  font-weight: bold;
}