@charset "UTF-8";

:root {
  --theme-color: #7b24d7;
  --theme-color-2: #a02ce8;
  --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;
}

.title_list {
  color: black;
}

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

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

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

.resize-no {
  resize: none;
}

* {
  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-2);
}

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

.border-bottom-card {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  color: #d1d1d1;
}

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




.swiper33-2 {
  width: 100%;
  padding: 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: 250px;
  border-radius: 10px;
  filter: blur(1px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  margin-top: 200px;
}

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

@media screen and (max-width: 426px) {
  .swiper-slide33 {
    width: 75%;
    height: 250px;
  }
}

@media screen and (max-width: 376px) {
  .swiper-slide33 {
    width: 75%;
    height: 250px;
  }
}

@media screen and (max-width: 321px) {
  .swiper-slide33 {
    width: 75%;
    height: 220px;
  }
}

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



@media screen and (max-width: 1000px) {

  .container .section-1 .item-right-top-section,
  .section-1 .section-1 .item-right-top-section {
    margin-top: -50px;
  }
}

@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: 426px) {

  .container .section-1 .item-right-bottom-section .bottom,
  .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 130px;
    font-size: 12px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 385px) {

  .container .section-1 .item-right-bottom-section .bottom,
  .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 130px;
    font-size: 12px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 376px) {

  .container .section-1 .item-right-bottom-section .bottom,
  .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 110px;
    font-size: 10px;
    padding: 5px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 321px) {

  .container .section-1 .item-right-bottom-section .bottom,
  .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 110px;
    font-size: 7px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 305px) {

  .container .section-1 .item-right-bottom-section .bottom,
  .section-1 .section-1 .item-right-bottom-section .bottom {
    width: 110px;
    font-size: 7px;
    margin-right: 10px;
  }
}

.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: 426px) {

  .container .section-1 .item-right-bottom-section .left,
  .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 40px;
  }
}

@media screen and (max-width: 385px) {

  .container .section-1 .item-right-bottom-section .left,
  .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 30px;
  }
}

@media screen and (max-width: 376px) {

  .container .section-1 .item-right-bottom-section .left,
  .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 30px;
  }
}

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

@media screen and (max-width: 305px) {

  .container .section-1 .item-right-bottom-section .left,
  .section-1 .section-1 .item-right-bottom-section .left {
    margin-left: 10px;
  }
}

.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: 426px) {

  .container .box-wrapper-form span,
  .main-index .box-wrapper-form span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 420px) {

  .container .box-wrapper-form,
  .main-index .box-wrapper-form {
    padding: 1px 20px;
  }
}

@media screen and (max-width: 340px) {

  .container .box-wrapper-form,
  .main-index .box-wrapper-form {
    padding: 1px 70px;
  }
}

@media screen and (max-width: 321px) {

  .container .box-wrapper-form,
  .main-index .box-wrapper-form {
    padding: 1px 10px;
  }
}

.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-2);
  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: 426px) {
  .box-fixed22 {
    padding: 10px;
    left: -70px;
    bottom: 70px;
  }
}

@media screen and (max-width: 376px) {
  .box-fixed22 {
    left: -80px;
  }
}

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

@media screen and (max-width: 426px) {
  .box-fixed22 details summary {
    width: 50px;
    height: 50px;
  }
}

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

@media screen and (max-width: 426px) {
  .box-fixed22 details summary svg {
    width: 30px;
    height: 30px;
  }
}

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

@media screen and (max-width: 426px) {
  .box-fixed22 .box-item {
    margin-right: -5px;
  }
}

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

@media screen and (max-width: 426px) {
  .slider-header .tag-right {
    font-size: 11px;
  }
}

.slider-header .tag-left {
  font-size: 15px;
  color: var(--theme-color-2);
}

.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;
  margin-top: 30px;
}

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

.animated-heading-sequential {
  font-family: "IRANYekan";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--theme-color);
}

@media screen and (max-width: 1200px) {
  .animated-heading-sequential {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 992px) {
  .animated-heading-sequential {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 411px) {
  .animated-heading-sequential {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 327px) {
  .animated-heading-sequential {
    line-height: 2.5rem;
    font-size: 1.7rem;
  }
}

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

@media screen and (max-width: 426px) {
  .scroll-to-top-icon {
    padding: 10px;
  }

  .scroll-to-top-icon svg {
    width: 30px;
    height: 30px;
  }
}

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

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

@media screen and (max-width: 1026px) {
  .main-header .main-navbar .top-navbar .top-navbar-center {
    margin-right: 50px;
  }
}

.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-2);
  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 {
  background-color: #ffffff;
  /* بک‌گراند سفید */
  box-shadow: 0px -4px 12px rgba(128, 0, 128, 0.1);
  /* شدوی نرم بنفش */
  padding: 0rem 1.5rem;
  text-align: center;
  color: #444;
  /* رنگ نوشته‌ها */
}

footer .contact-footer span .title-contact {
  color: black;
}

footer .about-footer p {
  line-height: 1.7rem;
}

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: var(--theme-color);
  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%;
  height: 380px;
  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;
  position: relative;
}

.user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card .footer-card {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 1px;
  padding: 10px;
}

@media screen and (max-width: 769px) {
  .user-panel-wrapper .user-panel-content .user-panel-dashboard-question .row .post-box-dashboard .slider-card {
    width: 100%;
    height: 380px;
    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: 200px;
  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: 1.5rem;
  }
}

@media screen and (max-width: 376px) {
  .search h1.animated-heading-sequential {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 321px) {
  .search h1.animated-heading-sequential {
    font-size: 1rem;
  }
}

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

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

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

@media screen and (max-width: 306px) {
  .search .products .navbar-filter-item .filter-wrapper p.active {
    margin-right: 30px;
  }

  .search .products .navbar-filter-item .filter-wrapper a {
    font-size: 10px;
    padding: 5px 0px;
  }
}

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

.container .section .section-1 .right button {
  position: absolute;
  bottom: 0;
  right: 0px;
}

@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;
    right: 0;
  }
}

@media screen and (max-width: 321px) {
  .container .section .section-1 .right button {
    padding: 5px 3px;
    font-size: 0.5rem;
    right: 0;
  }
}

.container .section .section-1 .left {
  padding: 0;
}

.container .section .section-1 .left video {
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(36, 22, 22, 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;
}



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


@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: 10px 20px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 426px) {
  .container .Breadcrumb .session-box {
    border-radius: 16px;
    padding: 0px 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;
  }
}


.alert-contact .row h1.animated-heading-sequential span {
  font-size: 1.8rem;
}

.animated-heading-profile {}

@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 {
  position: relative;
  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;
}

.back-btn {
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 0.5rem;
  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 .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;
}

.main-portfolio {
  overflow-x: hidden;
}

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

@media screen and (max-width: 321px) {
  .portfolio .card .image {
    width: 270px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 306px) {
  .portfolio .card .image {
    width: 260px;
    margin-right: 5px;
  }
}

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

.empty-cart svg{
      margin-bottom: 30px;

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

/* تنظیمات عمومی برای کارت */
#empty-cart .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: none;
  min-width: clamp(260px, 40vw, 520px);
  max-width: 92vw;
  text-align: center;
  padding: 2rem 1.5rem;
}

/* SVG وسط چین و بزرگ‌تر */
.cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

/* خود SVG */
.cart-icon svg {
  width: clamp(200px, 50vw, 300px);
  /* رسپانسیو — بین 200 تا 300 پیکسل */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* متن و فاصله‌ها */
#emptyCartTitle {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.text-muted {
  color: #6c757d !important;
}

npm

/* حذف فاصله اضافی اطراف دکمه‌ها */
.slider-card .card-actions {
  position: relative;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.slider-card .card-actions .btnDetails {
  position: absolute;
  left: 10px;
  bottom: 20px;
  color: var(--theme-color);
}

.slider-card .card-actions .wrapper-btn-register .register-course {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: var(--theme-color);
}

/* دکمه‌ها به لبه بچسبند */
.slider-card .card-actions .btn.no-space {
  border-radius: 8px;
  padding: 0.45rem 1rem;
  margin: 0;
}

/* دکمه سمت چپ بچسبد به چپ */
.slider-card .card-actions .btn-outline-secondary.no-space {
  margin-left: 0;
}

/* دکمه سمت راست بچسبد به راست */
.slider-card .card-actions .btn-primary.no-space {
  margin-right: 0;
}

/* افکت hover نرم */

/* واکنش‌گرا برای موبایل */
@media (max-width: 576px) {
  .slider-card .card-actions {
    flex-direction: column;
    gap: 0.5rem;
  }

  .slider-card .card-actions .btn {
    width: 100%;
  }
}

:root {
  --paint-purple: #8e44ad;
  --paint-pink: #e056fd;
  --paint-blue: #6c5ce7;
  --paint-yellow: #f9ca24;
}

/* 🔹 والد برای مرکز کردن محتوا */
.page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdfdfd;
  /* می‌تونی حذفش کنی یا رنگ دیگه بذاری */
}

.paint-404 {
  text-align: center;
  max-width: 700px;
  padding: 2rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* 🎨 پس‌زمینه قلم‌مو */
.paint-404::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center,
      var(--paint-blue),
      transparent 70%);
  opacity: 0.3;
  filter: blur(50px);
  animation: float 6s ease-in-out infinite alternate;
}

.paint-404::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center,
      var(--paint-pink),
      transparent 70%);
  opacity: 0.3;
  filter: blur(50px);
  animation: float 7s ease-in-out infinite alternate-reverse;
}

@keyframes float {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(25px);
  }
}

/* 404 متحرک با افکت رنگ نقاشی */
.error-code {
  font-size: clamp(5rem, 20vw, 10rem);
  font-weight: 900;
  background: linear-gradient(90deg,
      var(--paint-purple),
      var(--paint-pink),
      var(--paint-blue),
      var(--paint-yellow));
  background-size: 300%;
  color: transparent;
  -webkit-background-clip: text;
  animation: gradientFlow 5s infinite linear;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* آیکون قلم‌مو */
.paint-icon {
  font-size: 4rem;
  color: var(--paint-purple);
  animation: brushPulse 1.8s infinite ease-in-out;
}

@keyframes brushPulse {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.15) rotate(-5deg);
    opacity: 1;
  }
}

/* متن */
.error-text {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #555;
}

/* دکمه */
.btn-back {
  margin-top: 2rem;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--paint-blue), var(--paint-pink));
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-back:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* واکنش‌گرا */
@media (max-width: 576px) {
  .error-code {
    font-size: 5rem;
  }

  .paint-icon {
    font-size: 3rem;
  }

  .error-text {
    font-size: 1rem;
  }

  .btn-back {
    width: 100%;
  }
}

.progress-card {
  margin-top: 40px;
  border: 1px solid rgb(236, 236, 236);
  padding: 10px;
  border-radius: 10px;
}

.progress-card span {
  color: var(--theme-color);
}

.video-details {
  width: 1200px;
}

/* مرکز کردن کارت‌ها در تبلت و موبایل */
#zarinpal {
  left: 0;
}

#zarinpal img {
  width: 70px !important;
  height: auto !important;
}

.progress-bar {
  background-color: var(--theme-color);
}

.course-progress-card {
  margin-top: 30px;
  background: none;
  border-radius: 15px;
  padding: 20px;
  direction: rtl;
}

@media screen and (max-width: 426px) {
  .course-progress-card {
    padding: 0;
  }
}

.progress-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.progress-percentage {
  color: #4b5563;
}

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

.progress-track {
  background: #e5e7eb;
  border-radius: 10px;
  height: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-fill {
  height: 10px;
  border-radius: 10px;
  transition:
    width 0.6s ease-in-out,
    background 0.4s ease;
  background: linear-gradient(90deg, var(--theme-color), #b892ff);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
  /* انیمیشن کوچک برای زنده‌تر کردن پرکننده پیشرفت: یک پالس ملایم هنگام تغییر */
  animation: progressPulse 2s ease-in-out infinite alternate;
}

@keyframes progressPulse {
  0% {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
  }

  100% {
    box-shadow: 0 0 12px rgba(var(--theme-color-rgb), 0.3) inset;
  }
}

/* فرض بر این است که --theme-color-rgb تعریف شده، اگر نه، می‌تونی دستی تنظیم کنی */

.progress-green {
  background-color: var(--theme-color);
}

.progress-yellow {
  background-color: var(--theme-color);
}

.progress-red {
  background-color: var(--theme-color);
}

.section-title {
  font-size: 1.2rem;
  color: #4b5563;
}

.accordion-header {
  border-radius: 10px;
  background-color: rgb(243, 243, 243);
  padding: 12px 10px;
  font-weight: bold;
  cursor: pointer;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
  /* انیمیشن کوچک برای hover: کمی بالا آمدن */
}

.accordion-header .accordion-icon svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 376px) {
  .accordion-header .accordion-title {
    font-size: 14px;
  }

  .accordion-header .accordion-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 321px) {
  .accordion-header .accordion-title {
    font-size: 12px;
  }

  .accordion-header .accordion-icon svg {
    width: 18px;
    height: 18px;
  }
}

.accordion-header-question {
  border-radius: 10px;
  background-color: rgb(243, 243, 243);
  padding: 12px 10px;
  font-weight: bold;
  cursor: pointer;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
  /* انیمیشن کوچک برای hover: کمی بالا آمدن */
}

@media screen and (max-width: 426px) {
  .accordion-header-question {
    font-size: 15px;
    line-height: 1.7rem;
    /* انیمیشن کوچک برای hover: کمی بالا آمدن */
  }
}

@media screen and (max-width: 376px) {
  .accordion-header-question {
    font-size: 13px;
    line-height: 1.7rem;
    /* انیمیشن کوچک برای hover: کمی بالا آمدن */
  }
}

@media screen and (max-width: 321px) {
  .accordion-header-question {
    font-size: 10px;
    line-height: 1.3rem;
    /* انیمیشن کوچک برای hover: کمی بالا آمدن */
  }
}

.accordion-header:hover {
  background: #f6f3f6;
  transform: translateY(-1px);
}

.HeadingSection {
  width: 80px;
  padding-left: 10px;
  border-left: 1px solid rgb(198, 198, 198);
}

@media screen and (max-width: 376px) {
  .HeadingSection {
    font-size: 13px;
    width: 60px;
    padding-left: 2px;
  }
}

@media screen and (max-width: 321px) {
  .HeadingSection {
    font-size: 11px;
    width: 50px;
    padding-left: 3px;
  }
}

.accordion-icon {
  display: inline-block;
  margin-left: 8px;
  /* انیمیشن چرخش نرم‌تر با easing خفن */
}

.accordion-item.active .accordion-icon {
  transform: rotate(90deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  /* اضافه کردن opacity برای fade in */
  transform: scaleY(0.95);
  /* کمی فشرده برای انیمیشن باز شدن خفن‌تر */
  transition:
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.6s ease,
    opacity 0.4s ease 0.2s,
    /* تاخیر کوچک برای fade */
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* easing bouncy برای باز شدن */
  background: none;
  padding: 0 10px;
}

.accordion-item.active .accordion-body {
  max-height: 100%;
  /* می‌تونی این رو dynamic کنی اگر لازم باشه */
  opacity: 1;
  transform: scaleY(1);
  padding: 10px;
}

.accordion-item {
  border: none;
  padding: 5px 20px;
}

@media screen and (max-width: 426px) {
  .accordion-item {
    border: none;
    padding: 0;
  }
}

.accordion-body:hover .lesson-item {
 
  transition:
    0.5s ease,
    transform 0.2s ease;
  /* انیمیشن hover زنده‌تر */

  border-radius: 15px;
  /* کمی جابجایی برای حس تعاملی */
}

.accordion-body .lesson-item {
  border: 1px solid #ececec;
    margin-top: 10px;
    background: #ffffff;
    transition: 0.5s ease, transform 0.2s ease;
    border-radius: 15px;
 
}



.lesson-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.lesson-title svg {
  color: var(--theme-color);
  /* انیمیشن کوچک برای آیکون: چرخش ملایم روی hover */
  transition: transform 0.3s ease;
}

.lesson-title:hover svg {
  transform: rotate(360deg);
}

.lesson-title {
  color: #374151;
}

.lesson-answer {
  color: #374151;
  line-height: 2rem;
}

.lesson-answer-question {
  color: #374151;
  line-height: 2rem;
  height: 100%;
}

@media screen and (max-width: 426px) {
  .lesson-answer-question {
    line-height: 1.4rem;

    font-size: 12px;
  }
}

@media screen and (max-width: 376px) {
  .lesson-answer-question {
    font-size: 10px;
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 321px) {
  .lesson-answer-question {
    font-size: 9px;
    line-height: 18px;
  }
}

.lesson-duration {
  color: #6b7280;
  font-size: 14px;
}

.img-logo-sm img {
  display: none;
}

@media screen and (max-width: 992px) {
  .img-logo-sm img {
    display: inline;
    margin-top: -1px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 426px) {
  .img-logo-sm img {
    margin-top: -2px;
    margin-right: 1px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 376px) {
  .img-logo-sm img {
    margin-top: -2px;
    margin-right: 10px;
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 321px) {
  .img-logo-sm img {
    margin-top: 5px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
  }
}

.logo-img-footer {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 426px) {
  .logo-img-footer {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 769px) {
  .contact-section iframe {
    margin-top: 120px;
  }
}

.edit-number {
  color: var(--theme-color);
  font-weight: bold;
}

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

.login-header-sm {
  display: none;
}

@media screen and (max-width: 992px) {
  .login-header-sm {
    display: inline;
  }
}

.login-header-sm a {
  border-radius: 8px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: bold;
  background: var(--theme-color-2);
  padding: 8px;
  opacity: 100%;
}

.slider-card .card-actions .btnDetails {
  position: absolute;
  left: 10px;
  color: var(--theme-color);
}

.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.portfolio .card .image {
  position: relative;
  overflow: hidden;
}

.portfolio .card .image .click {
  position: absolute;
  top: 12px;
  left: -25px;
  background: linear-gradient(120deg,
      rgba(123, 44, 191, 0.6),
      rgba(97, 30, 152, 0.3),
      rgba(62, 1, 93, 0.807),
      rgba(123, 44, 191, 0.6));
  background-size: 300% 300%;
  animation: gradientMove 6s ease-in-out infinite;
  color: white;
  padding: 5px 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(-35deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.portfolio .card .image .click:hover {
  transform: rotate(-35deg) scale(1.05);
}

.li-cart {
  position: relative;
}

.number-cart {
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  right: 5px;
  background-color: var(--theme-color);
  width: 18px;
  height: 18px;
  color: white;
}

@media screen and (max-width: 426px) {
  #rmTitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 321px) {
  #rmTitle {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
/* ظرف اصلی که محتوا وسط صفحه قرار می‌گیره */
.no-data-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  /* قبلاً 60vh بود */
  padding: 20px;
  text-align: center;
  flex-direction: column;
}

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

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

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

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

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

:root {
  --modal-bg: rgba(255, 255, 255, 0.8);
  --card-bg: #fff;
  --card-elev: 0 10px 30px rgba(0, 0, 0, 0.1);
  --accent: linear-gradient(90deg, #6366f1 0%, #06b6d4 100%);
  --soft-hr: rgba(0, 0, 0, 0.08);
}

.custom-backdrop {
  position: fixed;
  inset: 0;
  background: var(--modal-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  backdrop-filter: blur(6px);
  animation: backdropFade 0.22s ease forwards;
}

@keyframes backdropFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-card {
  width: min(760px, 95vw);
  background: var(--card-bg);
  border-radius: 18px;
  box-shadow: var(--card-elev);
  padding: 18px;
  position: relative;
  overflow: hidden;
  transform-origin: center center;
  animation: modalPop 0.36s cubic-bezier(0.2, 0.9, 0.25, 1) both;
}

@keyframes modalPop {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01);
  }

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

.modal-exit {
  animation: modalExit 0.26s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes modalExit {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
}

.modal-close {
  position: absolute;
  top: 12px;
  left: 12px;
  background: transparent;
  border: 0;
  color: #475569;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.18s ease;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.04);
}

.modal-title-centered {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 10px 0 20px 0;
}

.course-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 6px;
  border-radius: 12px;
  transition: background 0.2s ease;
  border-bottom: 1px solid var(--soft-hr);
}

.course-row:not(:last-of-type) {
  border-bottom: 1px solid var(--soft-hr);
}

.course-row:last-of-type {
  border-bottom: none;
}

.course-row:hover {
  background: rgba(0, 0, 0, 0.03);
}

.course-thumb {
  width: 96px;
  height: 64px;
  flex: 0 0 96px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.course-meta {
  flex: 1;
  min-width: 0;
}

.course-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
}

.price-block {
  text-align: left;
  min-width: 122px;
}

.price-old {
  text-decoration: line-through;
  color: #94a3b8;
  display: block;
  font-size: 0.9rem;
}

.price-new {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f172a;
}

.discount-pill {
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #1e293b;
  margin-right: 8px;
}

hr.soft {
  border: 0;
  height: 1px;
  background: var(--soft-hr);
  margin: 12px 0;
  border-radius: 99px;
}

.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding-top: 8px;
}

.btn-gradient {
  background: var(--accent);
  border: 0;
  color: white;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 700;
}

/* remove modal */
.remove-modal .modal-card {
  width: min(420px, 92vw);
  text-align: center;
}

.remove-modal .decision-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

/* Responsive - Mobile layout fix */
@media (max-width: 576px) {
  .course-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .course-thumb {
    width: 40%;
    height: auto;
    flex: 0 0 30%;
  }

  .course-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .price-block {
    text-align: left;
    margin-top: 4px;
  }
}

/* article */

/* slider section */
.article-slider {
  padding: 60px 0;
}

/* card */
.article-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-card h5 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}

.article-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

/* nav buttons */
.slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.slider-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.slider-btn:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .articleSwiper {
    padding: 20px;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 5px;
  }
}

.author {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hover (Desktop only) */
@media (hover: hover) and (pointer: fine) {
  .blog-card-custom:hover .blog-overlay {
    height: 180px;
  }
}

/* Mobile & Tablet */
@media (max-width: 992px) {
  .blog-title {
    position: absolute;
    bottom: 50px;
    right: 10px;
  }

  .blog-overlay {
    height: 150px;
  }

  .blog-meta {
    opacity: 1;
    transform: translateY(0);
  }
}

.latest-posts {
  direction: rtl;
}

.post-card {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}

.post-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.post-image img {
  width: 100%;
  height: 270px;
  transition: 0.4s ease;
}

/* آیکن وسط عکس */
.post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.post-overlay i {
  color: #fff;
  font-size: 28px;
}

/* باکس سفید */
.post-content {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  position: relative;

  /* ثابت می‌مونه */
  margin: -40px 16px 0;

  /* حالت اولیه */
  transform: translateY(0);

  transition: transform 0.4s ease;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.post-title {
  font-size: 15px;
  margin-bottom: 12px;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.author i {
  margin-left: 6px;
}

.breadcrumb-box {
  background: none;
  border-radius: 16px;
  padding: 14px 18px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 14px;
}

.breadcrumb-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.breadcrumb-list a:hover {
  color: #000;
}

.breadcrumb-list .separator {
  color: #aaa;
  font-size: 13px;
}

.breadcrumb-list .current {
  color: #000;
  font-weight: bold;
}

/* hover desktop */
@media (hover: hover) and (pointer: fine) {
  .post-card:hover img {
    filter: blur(3px);
    transform: scale(1.05);
  }

  .post-card:hover .post-overlay {
    opacity: 1;
  }

  .post-card:hover .post-content {
    transform: translateY(20px);
  }

  .details:hover {
    font-weight: bold;
  }
}

/* mobile & tablet */
@media (max-width: 991px) {
  .post-content {
    margin-top: -40px;
  }

  .post-overlay {
    display: none;
  }

  .post-image img {
    filter: none !important;
  }

  .breadcrumb-box {
    padding: 12px 14px;
  }

  .breadcrumb-list {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .post-content {
    margin-top: -40px;
    padding: 10px;
  }

  .post-content .post-title {
    font-size: 13px;
  }

  .post-content .author {
    font-size: 13px;
  }

  .post-overlay {
    display: none;
  }

  .post-image img {
    filter: none !important;
  }
}

.item-right,
.item-left {
  border-radius: 10px;
  border: 1px solid #eaeaea;
}

/* post info box */
.post-info {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.post-info i {
  margin-left: 6px;
  font-size: 13px;
}

/* right */
.info-right,
.info-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category {
  font-weight: bold;
}

.divider {
  color: #aaa;
}

/* mobile layout */
@media (max-width: 576px) {
  .post-info {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  /* top row */
  .info-right {
    display: flex;
    justify-content: space-between;
  }

  /* bottom row */
  .info-left {
    display: flex;
    justify-content: space-between;
  }
}

.sidebar {
  background: none;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 20px;
}

.search-box {
  position: relative;
}

.search-box input {
  padding-right: 48px;
  /* فاصله متن از آیکن */

  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.search-box input:focus {
  box-shadow: none;
}

.search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  /* کلیک بره روی input */
}

.search-icon:hover {
  cursor: pointer;
}

.category-title {
  font-weight: bold;
  margin: 20px 0 10px;
}

.category-list li {
  list-style: none;
  margin-bottom: 10px;
}

.category-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.category-list a:hover {
  background: #e6e6e6;
  color: black;
  transform: translateX(-4px);
}

.category-list a.active {
  background: #d3d3d3;
  color: black;
  font-weight: bold;
}

/* Toggle Button */
.category-toggle {
  width: 100%;
  background: #f4f4f4;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
}

.category-toggle .arrow {
  transition: transform 0.3s ease;
}

/* Wrapper for animation */
.category-wrapper {
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

/* Mobile default */
@media (max-width: 991px) {
  .category-wrapper {
    max-height: 0;
    opacity: 0;
  }

  .category-wrapper.open {
    max-height: 500px;
    /* به اندازه لیست */
    opacity: 1;
    margin-top: 10px;
  }

  .category-toggle.active .arrow {
    transform: rotate(180deg);
  }
}

/* Desktop */
@media (min-width: 992px) {
  .category-toggle {
    display: none;
  }

  .category-wrapper {
    max-height: none;
    opacity: 1;
  }
}

/* Blog Card */

.blog-img img {
  width: 100%;
  transition: transform 0.5s ease;
}

.blog-card:hover img {
  transform: scale(1.07);
}

.blog-content h5 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
}

/* Blog Card */
.blog-card-custom {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.blog-card-custom:hover {
  cursor: pointer;
  transform: translateY(-6px);
}

.blog-card-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay Blur */
.blog-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 110px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  background: rgba(0, 0, 0, 0.25);

  /* محو شدن بلار به بالا */
  mask-image: linear-gradient(to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.9) 40%,
      rgba(0, 0, 0, 0.5) 65%,
      rgba(0, 0, 0, 0.15) 80%,
      rgba(0, 0, 0, 0) 100%);

  -webkit-mask-image: linear-gradient(to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.9) 40%,
      rgba(0, 0, 0, 0.5) 65%,
      rgba(0, 0, 0, 0.15) 80%,
      rgba(0, 0, 0, 0) 100%);

  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}

/* Title */
.blog-title {
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  transition: transform 1s ease;
}

/* Meta */
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(12px);

  transition: all 0.6s ease;
}

.author {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.details-btn {
  background: white;
  color: black;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  text-decoration: none;
}

/* Hover (Desktop only) */
@media (hover: hover) and (pointer: fine) {
  .blog-card-custom:hover .blog-overlay {
    height: 180px;
  }

  .blog-card-custom:hover .blog-meta {
    opacity: 1;
    transform: translateY(0);
  }

  .blog-card-custom:hover .blog-title {
    position: absolute;
    bottom: 50px;
    right: 10px;
    transform: translateY(-6px);
    transition: transform 0.6s ease;
  }
}

/* Mobile & Tablet */
@media (max-width: 992px) {
  .blog-title {
    position: absolute;
    bottom: 50px;
    right: 10px;
  }

  .blog-overlay {
    height: 150px;
  }

  .blog-meta {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-link:hover {
  color: inherit;
}

.latest-posts {
  direction: rtl;
}

.post-card {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}

.post-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.post-image img {
  width: 100%;
  transition: 0.4s ease;
}

/* آیکن وسط عکس */
.post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.post-overlay i {
  color: #fff;
  font-size: 28px;
}

/* باکس سفید */
.post-content {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  position: relative;

  /* ثابت می‌مونه */
  margin: -40px 16px 0;

  /* حالت اولیه */
  transform: translateY(0);

  transition: transform 0.4s ease;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.post-title {
  font-size: 15px;
  margin-bottom: 12px;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.author i {
  margin-left: 6px;
}

.breadcrumb-box {
  background: none;
  border-radius: 16px;
  padding: 14px 18px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 14px;
}

.breadcrumb-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.breadcrumb-list a:hover {
  color: #000;
}

.breadcrumb-list .separator {
  color: #aaa;
  font-size: 13px;
}

.breadcrumb-list .current {
  color: #000;
  font-weight: bold;
}

/* hover desktop */
@media (hover: hover) and (pointer: fine) {
  .post-card:hover img {
    filter: blur(3px);
    transform: scale(1.05);
  }

  .post-card:hover .post-overlay {
    opacity: 1;
  }

  .post-card:hover .post-content {
    transform: translateY(20px);
  }

  .details:hover {
    font-weight: bold;
  }
}

/* mobile & tablet */
@media (max-width: 991px) {
  .post-content {
    margin-top: -40px;
  }

  .post-overlay {
    display: none;
  }

  .post-image img {
    filter: none !important;
  }

  .breadcrumb-box {
    padding: 12px 14px;
  }

  .breadcrumb-list {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .post-content {
    margin-top: -40px;
    padding: 10px;
  }

  .post-content .post-title {
    font-size: 13px;
  }

  .post-content .author {
    font-size: 13px;
  }

  .post-overlay {
    display: none;
  }

  .post-image img {
    filter: none !important;
  }
}

/* slider section */
.article-slider {
  padding: 60px 0;
}

/* card */
.article-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-card h5 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}

.article-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

/* nav buttons */
.slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.slider-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.slider-btn:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .articleSwiper {
    padding: 20px;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 5px;
  }
}

.breadcrumb-box {
  background: none;
  border-radius: 16px;
  padding: 14px 18px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 14px;
}

.breadcrumb-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.breadcrumb-list a:hover {
  color: #000;
}

.breadcrumb-list .separator {
  color: #aaa;
  font-size: 13px;
}

.breadcrumb-list .current {
  color: #000;
  font-weight: bold;
}

/* single blog */
.single-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}

.single-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}

/* table of contents */
.toc-box {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  max-height: 260px;
  overflow: hidden;
}

.toc-title {
  font-weight: bold;
  margin-bottom: 16px;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 180px;
  overflow-y: auto;
}

.toc-list li {
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
}

.toc-list li:hover {
  background: #dadada;
  color: black;
}

/* fade bottom */
.toc-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(transparent, #fff);
}

/* content blocks */
.content-block h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: bold;
}

.content-block p {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

/* responsive */
@media (max-width: 768px) {
  .single-title {
    font-size: 22px;
  }

  .single-image img {
    height: 280px;
  }

  .content-block h3 {
    font-size: 18px;
  }

  .content-block p {
    font-size: 14px;
  }
}

.author {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hover (Desktop only) */
@media (hover: hover) and (pointer: fine) {
  .blog-card-custom:hover .blog-overlay {
    height: 180px;
  }
}

/* Mobile & Tablet */
@media (max-width: 992px) {
  .blog-title {
    position: absolute;
    bottom: 50px;
    right: 10px;
  }

  .blog-overlay {
    height: 150px;
  }

  .blog-meta {
    opacity: 1;
    transform: translateY(0);
  }
}

.latest-posts {
  direction: rtl;
}

.post-card {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}

.post-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.post-image img {
  width: 100%;
  transition: 0.4s ease;
}

/* آیکن وسط عکس */
.post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.post-overlay i {
  color: #fff;
  font-size: 28px;
}

/* باکس سفید */
.post-content {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  position: relative;

  /* ثابت می‌مونه */
  margin: -40px 16px 0;

  /* حالت اولیه */
  transform: translateY(0);

  transition: transform 0.4s ease;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.post-title {
  font-size: 15px;
  margin-bottom: 12px;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.author i {
  margin-left: 6px;
}

.breadcrumb-box {
  background: none;
  border-radius: 16px;
  padding: 14px 18px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 14px;
}

.breadcrumb-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.breadcrumb-list a:hover {
  color: #000;
}

.breadcrumb-list .separator {
  color: #aaa;
  font-size: 13px;
}

.breadcrumb-list .current {
  color: #000;
  font-weight: bold;
}

/* hover desktop */
@media (hover: hover) and (pointer: fine) {
  .post-card:hover img {
    filter: blur(3px);
    transform: scale(1.05);
  }

  .post-card:hover .post-overlay {
    opacity: 1;
  }

  .post-card:hover .post-content {
    transform: translateY(20px);
  }

  .details:hover {
    font-weight: bold;
  }
}

/* mobile & tablet */
@media (max-width: 991px) {
  .post-content {
    margin-top: -40px;
  }

  .post-overlay {
    display: none;
  }

  .post-image img {
    filter: none !important;
  }

  .breadcrumb-box {
    padding: 12px 14px;
  }

  .breadcrumb-list {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .post-content {
    margin-top: -40px;
    padding: 10px;
  }

  .post-content .post-title {
    font-size: 13px;
  }

  .post-content .author {
    font-size: 13px;
  }

  .post-overlay {
    display: none;
  }

  .post-image img {
    filter: none !important;
  }
}

.item-right,
.item-left {
  border-radius: 10px;
  border: 1px solid #eaeaea;
}

/* post info box */
.post-info {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.post-info i {
  margin-left: 6px;
  font-size: 13px;
}

/* right */
.info-right,
.info-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category {
  font-weight: bold;
}

.divider {
  color: #aaa;
}

/* mobile layout */
@media (max-width: 576px) {
  .post-info {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  /* top row */
  .info-right {
    display: flex;
    justify-content: space-between;
  }

  /* bottom row */
  .info-left {
    display: flex;
    justify-content: space-between;
  }
}

.size-box-articles {
  padding: 5px 20px;
}

/* post info box */
.post-info {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.post-info i {
  margin-left: 6px;
  font-size: 13px;
}

/* right */
.info-right,
.info-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category {
  font-weight: bold;
}

.divider {
  color: #aaa;
}

/* mobile layout */
@media (max-width: 576px) {
  .post-info {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  /* top row */
  .info-right {
    display: flex;
    justify-content: space-between;
  }

  /* bottom row */
  .info-left {
    display: flex;
    justify-content: space-between;
  }
}

.size-box-articles {
  padding: 5px 20px;
}

:root {
  --purple: #6f42c1;
  --text-dark: #2b2b2b;
}

/* Curve */
.course-curve {
  height: 80px;
  background: var(--purple);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

/* Section */
.course-hero {
  background: #fff;
}

/* Title */
.course-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--purple);
}

/* Description */
.course-description {
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
}

/* Video */
.course-video video {
  width: 100%;
  max-height: 396px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Action */
.course-action {
  border-top: 1px solid #eee;
  padding-top: 16px;
}

.course-Free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 50px;
    background: linear-gradient(135deg, #6f42c1, #a34ff7); 
     color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent
    );
    transform: translateX(-100%);
    animation: shine 1s infinite;
  }
}

@keyframes shine {
  100% {
    transform: translateX(200%);
  }
}

/* Price */
.course-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--purple);
}

.course-price del {
  font-size: 0.9rem;
  color: #aaa;
  display: block;
}

/* Button */
.btn-course {
  opacity: 100%;
  border: none;
  padding: 8px;
  color: var(--white-color);
  font-weight: bold;
  border-radius: 10px;
  background: var(--theme-color-2);
}

.btn-course:hover {
  opacity: 90%;
  color: var(--white-color);
}

/* Details */
.course-description {
  font-size: 1rem;
  line-height: 2;
  color: #555;
  text-align: justify;
  text-justify: inter-word;

  max-width: 100%;
}

/* فاصله پاراگراف‌ها اگر متن چندخطی باشه */
.course-description p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 380px) {
  .course-description {
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #555;
    text-align: justify;
    text-justify: inter-word;

    max-width: 100%;
  }
}

@media screen and (max-width: 330px) {
  .course-description {
    font-size: 0.7rem;
    line-height: 1.4rem;
    color: #555;
    text-align: justify;
    text-justify: inter-word;

    max-width: 100%;
  }
}

.course-details strong {
  font-size: 0.95rem;
  color: var(--text-dark);
}

/* Responsive */
@media (max-width: 991px) {
  .course-action {
    flex-direction: row;
  }

  .course-title {
    font-size: 1.5rem;
  }
}

.course-info {
  margin-bottom: 1rem;
}

.info-box {
  background: #fff;
  border-radius: 14px;
  padding: 16px 12px;
  text-align: center;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.info-box .icon {
  font-size: 26px;
  color: #7b2cbf;
  /* بنفش تم */
  margin-bottom: 8px;
}

.info-box .label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.info-box .value {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

/* موبایل تمیزتر */
@media (max-width: 576px) {
  .info-box {
    padding: 14px 10px;
  }

  .info-box .icon {
    font-size: 22px;
  }

  .info-box .value {
    font-size: 13px;
  }
}

/* Breadcrumb */
.course-breadcrumb {
  margin: 16px 0 8px;
  font-size: 0.85rem;
}

.course-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-breadcrumb li {
  display: flex;
  align-items: center;
  color: #777;
}

.course-breadcrumb li::after {
  content: "›";
  margin: 0 6px;
  color: #bbb;
}

.course-breadcrumb li:last-child::after {
  content: "";
  margin: 0;
}

.course-breadcrumb a {
  text-decoration: none;
  color: #7b2cbf;
  transition: color 0.2s ease;
}

.course-breadcrumb a:hover {
  color: #5a189a;
}

.course-breadcrumb .active {
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .course-breadcrumb {
    font-size: 0.8rem;
  }

  .course-breadcrumb .active {
    max-width: 160px;
  }
}

/* Course Full Description */
.course-full-desc {
  margin: 40px 0;
}

.desc-wrapper {
  position: relative;
  max-height: 220px;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.desc-wrapper.open {
  max-height: 1200px;
}

/* Fade bottom */
.desc-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  transition: opacity 0.4s ease;
}

.desc-wrapper.open .desc-fade {
  opacity: 0;
  pointer-events: none;
}

/* Items */
.desc-item {
  margin-bottom: 24px;
}

.desc-item h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: black;
  margin-bottom: 6px;
}

.desc-item p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #555;
  margin: 0;
}

@media (max-width: 576px) {
  .desc-item h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #5a189a;
    margin-bottom: 6px;
  }

  .desc-item p {
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    margin: 0;
  }
}

@media (max-width: 340px) {
  .desc-item h2 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 6px;
  }

  .desc-item p {
    font-size: 0.7rem;
    line-height: 1.9;
    color: #555;
    margin: 0;
  }
}

/* Toggle button */
.desc-toggle {
  text-align: center;
  margin-top: 12px;
}

.desc-toggle button {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.desc-toggle button:hover {
  background: var(--theme-color);
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .desc-wrapper {
    max-height: 200px;
  }
}

.mb-footer {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .mb-footer {
    margin-bottom: 150px;
  }

  .text-footer {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .mb-footer {
    margin-bottom: 120px;
  }

  .text-footer {
    font-size: 11px;
  }
}

@media screen and (max-width: 380px) {
  .mb-footer {
    margin-bottom: 100px;
  }

  .text-footer {
    font-size: 1px;
  }
}

/* new code  */

.contact-details .details-number {
  font-size: 13px;
}

.contact-details .details-address {
  font-size: 12px;
}

.container .box-wrapper-form,
.main-index .box-wrapper-form {
  margin-top: 120px;
}

@media screen and (max-width: 992px) {

  .container .box-wrapper-form,
  .main-index .box-wrapper-form {
    margin-top: 10px;
  }
}

@media screen and (max-width: 321px) {
  .contact-details .details-address {
    font-size: 10px;
  }
}

.login-back-btn:hover {
  background: #6f42c1;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .login-back-btn {
    top: -5px;
    left: 8px;
    padding: 8px 13px;
    font-size: 13px;
    border-radius: 12px;
  }
}

.btn-confirm {
  background-color: var(--theme-color);
}

.no-comment-box {
  position: relative;
  padding: 38px 24px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f7f4ff);
  border: 1px solid rgba(123, 92, 255, 0.12);
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow:
    0 10px 30px rgba(123, 92, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.no-comment-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right,
      rgba(123, 92, 255, 0.12),
      transparent 40%);
  pointer-events: none;
}

.no-comment-box:hover {
  transform: translateY(-4px);
  box-shadow:
    0 16px 40px rgba(123, 92, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.no-comment-box svg {
  width: 72px;
  height: 72px;
  padding: 1px;
  border-radius: 50%;
  color: #7b5cff;
  background: rgba(123, 92, 255, 0.08);
  border: 1px solid rgba(123, 92, 255, 0.15);
  margin-bottom: 18px;
  transition: all 0.35s ease;
}

.no-comment-box:hover svg {
  transform: scale(1.06) rotate(4deg);
  background: rgba(123, 92, 255, 0.14);
}

.no-comment-box p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2f2b3d;
  letter-spacing: -0.3px;
}

@media (max-width: 576px) {
  .no-comment-box {
    padding: 30px 18px;
    border-radius: 20px;
  }

  .no-comment-box svg {
    width: 62px;
    height: 62px;
    padding: 14px;
    margin-bottom: 14px;
  }

  .no-comment-box p {
    font-size: 0.95rem;
  }
}

@media (max-width: 321px) {
  .no-comment-box {
    padding: 30px 18px;
    border-radius: 20px;
  }

  .no-comment-box svg {
    width: 62px;
    height: 62px;
    padding: 14px;
    margin-bottom: 14px;
  }

  .no-comment-box p {
    font-size: 0.7rem;
  }
}

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

.portfolio-slider-section {
  width: 100%;
  overflow: hidden;
}

.portfolioSwiper {
  overflow: visible;
}

/* CARD */

.portfolio-card {
  display: block;

  background: white;

  border-radius: 26px;

  overflow: hidden;

  text-decoration: none;

  border: 1px solid #ececec;

  transition: 0.35s ease;
}

.portfolio-image {
  width: 100%;
  height: 350px;

  overflow: hidden;
}

@media (max-width: 321px) {
  .portfolio-image {
    height: 250px;
  }
}

.portfolio-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: 1s ease;

  display: block;
}

.portfolio-card:hover img {
  transform: scale(1.08);
}

/* NAVIGATION */

.portfolio-header {
  display: flex;
  justify-content: center;

  margin-top: 28px;
}

/* MOBILE */

@media (max-width: 768px) {


  .portfolio-navigation button {
    width: 46px;
    height: 46px;

    border-radius: 14px;
  }
}

.button-style {
  border: none;
  font-weight: bold;
  border-radius: 12px;
  padding: 8px;
  text-align: center;
  background: var(--theme-color-2);

  color: #fff;
  transition: .5s;
}

.button-style:hover {
  border-radius: 12px;
  padding: 8px;
  text-align: center;
  background: var(--theme-color);
  color: #fff;
}


.blog-main-section .section-head-blog .blog-label {
  display: inline-flex;
  padding: 0.55rem 1rem;
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-main-section .section-head-blog .blog-main-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.blog-main-section .section-head-blog .blog-main-desc {
  max-width: 750px;
  color: #6b7280;
  line-height: 2;
}

.blog-sidebar-wrapper {
  position: sticky;
  top: 120px;
}

.blog-sidebar-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.4rem;
  border: 1px solid #ececec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.sidebar-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #111827;
}

.blog-search-form {
  position: relative;
}

.blog-search-input {
  height: 58px;
  border-radius: 16px;
  border: 1px solid #ececec;
  padding-inline: 1rem 4rem;
  box-shadow: none !important;
}

.blog-search-input:focus {
  border-color: var(--theme-color-100);
}

.blog-search-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-category-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.blog-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background: #f9fafb;
  padding: 1rem;
  border-radius: 16px;
  color: #111827;
  transition: 0.3s ease;
  font-weight: 700;
  border: 1px solid transparent;
}

.blog-category-item svg {
  transition: 0.3s ease;
}

.blog-category-item:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(124, 58, 237, 0.1);
  color: var(--theme-color-100);
  transform: translateX(-4px);
}

.blog-category-item:hover svg {
  transform: translateX(-4px);
}

.blog-category-item.active {
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
  color: #fff;
}

.blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.blog-card .blog-card-image {
  overflow: hidden;
}

.blog-card .blog-card-image img {
  transition: 0.5s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.08) rotate(-2deg);
}

.blog-card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}

.blog-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.45rem 0.9rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
}

.blog-card-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-meta-card {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #6b7280;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

.blog-meta-card .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d1d5db;
}

.blog-card-title {
  min-height: 68px;
  margin-bottom: 0.7rem;
  line-height: 1.8;
}

.blog-card-title a {
  text-decoration: none;
  color: #111827;
  font-size: clamp(0.95rem, 1vw, 1.1rem);
  font-weight: 900;
  transition: 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title a:hover {
  color: var(--theme-color-200);
}

.blog-card-desc {
  color: #6b7280;
  line-height: 2;
  font-size: 0.88rem;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 58px;
}

@media screen and (max-width: 992px) {
  .blog-sidebar-wrapper {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .blog-card-image {
    height: 220px;
  }
}

@media screen and (max-width: 576px) {
  .blog-sidebar-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .blog-card {
    border-radius: 20px;
  }

  .blog-card-body {
    padding: 1rem;
  }

  .blog-card-title {
    min-height: auto;
  }
}

.latest-blog-head {
  max-width: 750px;
  margin-inline: auto;
}

.latest-blog-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.latest-blog-desc {
  color: #6b7280;
  line-height: 2;
  font-size: 1rem;
}




/* ========================= */
/* SWIPER */
/* ========================= */
.latestBlogSwiper {
  overflow: visible !important;
  padding-inline: 1rem;
}

.latestBlogSwiper .swiper-slide {
  height: auto;
}

.latestBlogSwiper .blog-card {
  height: 100%;
}

/* ========================= */
/* DESKTOP */
/* ========================= */
@media screen and (min-width: 1200px) {
  .latestBlogSwiper .swiper-slide {
    width: 22% !important;
  }
}

/* ========================= */
/* TABLET */
/* ========================= */
.latest-blog-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  color: #111827;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .latest-blog-title {
    font-size: 2.2rem;
  }

  .latestBlogSwiper .swiper-slide {
    width: 40% !important;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media screen and (max-width: 576px) {
  .latest-blog-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: #111827;
    line-height: 1.4;
  }

  .latest-blog-desc {
    font-size: 0.92rem;
    line-height: 2;
  }

  .latestBlogSwiper {
    padding-inline: 0.5rem;
  }

  .latestBlogSwiper .swiper-slide {
    width: 85% !important;
  }
}

/* ========================= */
/* HEADER */
/* ========================= */
.latest-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* RIGHT */
.latest-blog-header-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* LEFT */
.latest-blog-navigation {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.latest-blog-prev,
.latest-blog-next {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media screen and (max-width: 768px) {
  .portfolio-header {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width: 576px) {
  .latest-blog-header {
    font-size: 1.6rem;
  }

  .latest-blog-prev,
  .latest-blog-next {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}

/* =========================
           MOBILE SIDEBAR MODAL
        ========================= */
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
           MAIN MODAL
        ========================= */
.mobile-sidebar-modal {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.mobile-sidebar-modal.active {
  transform: translateY(0);
}

.mobile-sidebar-modal {
  /* shadow feel */
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
  /* optional smooth look */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}

/* =========================
           HEADER
        ========================= */
.modal-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.modal-header-bar .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.modal-header-bar .close-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.modal-header-bar .close-btn:hover {
  background: #eaeaea;
}

/* =========================
           BODY
        ========================= */
.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
  /* بهتر شدن اسکرول روی موبایل */
  -webkit-overflow-scrolling: touch;
}

/* =========================
           SIDEBAR CARD
        ========================= */
.blog-sidebar-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #f1f1f1;
}

.blog-sidebar-card .sidebar-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

/* =========================
           SEARCH
        ========================= */
/* =========================
           CATEGORY LIST
        ========================= */
/* =========================
           OPEN BUTTON (mobile)
        ========================= */
/* =========================
           ANIMATION IMPROVEMENT
        ========================= */
.mobile-sidebar-modal {
  will-change: transform;
}



/* ========================= */
/* SINGLE BLOG SECTION */
/* ========================= */

.single-blog-section {
  background: #f7f7fb;
}




/* ========================= */
/* BREADCRUMB */
/* ========================= */

.single-blog-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .7rem;
  margin-bottom: 1.5rem;
  color: #6b7280;
  font-size: .92rem;
}

.single-blog-breadcrumb a {
  text-decoration: none;
  color: #6b7280;
  transition: .3s ease;
}

.single-blog-breadcrumb a:hover {
  color: #7c3aed;
}

.single-blog-breadcrumb .active {
  color: var(--theme-color);
  font-weight: 700;
}


/* ========================= */
/* TITLE */
/* ========================= */

.single-blog-title {
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1.7rem;
  letter-spacing: -.5px;
  max-width: 95%;
}




/* ========================= */
/* META */
/* ========================= */

.single-blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;

  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 1rem 1.3rem;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, .03);
}

.single-blog-meta-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.blog-meta-badge {
  background: rgba(124, 58, 237, .1);
  color: #7c3aed;
  padding: .6rem 1rem;
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 800;
}

.single-blog-author {
  color: #6b7280;
  font-size: .95rem;
}

.single-blog-author strong {
  color: #111827;
  font-weight: 800;
}

.single-blog-date {
  color: #6b7280;
  font-size: .92rem;
}


/* ========================= */
/* THUMB */
/* ========================= */

.single-blog-thumb {
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, .06);
}

.single-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ========================= */
/* TABLE CONTENT */
/* ========================= */

.blog-table-content {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid #ececec;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .03);
}

.blog-table-content-head {
  margin-bottom: 1.2rem;
}

.blog-table-content-head h2 {
  font-size: 1.15rem;
  font-weight: 900;
  color: #111827;
}

.blog-table-content-list {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  max-height: 320px;
  overflow-y: auto;
  padding-left: .3rem;
  scroll-behavior: smooth;
}

.blog-table-content-list::-webkit-scrollbar {
  width: 5px;
}

.blog-table-content-list::-webkit-scrollbar-thumb {
  background: rgba(124, 58, 237, .3);
  border-radius: 100px;
}

.blog-table-content-list a {
  text-decoration: none;
  background: #f9fafb;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  color: #111827;
  transition: .3s ease;
  font-weight: 700;
  border: 1px solid transparent;
}

.blog-table-content-list a:hover {
  background: rgba(124, 58, 237, .08);
  border-color: rgba(124, 58, 237, .1);
  color: #7c3aed;
  transform: translateX(-4px);
}


/* ========================= */
/* CONTENT */
/* ========================= */

.single-blog-content-box {
  margin-bottom: 2.5rem;
  scroll-margin-top: 140px;
}

.single-blog-content-box h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.single-blog-content-box p {
  color: #4b5563;
  line-height: 2.4;
  font-size: 1rem;
}


/* ========================= */
/* INNER IMAGE */
/* ========================= */

.single-blog-inner-image {
  margin-bottom: 2.5rem;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, .05);
}

.single-blog-inner-image img {
  width: 100%;
  display: block;
}


/* ========================= */
/* FAQ */
/* ========================= */



.single-blog-section-head {
  margin-bottom: 2rem;
}

.single-blog-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  
  margin-bottom: .8rem;
  color: #111827;
}

.single-blog-section-head p {
  color: #6b7280;
  line-height: 2;
}

.accordion-item {
  padding: 5px;
  border: none;
  overflow: hidden;
  border-radius: 22px !important;
  margin-bottom: 1rem;
  background: #fff;

}

.accordion-button {
  box-shadow: none !important;
  padding: 1.4rem 1.5rem;
  font-weight: 800;
  background: #fff;
  color: #111827;
  border: none;

  display: flex;
  align-items: center;
  justify-content: space-between;
}


.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #7c3aed;
}

.accordion-body {
  line-height: 2.2;
  color: #6b7280;
 
}


/* ========================= */
/* ABOUT */
/* ========================= */

.single-blog-about-box,
.single-blog-list-box {
  margin-top: 3rem;
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  border: 1px solid #ececec;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, .03);
}

.single-blog-about-box h2,
.single-blog-list-box h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #111827;
}

.single-blog-about-box p,
.single-blog-list-box p {
  line-height: 2.3;
  color: #4b5563;
}


/* ========================= */
/* LIST */
/* ========================= */

.single-blog-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-blog-list-box ul li {
  position: relative;
  padding-right: 1.6rem;
  color: #4b5563;
  line-height: 2;
}

.single-blog-list-box ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7c3aed;
}


/* ========================= */
/* RELATED */
/* ========================= */

.related-blog-sidebar {
  top: 120px;
}

.related-blog-head {
  margin-bottom: 1.5rem;
}

.related-blog-head h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #111827;
}



@media screen and (max-width: 1200px) {

  .single-blog-title {
    font-size: 1.2rem;

  }

  .single-blog-content-box h2 {
    font-size: 1.1rem;
  }

  .single-blog-content-box p {
    font-size: .9rem;
  }

}

@media screen and (max-width: 992px) {



  .single-blog-title {
    font-size: 1.3rem;

  }

  .single-blog-content-box h2 {
    font-size: 1.2rem;
  }

  .single-blog-content-box p {
    font-size: 1rem;
  }

}


@media screen and (max-width: 576px) {

  .single-blog-thumb {
    border-radius: 20px;
  }

  .blog-table-content {
    padding: 1rem;
    border-radius: 20px;
  }

  .single-blog-about-box,
  .single-blog-list-box {
    padding: 1.3rem;
    border-radius: 20px;
  }

  .single-blog-meta {
    padding: 1rem;
    border-radius: 20px;
  }

  .accordion-button {
    padding: 1.1rem;
    font-size: .92rem;
  }

  .accordion-body {
    font-size: .92rem;
  }


  .single-blog-title {
    font-size: 1.3rem;

  }

  .single-blog-content-box h2 {
    font-size: 1.2rem;
  }

  .single-blog-content-box p {
    font-size: 1rem;
  }

  .single-blog-content-box {
    margin-bottom: 1rem;
  }

  .single-blog-breadcrumb {
    font-size: .7rem;
  }

  .accordion-button::after {
    margin-right: 10px;
  }

  .accordion-button {
    text-align: right;
    padding: 1.1rem;
    font-size: .9rem;
    line-height: 1.8rem;


  }

  .accordion-button:not(.collapsed) {
    text-align: right;
    line-height: 1.8rem;
    font-size: .9rem;
  }

  .accordion-body {
    font-size: .8rem;
  }

  .single-blog-about-box h2,
  .single-blog-list-box h2 {
    font-size: 1.2rem;
  }

  .single-blog-about-box p {
    font-size: 1rem;
  }

  .single-blog-list-box li {
    font-size: 1rem;
  }

}

@media screen and (max-width: 367px) {

  .single-blog-thumb {
    border-radius: 20px;
  }

  .blog-table-content {
    padding: 1rem;
    border-radius: 20px;
  }

  .single-blog-about-box,
  .single-blog-list-box {
    padding: 1.3rem;
    border-radius: 20px;
  }

  .single-blog-meta {
    padding: .8rem;
    border-radius: 20px;
  }

  .accordion-button {
    padding: 1.1rem;
    font-size: .92rem;
  }




  .single-blog-title {
    font-size: 1.1rem;

  }

  .single-blog-content-box h2 {
    font-size: 1rem;
  }

  .single-blog-content-box p {
    font-size: .8rem;
  }

  .single-blog-content-box {
    margin-bottom: 1rem;
  }

  .single-blog-breadcrumb {
    font-size: .7rem;
  }

  .single-blog-author {
    color: #6b7280;
    font-size: .7rem;
  }

  .single-blog-date {
    color: #6b7280;
    font-size: .7rem;
  }

  .single-blog-about-box h2,
  .single-blog-list-box h2 {
    font-size: 1rem;
  }

  .single-blog-about-box p {
    font-size: .9rem;
  }

  .single-blog-list-box li {
    font-size: .9rem;
  }


}






















/* =========================
   NX UNIQUE FAQ STYLE
========================= */

.nx-faq-shell {
  margin-top: 40px;
}

.nx-faq-top {
  text-align: right;
  margin-bottom: 26px;
}

.nx-faq-top h2 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--theme-color-100);
  margin-bottom: 8px;
}

.nx-faq-top p {
  margin: 0;
  color: #777;
  font-size: .95rem;
}

.nx-faq-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nx-faq-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(76, 64, 146, .12);
  box-shadow:
    0 10px 30px rgba(60, 52, 118, .05);

  transition: .35s ease;
}

.nx-faq-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 40px rgba(60, 52, 118, .08);
}

.nx-faq-trigger {
  color: var(--theme-color);
  width: 100%;
  border: none;
  background: #fff;
  padding: 18px 22px;
  text-align: right;
  font-size: 1rem;
  font-weight: 800;
  color: var(--theme-color-100);

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

  transition: .3s ease;
}

.nx-faq-trigger::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 300;
  transition: .3s ease;
}

.nx-faq-trigger:not(.collapsed) {
  color: var(--theme-color);
  background:
    linear-gradient(135deg,
      rgba(76, 64, 146, .08),
      rgba(60, 52, 118, .03));
}

.nx-faq-trigger:not(.collapsed)::after {
  color: var(--theme-color);
  transform: rotate(45deg);
}

.nx-faq-content {
  padding: 0 22px 20px;
  font-size: .93rem;
  line-height: 2;
  color: #555;
}

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

  .nx-faq-top h2 {
    font-size: 1.5rem;
  }

  .nx-faq-trigger {
    font-size: .92rem;
    padding: 16px 18px;
  }

  .nx-faq-content {
    font-size: .88rem;
    padding: 0 18px 18px;
  }

}


:root {
  --theme-primary: #7b24d7;
  --theme-primary-light: #f4ebff;
  --theme-primary-dark: #5d14ac;
  --theme-hover: #9333ea;
  --theme-text: #161616;
}



/* ========================= */
/* CONTAINER */
/* ========================= */

.courses-slider-container {
  max-width: 1400px;
  margin: auto;
  position: relative;
  padding-bottom: 80px;
}

.section-title {
  text-align: center;
  margin-bottom: 2.5rem;

  font-size: 2.5rem;
  font-weight: 900;

  color: var(--theme-primary);
}

/* ========================= */
/* CARD */
/* ========================= */

.course-card {
  position: relative;


  border-radius: 30px;
  overflow: hidden;

  height: 100%;

  display: flex;
  flex-direction: column;

  border: 1px solid rgba(123, 36, 215, .10);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;


}

/* لینک کل کارت */

.course-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* هاور کارت */

.course-card:hover {

  border-color: rgba(123, 36, 215, .25);


}

/* ========================= */
/* IMAGE */
/* ========================= */

.card-img-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.card-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
      rgba(123, 36, 215, .10),
      transparent);

  opacity: 0;
  transition: .4s;
}

.course-card:hover .card-img-wrapper::after {
  opacity: 1;
}

.course-img {
  width: 100%;
  aspect-ratio: 16/10;

  object-fit: cover;

  transition: transform .6s ease;

  display: block;
}

.course-card:hover .course-img {
  transform: scale(1.06);
}

/* ========================= */
/* CONTENT */
/* ========================= */

.card-body-custom {
  padding: 1.3rem;

  display: flex;
  flex-direction: column;
  flex: 1;

  position: relative;
  z-index: 2;
}

.course-title {
  font-size: 1.5rem;
  font-weight: 800;

  color: #151515;

  line-height: 1.5;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;

  min-height: 58px;

  margin-bottom: 10px;
}

.course-description {
  font-size: 1rem;

  line-height: 2;

  color: #666;

  display: -webkit-box;

  overflow: hidden;

  min-height: 52px;

  margin-bottom: 1rem;
}

/* ========================= */
/* INFO */
/* ========================= */

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 10px;

  margin-bottom: 1.1rem;

  flex-wrap: wrap;
}

.course-status {
  background: var(--theme-primary-light);

  color: var(--theme-primary);

  padding: 6px 12px;

  border-radius: 50px;

  font-size: .72rem;
  font-weight: 700;

  display: flex;
  align-items: center;
  gap: 6px;
}

.course-price {
  font-size: 1.2rem;
  font-weight: 900;

  color: var(--theme-primary-dark);
}

.price-unit {
  font-size: .72rem;
  font-weight: 500;

  color: #777;
}

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

.button-group {
  display: flex;
  gap: 12px;

  margin-top: auto;

  position: relative;
  z-index: 5;
}

.btn-custom {
  flex: 1;

  border: none;

  border-radius: 60px;

  padding: 11px 14px;

  font-size: .82rem;
  font-weight: 700;

  transition: .25s;

  cursor: pointer;

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

  text-decoration: none;
}

/* ثبت نام */

.btn-register {
  background: var(--theme-primary);
  color: #fff;


}


/* مشاهده دوره */

.btn-more {
  background: #f6f1ff;

  color: var(--theme-primary);

  border: 1px solid rgba(123, 36, 215, .12);
}

.btn-more:hover {
  background: #efe5ff;

  color: var(--theme-primary-dark);
}

/* ========================= */
/* NAVIGATION */
/* ========================= */

.swiper-nav-buttons {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  justify-content: center;

}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 52px;
  height: 52px;

  border-radius: 50%;


  color: var(--theme-primary);

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

  font-size: 1.1rem;

  cursor: pointer;

  transition: .3s;


}



.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/* ========================= */
/* SWIPER */
/* ========================= */

.swiper-slide {
  height: auto;
}

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

@media(max-width:576px) {

  .card-body-custom {
    padding: 1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .course-title {
    font-size: 1rem;
    min-height: auto;
  }

  .course-price {
    font-size: 1rem;
  }

  .btn-custom {
    font-size: .72rem;
    padding: 10px 10px;
  }


}


.lock-icon svg {
  color: var(--theme-color);
}

:root {

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

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

  --alert-text: black;

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

  --alert-radius: 18px;

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

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

  --alert-width: 420px;

  --alert-zindex: 999999;

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

}

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

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

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

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

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

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

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



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

.custom-alert {

  position: fixed;

  top: 25px;
  left: 50%;

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

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

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

  opacity: 0;
  visibility: hidden;

  transition: var(--alert-transition);

  padding: 0 14px;

}


.custom-alert.show {

  opacity: 1;
  visibility: visible;

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

}


.alert-box {

  position: relative;

  overflow: hidden;

  background: rgb(255 255 255);

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

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

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

  padding: 18px 18px;

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

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

}


.alert-box::before {

  content: "";

  position: absolute;

  right: 0;
  top: 0;

  width: 6px;
  height: 100%;

  border-radius: 20px;

}


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

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

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


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


.alert-icon {

  width: 52px;
  height: 52px;

  border-radius: 14px;

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

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

  flex-shrink: 0;

}


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

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

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


.alert-texts h5 {

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

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

}

.alert-texts p {

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

  font-size: 13px;

}


.close-alert {

  border: none;

  width: 42px;
  height: 42px;

  border-radius: 12px;

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

  color: #ff0000;

  transition: .3s;

  flex-shrink: 0;

}

.close-alert:hover {

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

  transform: rotate(90deg);

}



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

@media(max-width:576px) {

  .custom-alert {
    top: 16px;
  }

  .alert-box {
    padding: 16px;
  }

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


}

.custom-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    animation: fadeIn 0.2s ease;
}

.custom-modal-overlay.hide {
    animation: fadeOut 0.2s ease forwards;
}

.custom-modal {
    width: 90%;
    max-width: 420px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: scaleIn 0.2s ease;
}

.modal-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.modal-message {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 20px;
}

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

/* دکمه‌ها */
.modal-btn {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

/* دکمه تایید (همون بنفش خودت) */
.modal-btn-confirm {
    background: #7c3aed;
    color: #fff;
}

.modal-btn-confirm:hover {
    background: #6d28d9;
    transform: translateY(-2px);
}

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

.modal-btn-cancel:hover {
    background: #4b5563;
    transform: translateY(-2px);
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ریسپانسیو */
@media (max-width: 576px) {
    .modal-buttons {
        flex-direction: column;
    }

    .modal-btn {
        width: 100%;
    }
}

.container .section-1 .item-right-top-section,
.section-1 .section-1 .item-right-top-section {
  margin-top: 170px;
}

.container .section-1 .item-right-top-section p.text, .section-1 .section-1 .item-right-top-section p.text {
    margin-top: 30px;

}

.container .section-1 .item-right-bottom-section {
      margin-top: 30px;

}

@media (max-width: 992px) {


  .bloco-index{
      margin-top: 0px;
   

  }

 
 .container .section-1 .item-right-top-section,
.section-1 .section-1 .item-right-top-section {
  margin-top: 0px;
}

.container .section-1 .item-right-top-section p.text, .section-1 .section-1 .item-right-top-section p.text {
    margin-top: 0px;

}

.container .section-1 .item-right-bottom-section {
      margin-top: 0px;

}
}


@media (max-width: 476px) {


  .bloco-index{
      margin-top: 0px;
   

  }

  .bloco-index.bloco-index {
 justify-content: center;
    align-items: center;
  }
 .container .section-1 .item-right-top-section,
.section-1 .section-1 .item-right-top-section {
  margin-top: 0px;
}

.container .section-1 .item-right-top-section p.text, .section-1 .section-1 .item-right-top-section p.text {
  text-align: center;
    margin-top: 0px;

}

.container .section-1 .item-right-bottom-section {
      margin-top: 0px;

}
}


.slider-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--theme-color);
}

@media (max-width: 1200px) {
  .slider-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--theme-color);
}
}
@media (max-width: 992px) {
  .slider-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--theme-color);
}
}
@media (max-width: 321px) {
  .slider-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--theme-color);
}
}


.about-me-section {
  position: relative;
  overflow: hidden;

  .about-me-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 60px;
    position: relative;
  }

  .about-content {
    position: relative;
    z-index: 3;
  }

  .about-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(106, 17, 203, 0.08);
    color: #6a11cb;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
  }

  .about-title {
   font-size: 30px;
    line-height: 1.9;
    font-weight: 900;
    color: #181818;
    letter-spacing: -1px;
  }

  .about-text {
    font-size: .9rem;
        line-height: 2.2;
    color: #555;
    max-width: 95%;
    margin: 0;
  }

  .about-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width:400px;
    height:400px;
    

    img {
      
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      border-radius: 32px;
      object-fit: cover;
      transition: all 0.4s ease;
    }

    &:hover img {
      transform: translateY(-8px);
    }
  }
}





@media (max-width: 1200px) {

  .about-me-section .about-me-box {
     
    gap: 0px;
    
  }

  .about-me-section .about-text  {
      font-size: .8rem;

  
}

}


@media (max-width: 992px) {

  .about-me-section {
    padding: 0 !important;
  }

  .about-me-section .about-me-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 50px 40px;

    overflow: hidden;
    border-radius: 30px;
  }

  .about-me-section .about-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 1;
  }

  .about-me-section .about-image img {
    width: 100%;
    height: 100%;

    max-width: none;
    border-radius: 0;

    object-fit: cover;
    object-position: center top;
  }

.about-me-section .about-image::after {
  content: "";
  position: absolute;
  inset: 0;

background: linear-gradient(180deg, rgb(0 0 0 / 33%) 0%, rgb(0 0 0 / 72%) 45%, rgb(0 0 0 / 76%) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(6px);

  z-index: 2;
}

  .about-me-section .about-content {
    position: relative;
    z-index: 5;

    max-width: 600px;
    text-align: center;
  }

  .about-me-section .about-title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-shadow: 0 4px 15px rgba(0,0,0,.4);
  }

  .about-me-section .about-text {
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 2.2;
    max-width: 100%;
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
  }

  .about-me-section .about-badge {
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(15px);
    color: #fff;
  }
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;

  margin-top: 35px;
}

.stat-card {
  position: relative;

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

  text-align: center;

  min-height: 120px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.85);

  backdrop-filter: blur(14px);

  border: 1px solid rgba(106, 17, 203, 0.1);

  

  overflow: hidden;

  transition: all .35s ease;

  &::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
      90deg,
      #6a11cb,
      #8e2de2
    );
  }

  
}

.stat-number {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;

  margin-bottom: 10px;

  color: #6a11cb;
}

.stat-number::after {
  content: "+";
}

.stat-label {
  font-size: .85rem;
  font-weight: 700;

  color: #555;

  line-height: 1.6;
}

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

@media (max-width: 768px) {

  .about-stats {
    gap: 8px;
    margin-top: 25px;
  }

  .stat-card {
    min-height: 85px;
    border-radius: 16px;
    padding: 8px;
  }

  .stat-number {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .stat-label {
    font-size: .65rem;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {

  

  .about-me-section .about-title {
    font-size: 1rem;
    line-height: 1.7;
  }

  .about-me-section .about-text {
    font-size: 12px;
    line-height: 2;
  }

  .about-me-section .about-image img {
    object-position: center center;
  }
}

@media (max-width: 376px) {

   .about-me-section .about-title {
    font-size: .9rem;
    line-height: 1.7;
  }

      .about-me-section .about-me-box {
        
        padding: 20px;
      }
}
@media (max-width: 321px) {

   .about-me-section .about-title {
    font-size: 1.2rem;
    line-height: 1.7;
  }

      .about-me-section .about-me-box {
        
        padding: 20px;
      }
}



@media (max-width: 992px) {
  footer{
          margin-bottom: 130px;
      

  }
}





/* تعریف متغیر رنگ تم شما */
:root {
    --theme-color: #7b24d7;
    --text-main: #333c4c;
    --text-muted: #7f8c9f;
    --bg-hover: #f3e8ff; /* بک‌گراند ملایم برای هوور متمایل به رنگ تم */
}

/* استایل کلی کانتینر آکاردئون */
.course-accordion {
    max-width: 100%;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif; /* فونت پیشفرض یا فونت سایت خود را جایگزین کنید */
    direction: rtl;
}

.accordion-item {
    background: #ffffff;
    border-radius: 16px;
   
    margin-bottom: 10px;
    overflow: hidden;
}

/* هدر آکاردئون (عنوان اصلی دوره) */
.accordion-header {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    color: var(--text-main);
}

.HeadingSection {
    font-size: 0.9rem;
    color: var(--theme-color);
    background: var(--bg-hover);
    padding: 4px 10px;
    border-radius: 8px;
    margin-left: 12px;
}

.accordion-title {
    font-size: 1.1rem;
    flex-grow: 1;
}

.accordion-icon svg {
    color: var(--theme-color);
    width: 22px;
    height: 22px;
}

/* بدنه آکاردئون و لیست جلسات */
.accordion-body {
    
    background: #ffffff;
    /* ایجاد شمارنده خودکار برای جلسات */
    counter-reset: lesson-counter; 
}

/* استایل آیتم‌های هر جلسه (لینک‌ها) */
.lesson-item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 16px;
    margin-bottom: 10px;
    background: #f8fafc;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.lesson-item:last-child {
    margin-bottom: 5px;
}

/* افکت هوور جذاب سبک سبزلرن */
.lesson-item:hover {
  
    border-color: var(--theme-color);
    transform: translateY(-2px);
}

/* استایل عنوان جلسه (بالا سمت راست) */
.lesson-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.lesson-item:hover .lesson-title {
    color: var(--theme-color);
}

/* اضافه کردن عدد به صورت خودکار کنار تایتل */
.lesson-title::before {
    counter-increment: lesson-counter;
    content: counter(lesson-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #e2e8f0;
    color: #64748b;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.lesson-item:hover .lesson-title::before {
    background: var(--theme-color);
    color: #ffffff;
}

/* استایل بخش زمان و آیکون قفل (پایین سمت چپ) */
.lesson-duration {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    align-self: flex-end; /* هدایت به سمت چپ در حالت RTL */
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #edf2f7;
}



@media (max-width: 768px) {
    .accordion-header {
        padding: 14px 15px;
    }
    
    .accordion-title {
        font-size: 0.95rem;
    }
    
    .HeadingSection {
        font-size: 0.8rem;
        padding: 2px 8px;
    }

    .lesson-item {
        padding: 12px;
    }

    .lesson-title {
        font-size: 0.88rem;
        margin-bottom: 10px;
    }

    .lesson-title::before {
        width: 20px;
        height: 20px;
        font-size: 0.75rem;
    }

    .lesson-duration {
        font-size: 0.78rem;
        padding: 3px 8px;
    }
}