.title-workshop {
  font-weight: 600;
  font-size: 22px;
}

#loadMoreReviews {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#loadMoreReviews:hover {
  background-color: #333;
  transform: translateY(-2px);
}

#loadMoreReviews:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.review-card {
  background-color: #e6e5e1;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 450px;
  max-height: 650px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.review-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.review-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.review-username {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.2rem;
}

.review-rating {
  margin-top: 10px;
  font-size: 24px;
  color: #000;
}

.review-rating i {
  font-size: 24px;
  margin-right: 3px;
  transition: color 0.3s ease;
}

/* Active star (solid black) */
.review-rating i.text-black {
  color: #000 !important;
}

/* Inactive star with border effect */
.review-rating i.inactive {
  color: #e6e5e1 !important;
  text-shadow: 0 0 1px #000;
}

/* Date styling */
.review-date {
  font-size: 0.9rem;
  color: #444;
}

/* Description with ellipsis after 3 lines */
.review-desc {
  text-align: left;
  font-size: 20px;
  margin-top: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-lead {
  color: #333;
}

.p_box .product-box-5 h5 .price {
  font-size: calc(18px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.fav-box {
  border: 1px solid #1c6274;
  padding: 8px;
  border-radius: 6px;
}

.fav-box a {
  color: #1c6274;
}

.fav-box a svg {
  height: 20px;
}

.buy_now {
  background-color: #1c6274;
}

.product-box-5 .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}

.product-box-5:hover .wishlist-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.selection-area {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.selection-area span {
  font-size: 50px;
  font-weight: bold;
}

.selection-area img {
  width: 25% !important;
  max-height: 250px !important;
  object-fit: cover;
}

.selection_div {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.selection_div img {
  width: 100% !important;
}

.selection_div span {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 4px;
}

.custom-whtsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 17px;
  width: 320px;
  transition: background-color 0.4s ease;
}

.custom-whtsapp-btn:hover {
  color: white !important;
  background-color: #42b36c;
}

.font-bigg {
  font-size: 24px;
}

.custom-share-product {
  color: #333333;
}

b,
strong {
  font-weight: 300;
  color: black;
  font-size: 17px;
}

.side-modal.show {
  display: flex !important;
  flex-direction: row-reverse;
}

.side-modal .modal-dialog {
  transform: translate(0, 0);
  pointer-events: auto;
  margin: 0px;
  display: flex;
  flex: auto;
  max-width: 100vw;
  position: relative;
  width: auto;
}

.side-modal .modal-header {
  background: black;
  padding: 5px 15px !important;
}

.side-modal .modal-header .modal-title {
  font-size: 25px !important;
  color: white !important;
  padding: 0 !important;
  margin: 0 !important;
}

.side-modal .modal-header .btn-close {
  top: 10px !important;
  right: 8px !important;
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  padding: 4px !important;
}

.side-modal .modal-header .btn-close i {
  color: black !important;
}

.container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.relative-display {
  position: relative;
  /* padding-top: 20px; */
  /* padding-bottom: 2px; */
}

.custom-arrows {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-arrows button {
  border: none;
  color: white;
  margin: -1px 17px 0px 11px;
  padding: 5px 0px;
  background: rgba(0, 0, 0, 0.75);
  transition: background 0.3s ease;
}

.custom-arrows button i {
  transform: rotate(90deg);
}

.left-slider-image-2 .slick-list {
  height: 100% !important;
  max-height: 475px;
}

.slick-list .slick-track {
  display: inherit !important;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 8px;
}

.scroll-container::-webkit-scrollbar {
  height: 6px;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/*
   .left-slider .slick-list .slick-track .slick-slide img {
      -webkit-filter: grayscale(20%) blur(0px);
      filter: grayscale(20%) blur(0px);
      opacity: 0.8;
      border-radius: 4px;
      cursor: pointer;
   }

   .left-slider .slick-list .slick-track .slick-slide.slick-current img {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.16);
      box-shadow: 0 0 8px rgba(34, 34, 34, 0.16);
      border: 1px solid #6da1c9;
   } */

/* .product-main-2 .img-product-slider {
      height: 555px !important;
      width: 100% !important;
      object-fit: cover;
   }  */

.btn1,
.btn2 {
  border: 1px solid #13405d;
  color: #000;
  background-color: white;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 15px;
}

.cart_btn {
  background-color: #000 !important;
}

.qty-box .input-group {
  border: 1px solid #ddd;
}

#twitter-share-button,
#facebook-share-button,
#whatsapp-share-button {
  display: inline-flex;
  align-items: center;
  padding: 2px 4px;
  margin: 5px;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.button-icon {
  margin-right: 6px;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-facebook-f {
  color: #4267b2;
}

.fa-whatsapp {
  color: #42b36c;
}

.gallery-text {
  font-size: 14px;
}

/* Media query for small screens */
@media only screen and (max-width: 600px) {
  .product-main-2 .img-product-slider {
    /* max-height: 550px !important; */
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
  }

  .ptd3r {
    padding-top: 15px;
  }

  .right-box-contain h2 {
    font-size: 32px !important;
  }

  .gallery-image {
    max-width: 280px !important;
  }
}

@media (max-width: 400px) {
  .gallery-image {
    max-width: 260px !important;
  }
}

@media only screen and (max-width: 320px) {
  .gallery-image {
    max-width: 200px !important;
  }

  .gallery-text {
    font-size: 8px !important;
  }
}

.text1 {
  color: black;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.text2 {
  color: #444;
  font-size: 18px !important;
}

.price-txt {
  font-size: 28px !important;
}

.price-lbl {
  font-size: 25px !important;
}

.product-image {
  position: relative;
  display: inline-block;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.product-image:hover .hover-image {
  opacity: 1;
}

.product-image:hover .original-image {
  opacity: 0;
}

.product-box-5 {
  position: relative;
}

.product-box-5:hover {
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s ease;
}

.terms-container {
  max-width: 800px;
  margin: 50px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.terms-container h2 {
  color: #333;
  margin-bottom: 20px;
}

.terms-container ul {
  padding-left: 20px;
}

.terms-container li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-container {
  max-width: 800px;
  margin: 50px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.policy-container h2 {
  color: #333;
  margin-bottom: 20px;
}

.policy-container ul {
  padding-left: 20px;
}

.policy-container li {
  margin-bottom: 15px;
  line-height: 1.6;
}

@media (max-width: 747px) {
  .saf-select,
  button.res-fnt-2 {
    border-radius: 23px;
    align-items: center;
    font-weight: 500;
    color: dodgerblue;
    border: none;
    background: lightgray;
    text-align: center !important;
    background: #d3d3d387;
  }
}

.product-package .form-check {
  min-height: 1.5rem;
  padding-left: 0px;
  /* margin-bottom: 10px; */
  /* margin-right: 10px; */
}

.product_s {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product-package .select-package .form-check-input {
  display: none;
}

.product-package .form-check-label {
  border-radius: 4px;
  border: 2px solid #ddd !important;
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.product-package .form-check-input:checked ~ .form-check-label {
  border: 2px solid #13405d !important;
  display: flex;
  flex-direction: column;
  /* background: #d1ac3f; */
  /* color: #fff; */
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

.group-box:hover,
.group-box.active {
  border: 1px solid #d1ac3f !important;
}

.product-package .form-check-label {
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  height: 35px;
  min-width: 80px;
}

.product-main-3 img {
  width: 66% !important;
  height: auto;
  display: block;
  margin: 0 auto;
  /* centers the image */
}

.group-box {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
}

.group-box img {
  width: 100%;
  height: 100px;
}

.fnt-16 {
  font-size: 16px;
}

.payment-choice-group {
  display: grid;
  gap: 12px;
  margin: 12px 0 18px;
}

.pay-card {
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pay-card input[type="radio"] {
  margin-right: 12px;
  transform: translateY(2px);
}

.pay-card .pay-card-body {
  display: inline-block;
  vertical-align: middle;
}

.pay-card .pay-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.pay-card .pay-amount strong {
  font-weight: 700;
}

.pay-card del {
  color: #8a8a8a;
  margin-right: 8px;
}

.pay-card:hover {
  border-color: #c9c9c9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pay-card input[type="radio"]:checked + .pay-card-body,
.pay-card:has(input[type="radio"]:checked) {
  border-color: #d0d0d0;
}
