.workshop-listing-wrapper {
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}

.workshop-listing-wrapper .heading-wrapper .pill {
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #EB3B4D;
}

.workshop-listing-wrapper .heading-wrapper .w-heading {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
}

.workshop-listing-wrapper .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 5rem;
}

.workshop-listing-wrapper .card-wrapper .card {
  flex: 0 0 calc(33.33% - 1.375rem);
}

.workshop-listing-wrapper .card-wrapper .card .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  aspect-ratio: 1.6;
}

.workshop-listing-wrapper .card-wrapper .card .img-wrapper .pill {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(108 51 217 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.workshop-listing-wrapper .card-wrapper .card .content-wrapper {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.workshop-listing-wrapper .card-wrapper .card .content-wrapper .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.workshop-listing-wrapper .card-wrapper .card .content-wrapper .description b {
  font-weight: 500;
}

.workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper .profile {
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  border-radius: 9999px;
}

.workshop-listing-wrapper .c-heading-wrapper {
  display: none;
}

.workshop-listing-wrapper .courses-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.workshop-listing-wrapper .courses-wrapper .card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

.workshop-listing-wrapper .courses-wrapper .card .sub-heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.workshop-listing-wrapper .courses-wrapper .card .pill {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity, 1));
}

.workshop-listing-wrapper .courses-wrapper .card .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  max-height: 24.125rem;
}

.workshop-listing-wrapper .courses-wrapper .card .content-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 1.5rem; */
}

.workshop-listing-wrapper .courses-wrapper .card .content-wrapper .description {
  line-height: 1.5;
}

.workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

.workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper .btn-wrapper {
  margin-left: auto;
}

.workshop-g {
  padding-bottom: 5rem;
  padding-top: 0px;
}

.workshop-g .container {
  padding-inline: 0;
}

.workshop-g .container .heading {
  padding-inline: 5rem;
}

.workshop-g .workshop-g-swiper {
  padding-bottom: 2.25rem;
  margin-top: 5rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.workshop-g .workshop-g-swiper .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(235 59 77 / var(--tw-bg-opacity, 1));
}

.workshop-g .workshop-g-swiper .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.workshop-g .workshop-g-swiper .card-wrapper .card {
  overflow: hidden;
  border-radius: 1.5rem;
  aspect-ratio: 1.273;
  height: 25rem;
  width: 35rem;
}

.workshop-g .workshop-g-swiper.m-wrapper {
  display: none;
}

@media (max-width: 1536px) {
  .workshop-listing-wrapper {
    margin-bottom: 6.875rem;
  }

  .workshop-listing-wrapper .heading-wrapper .w-heading {
    margin-bottom: 4rem;
  }

  .workshop-listing-wrapper .card-wrapper {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 4rem;
  }

  .workshop-listing-wrapper .card-wrapper .card {
    flex: 0 0 calc(33.33% - 1rem);
  }

  .workshop-listing-wrapper .card-wrapper .card .img-wrapper .pill {
    left: 1.5rem;
    top: 1.5rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper {
    margin-top: 1.25rem;
    gap: 2rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .description {
    font-size: 1.5rem;
  }

  .workshop-listing-wrapper .courses-wrapper {
    gap: 3rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card {
    gap: 2rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .img-wrapper {
    max-height: 24.125rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .sub-heading {
    font-size: 2rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .description {
    font-size: 1.375rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper {
    gap: 3rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper .btn-wrapper .btn {
    font-size: 1.25rem;
    height: 3.25rem;
    width: 13.75rem;
  }

  .workshop-g .workshop-g-swiper {
    margin-top: 4rem;
  }

  .workshop-g .workshop-g-swiper .card-wrapper {
    gap: 2.5rem;
  }
}

@media (max-width: 1400px) {
  .workshop-listing-wrapper {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .workshop-listing-wrapper .heading-wrapper .w-heading {
    margin-bottom: 3.5rem;
  }

  .workshop-listing-wrapper .card-wrapper {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2.5rem;
  }

  .workshop-listing-wrapper .card-wrapper .card {
    flex: 0 0 calc(33.33% - 0.6875rem);
  }

  .workshop-listing-wrapper .card-wrapper .card .img-wrapper {
    border-radius: 1rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .img-wrapper .pill {
    left: 1rem;
    top: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper {
    margin-top: 1rem;
    gap: 1.5rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .description {
    font-size: 1.125rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper {
    gap: 0.5rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper .profile {
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
  }

  .workshop-listing-wrapper .courses-wrapper {
    gap: 2.5rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card {
    gap: 1.5rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .pill {
    left: 1rem;
    top: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .img-wrapper {
    border-radius: 1rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .sub-heading {
    font-size: 1.75rem !important;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .description {
    font-size: 1.25rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper {
    gap: 2.5rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper .btn-wrapper .btn {
    font-size: 1.125rem;
    height: 3rem;
    width: 12.5rem;
  }

  .workshop-g .workshop-g-swiper .card-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .workshop-listing-wrapper {
    margin-top: 2.5rem;
  }

  .workshop-listing-wrapper .heading-wrapper .w-heading {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    padding-top: 1.5rem;
  }

  .workshop-listing-wrapper .card-wrapper .card {
    flex: 0 0 calc(50% - 0.5rem);
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper {
    flex-wrap: wrap;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper .date {
    margin-left: 0px;
  }

  .workshop-listing-wrapper .courses-wrapper .card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .workshop-g {
    padding-bottom: 3rem;
    padding-top: 0px;
  }

  .workshop-g .heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .workshop-g .workshop-g-swiper {
    margin-top: 3rem;
  }

  .workshop-g .workshop-g-swiper .card-wrapper .card {
    aspect-ratio: 1.86;
  }

  .workshop-g .workshop-g-swiper.m-wrapper {
    display: flex;
  }
}

@media (max-width: 568px) {
  .workshop-listing-wrapper {
    margin-top: 2rem;
  }

  .workshop-listing-wrapper .heading-wrapper .pill {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .workshop-listing-wrapper .heading-wrapper .w-heading {
    margin-bottom: 2rem;
    border-top-width: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .workshop-listing-wrapper .card-wrapper {
    gap: 3rem;
  }

  .workshop-listing-wrapper .card-wrapper .card {
    flex: 0 0 100%;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper {
    margin-top: 1.25rem;
    gap: 1rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .description {
    font-size: 1rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper {
    gap: 0.75rem;
  }

  .workshop-listing-wrapper .card-wrapper .card .content-wrapper .flex-wrapper .profile {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }

  .workshop-listing-wrapper .courses-wrapper {
    gap: 4rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .workshop-listing-wrapper .courses-wrapper .card .pill {
    position: static;
  }

  .workshop-listing-wrapper .courses-wrapper .card .c-heading-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .img-wrapper {
    aspect-ratio: 1.786;
  }

  /* .workshop-listing-wrapper .courses-wrapper .card .img-wrapper .pill {
    display: none;
  } */

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .sub-heading {
    display: none;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper .btn-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .workshop-listing-wrapper .courses-wrapper .card .content-wrapper .flex-wrapper .btn-wrapper .btn {
    width: 100%;
    max-width: 100%;
    flex: 1 1 0%;
  }

  .workshop-g {
    padding-bottom: 2.5rem;
    padding-top: 0px;
  }

  .workshop-g .workshop-g-swiper {
    margin-top: 40px;
  }

  .workshop-g .workshop-g-swiper .card-wrapper .card {
    height: 20rem;
    width: 20rem;
  }
}
.tab-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 8px !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important; /* Firefox */
}

.tab-wrapper::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
}

.tab-wrapper .tab-btn {
  flex: 0 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 24px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 80px !important;
  background-color: rgba(242, 242, 242, 1) !important;
  color: rgba(0, 0, 0, 1) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;

  @media (max-width: 568px) {
    font-size: 16px !important;
  }

}

.tab-wrapper .tab-btn:hover {
  background-color: rgba(0, 0, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.tab-wrapper .tab-btn.active {
  background-color: rgba(0, 0, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}


.workshop-listing-wrapper .custom-grid-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;

  @media (max-width: 992px) {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  @media (max-width: 568px) {
    grid-template-columns: 1fr !important;
  }
}

.custom-card {
  background-color: rgba(242, 242, 242, 1);
  color:rgba(116, 116, 116, 1) !important;
  padding: 1.25rem !important; 
  border-radius: 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  /* justify-content: space-between !important; */
  /* gap: 24px !important; */
  height: 100% !important;
  position: relative !important;

  @media (max-width: 568px) {
    border-radius: 16px !important;
  }

}

.custom-img-wrapper {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  aspect-ratio: 1.5 !important;
  max-height: 18rem !important;
  position: relative !important;

  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

.custom-card .img-wrapper .pill {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  background-color: rgba(209, 209, 209, 1) !important;
  color: rgba(0, 0, 0, 1) !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  padding: 12px 24px 12px 24px !important;
  border-radius: 9999px !important;
  z-index: 2 !important;
}

.custom-card .title-row {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  margin-top:1rem !important;
  /* gap: 1rem !important; */
}

.custom-card .title-row .sub-heading {
  font-size: 24px !important;           
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 1) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.4 !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  max-width: 100%;

  @media (max-width: 568px) {
    font-size: 20px !important;         
  }

}

.custom-card .title-row .date {
  white-space: nowrap !important;
  font-size: 1.25rem !important;          
  font-weight: 500 !important;
  /* padding-top: 0.25rem !important; */
  /* flex-shrink: 0 !important; */
  color:rgba(116, 116, 116, 1) !important;
  white-space: normal !important;  
  word-break: break-word !important;  
  /* margin-left: auto !important;    */
  /* text-align: right;               */
  max-width: 100%;     
}

.custom-card .description {
  display: none !important;
}

.custom-card .bottom-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: end !important;
  margin-top: 2rem !important;
  gap: 2rem !important;
}

.custom-card .bottom-row .price_section{
  display: flex !important;
  flex-direction: column !important;
  width: 50% !important;
}

.custom-card .bottom-row .price_section .discounted_price{
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:500px;

  @media (max-width: 568px) {
    font-size: 20px !important;
  }

}

.custom-card .bottom-row .price_section .original_price{
  color: rgba(116, 116, 116, 1);
  font-size: 20px;
  font-weight: 500px;
  text-decoration: line-through !important;

  @media (max-width: 568px) {
    font-size: 18px !important;
  }

}


.custom-card .bottom-row .btn-wrapper .enroll_btn {
  background-color: rgba(108, 51, 217, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  /* padding: 19px 86px 19px 86px !important; */
  border-radius: 9999px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height:60px !important;
  width: 200px !important;

  @media (max-width: 568px) {
    font-size: 16px !important;
    height:60px !important;
  }
}

.custom-card.hidden {
  display: none !important;
}


@media (max-width: 468px) {
      .listing-heading{
        padding-inline: 2rem !important;
      }
}


/*# sourceMappingURL=workshop-listing.css.map */


