:root {
  --best-color: #F4B19F;
  --best-color-2: #FCE7E1;
  --heading: #3F3835;
}

.best-page {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 98.5%, rgba(255, 255, 255, 0) 100%);
}

.best-page .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.best-page .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.best-page .header::after {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: right top;
  background-image: url('../images/header-after.svg');
}

.best-page .header .container {
  z-index: 2;
  position: relative;
}

.best-page .header .btn-best-page {
  background-color: var(--best-color);
  box-shadow: 0 4px 30px 0 rgba(244, 177, 159, 0.5);
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 16px;
}

.best-page .header .btn-best-page:hover {
  box-shadow: 0 0 0 0 rgba(244, 177, 159, 0.5);
}

.best-page .header h1 {
  font-family: 'yekanBakh-bold';
  color: var(--heading);
}

.best-page .header h1 span {
  color: var(--best-color);
}

.best-page .header .kaj-label {
  background-color: #FEF7F5;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 7px 7px 7px 20px;
  gap: 8px;
  border-radius: 100px;
  font-size: 14px;
}

.best-page .header .bg-inner {
  background-repeat: no-repeat;
  height: 515px;
}

@media (min-width: 576px) {
  .best-page .header .bg-inner {
    background-size: contain;
    width: 400px;
  }

  .best-page .header .bg {
    width: max-content;
  }

  .best-page .products {
    border-radius: 75px 75px 0 0;
  }
}


@media (max-width: 576px) {
  .best-page .header .bg-inner {
    background-size: cover;
    width: 100%;
    border-radius: 1000px 1000px 0 0;
    background-position: center;
  }

  .best-page .header .bg {
    width: 100%;
    margin-top: 3rem;
  }

  .best-page .header .carousel-control {
    display: none !important;
  }

  .best-page .products {
    border-radius: 40px 40px 0 0;
  }
}

.best-page .header .carousel img {
  object-fit: contain;
  margin: auto;
}

.best-page .header .bg {
  border: 1px solid var(--best-color);
  border-radius: 1000px 1000px 0 0;
  margin-right: auto;
}

.best-page .header .carousel-indicators {
  left: 0 !important;
  right: 0 !important;
  width: max-content;
  bottom: 0 !important;
  margin: auto !important;
  background-image: url('../images/subtract.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 14px 80px;
}

.best-page .header .carousel-indicators {
  gap: 4px;
}

.best-page .header .carousel-indicators [data-bs-target] {
  height: 5px;
  width: 15px;
  background-color: #E6E6E6;
  opacity: 1;
  border: 0;
  margin: 0;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.best-page .header .carousel-indicators .active {
  background-color: var(--best-color);
  width: 20px;
}

.best-page .header .carousel-control {
  position: absolute;
  right: 108%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.best-page .header .carousel-control-prev,
.best-page .header .carousel-control-next {
  background-color: var(--best-color);
  color: #3F3835 !important;
  width: 35px;
  height: 35px;
  opacity: 1;
  border-radius: 12.8px;
  position: unset;
  margin: 0;
}

.best-page .header .ai-pattern {
  top: 40px;
  right: 80px;
}

.best-page .products {
  background-color: #F7F7F7;
}

.best-page h2 {
  font-family: 'yekanBakh-bold';
  color: var(--heading) !important;
}

.best-page .products .btn-cta-consulting {
  border-width: 1px;
  border-style: solid;
  border-color: var(--heading);
  color: var(--heading);
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 16px;
}

.best-page .products .btn-cta-consulting:hover {
  background-color: var(--heading);
  color: #fff;
}

.best-page .products .price {
  font-family: 'yekanBakh-semi-bold';
  font-size: 16px;
}

.best-page .products .price small {
  font-family: 'yekanBakh-light';
  font-size: 12px;
}

.best-page .products .discount {
  background-color: #FCE7E1;
  color: #926A5F;
  width: max-content;
  padding: 6px;
  font-size: 16px;
  border-radius: 5px;
}

.best-page .products .discount small {
  font-family: 'yekanBakh-semi-bold';
  font-size: 16px;
  display: flex;
  margin-top: 2px;
  height: 14px;
  align-items: center;
  border-radius: 29px;
}

.best-page .products .pro-table .card {
  border-radius: 24px;
  border-color: #fff;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.best-page .products .pro-table .card:hover {
  border-color: var(--best-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.pro-table {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}

.pro-table .btn-more-pro {
  background-color: var(--best-color-2);
  border-radius: 16px;
  color: var(--heading);
  padding: 10px 20px;
}

.product {
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  /* margin-bottom: 20px; */
  background: #FEF7F5;
  border-color: #FCE7E1;
  transition: all 0.3s ease;
  position: relative;
}

.product:last-child {
  margin-bottom: 0px;
}

.product.expanded {
  background: #fff;
  border-color: var(--best-color);
}

.product img {
  border-radius: 15px;
}

.product .description-p {
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  transition: all 0.3s ease;
  -webkit-box-orient: vertical;
}

.product ul {
  overflow: hidden;
  list-style-type: disc;
  transition: max-height 0s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product li {
  gap: 6px;
  display: flex;
  font-size: 14px;
  align-items: flex-start;
  justify-content: flex-start;
}

.product li i {
  font-size: 7px;
  align-items: center;
  margin-top: 9px;
}

.product.expanded ul {
  max-height: 1000px;
}

.show-more {
  gap: 6px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  display: flex;
  font-size: 14px;
  padding: 8px 14px;
  width: max-content;
  position: absolute;
  border-radius: 16px;
  align-items: center;
  color: var(--heading);
  transition: background 0.3s;
  background: var(--best-color-2);
}

.show-more:hover {
  background: var(--best-color-2);
}

.faq .accordion {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.faq .accordion-item {
  background: #F8F9FA;
  border-radius: 16px;
}

.faq .accordion-header {}

.faq .accordion-button {
  border: 1px solid #DEE2E6;
  border-radius: 16px !important;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  border-bottom: none;
  background: transparent;
  color: #B78577;
  border-radius: 16px 16px 0 0 !important;
}

.faq .accordion-collapse {
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  border-left: 1px solid #DEE2E6;
  borfer-top: 0px;
  border-radius: 0 0 16px 16px !important;
}

.faq .accordion-collapse.show {}

.faq .accordion-body {
  color: #4D4D4D;
  font-size: 14px;
}

@media (min-width: 576px) {
  .product .description-p {
    -webkit-line-clamp: 4;
  }

  .product ul {
    max-height: 6em;
  }

  .product .description-p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .product .description-p {
    -webkit-line-clamp: 3;
  }

  .product ul {
    max-height: 4.5em;
  }

  .product {
    padding-bottom: 2rem;
  }

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

.product.expanded .description-p {
  -webkit-line-clamp: unset;
}

.best-page .comments {
  background-color: #F7F7F7;
}

.best-page .comments .commentsSwiper::before,
.best-page .comments .commentsSwiper::after {
  position: absolute;
  width: 3.75rem;
  content: '';
  z-index: 2;
  bottom: 0;
  top: 0;
}

.best-page .comments .commentsSwiper::before {
  right: 0;
  left: auto;
  background: linear-gradient(-90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.best-page .comments .commentsSwiper::after {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.best-page .comments .swiper-button-next,
.best-page .comments .swiper-button-prev {
  background-color: #fff;
  color: #333 !important;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
}

.best-page .comments .swiper-button-next {
  right: 0px;
}

.best-page .comments .swiper-button-prev {
  left: 0px;
}

.best-page .comments .swiper-button-next::after,
.best-page .comments .swiper-button-prev::after {
  font-size: 14px;
}

.best-page .comments .swiper-button-next.swiper-button-disabled,
.best-page .comments .swiper-button-prev.swiper-button-disabled {
  box-shadow: unset !important;
  opacity: 0;
}

.best-page .comments .card {
  background-color: #D9D9D9 !important;
  border-radius: 16px;
  border: none;
  opacity: .4;
}

.best-page .comments .swiper-slide.swiper-slide-active .card {
  background-color: #fff !important;
  opacity: 1;
}

.best-page .comments .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--best-color);
}

.best-page .comments .swiper-pagination {
  display: flex;
  width: max-content;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  gap: 6px;
}

.best-page .comments .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}

.best-page .description-section .bg-desk {
  background-color: #FAFAFC;
  border-radius: 24px;
}

.best-page .description-section .description {
  position: relative;
  max-height: 20em;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.best-page .description-section .description.expanded {
  max-height: 100%;
}

.best-page .description-section .show-more-btn {
  gap: 6px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  display: flex;
  font-size: 14px;
  padding: 8px 14px;
  width: max-content;
  position: absolute;
  border-radius: 16px;
  align-items: center;
  color: var(--heading);
  transition: background 0.3s;
  background: var(--best-color-2);
}

.best-page .description-section .description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7em;
  background: #FAFAFC;
  background: linear-gradient(360deg, rgba(250, 250, 252, 1) 0%, rgba(250, 250, 252, 0) 100%);
  transition: opacity 0.3s;
}

.best-page .description-section .description.expanded::after {
  opacity: 0;
    content: none;
}
