/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 10:22:10 */
body,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body span,
body div,
body li,
body strong,
body em,
body input,
body textarea,
body button {
  font-family: "DM Sans", sans-serif !important;
}

/* Exclude common icon fonts (FontAwesome, Elementor, etc.) */
i, .fa, .fas, .far, .fab, .icon, [class*="icon-"]:not(.xoo-wsc-bki,.xoo-wsch-icon,.xoo-wsc-smr-del), [class^="icon-"] {
  font-family: inherit !important;
}


/* Base (Mobile-first) → applies to all devices by default */

.contact-button:hover svg path {
  fill: #723076 !important;
}

/* .wpr-mobile-mega-menu-wrap {
    position: fixed !important;
    height: 100%;
    width: 70% !important;
    top: 70px;
    left: 0px !important;
    z-index: 9999;
    background: #fff;
    transition: transform 0.5s  ease-in-out;
    transform: translateX(-100%);
    display: block !important;
}

.wpr-mobile-mega-menu-wrap.show{
	transform: translateX(0%) !important;
} */

.contact-button svg path {
  transition: 0.6s all ease-in-out;
}


ul.wpr-mobile-nav-menu li:last-child:not(li.menu-item-1154) a {
  position: relative;
  background: #723076;

  display: inline-flex;

  margin-left: 4%;

  margin-top: 4%;

  color: #fff !important;

  border-radius: 32px;

  padding-left: 50px !important;

  border: 1px solid #723076;
}

ul.wpr-mobile-nav-menu li:last-child:not(li.menu-item-1154) a {
  content: '';
  position: absolute;
  background-image: url('https://revamp.tchthecommercehub.com/wp-content/uploads/2025/09/phone-icon.png');
  width: 25px;
  height: 25px;
  top: 25%;
  left: 10%;
  z-index: 9999;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.wpr-mobile-toggle .wpr-mobile-toggle-line {
  transition: all 400ms linear;
}

.wpr-mobile-toggle.wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(1) {

  transform: rotate(-45deg);

  position: relative;
}

.wpr-mobile-toggle.wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(3) {
  transform: rotate(45deg);
  bottom: 6px;
  position: relative;
}

.wpr-mobile-toggle.wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(2) {
  display: none;
}

.icon-big svg {
  width: 30px;
  height: 30px;
}

.icon-big a>span {
  align-items: center;
}

#mobile-menu-2-9593742 {
  background: #fcfcfc;
}

.counter-box-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.courses-title-wrapper::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(186, 85, 211, 0.7) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(40px);
  /* makes it smoother */
  top: 44%;
  left: 60%;
}

/* swiper css*/
/* Container */
.testimonial-swiper-container-unique,
.event-swiper-container-unique,.product-swiper,.related-product-swiper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 50px 0 !important;
}

/* Slide */
.testimonial-slide-unique,
.event-slide-unique {
  display: flex;
  justify-content: center;
  align-items: center;
}


.testimonial-content-unique,
.event-content-unique {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 400px;
  margin: 20px 0px;
}
.testimonial-content-unique{
	height: 450px;
}
.testimonial-image-unique img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
/*   object-fit: cover; */
  margin: 0px auto 25px auto;
}

.testimonial-text-unique {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 156.5%;
  color: #010101;
  text-align: justify;
}

.testimonial-author-unique {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  line-height: 156.5%;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: block;
}


.product-content{
	padding: 24px 16px;
	gap: 24px;
	background: #FCFCFC;
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	flex: none;
	order: 1;
	flex-grow: 0;
	display: flex;
    flex-direction: column;
	margin: 10px;
	height: 100%;
    justify-content: space-between;
    align-items: self-start;
}

.product-data-custom {
    width: 100%;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.price {
    color: #010101;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0px;
}

/* --- BASE BUTTON STYLES (Keep most of your existing styles) --- */
.join-course:not(.icon-big.join-course),.kunal-add-to-cart,.elementor-shortcode p.product.woocommerce.add_to_cart_inline a ,a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout,.btn-theme-orange{
    background: transparent; /* Set background to transparent initially */
    padding: 10px 24px;
    color: #fff; /* Text color is the original background color */
    border-radius: 96px;
    position: relative;
    border: 1px solid #EF7F1A;
    overflow: hidden; /* CRITICAL: Clips the sliding background */
    z-index: 1; /* Puts the button itself (and text) above the container/background */
    text-decoration: none; /* Ensure it looks like a button */
    display: inline-block; /* Essential for padding/sizing */
    transition: color 0.4s ease-in-out; /* Smooth transition for text color */
}

/* --- PSEUDO-ELEMENT (The Sliding Background) --- */
.join-course:not(.icon-big.join-course)::after,.kunal-add-to-cart::after,.elementor-shortcode p.product.woocommerce.add_to_cart_inline a::after,a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout::after,.btn-theme-orange::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #EF7F1A; /* The fill color */
    width: 100%;
    height: 100%;
    border-radius: 96px;
    z-index: -1; /* Pushes the sliding element BEHIND the button text */
    
    /* CRITICAL TRANSFORMATION PROPERTIES */
    transform: scaleX(1); /* Start with 0 width */
    transform-origin: left; /* Make it expand from the left */
    transition: transform 0.4s ease-in-out; /* Smooth sliding animation */
}

/* --- HOVER EFFECT --- */
.join-course:not(.icon-big.join-course):hover,.kunal-add-to-cart:hover,.elementor-shortcode p.product.woocommerce.add_to_cart_inline a:hover,a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover ,.btn-theme-orange:hover{
    color: #EF7F1A !important; /* Changes the text color to white when the button is filled */
	background-color:transparent !important;
}

.join-course:not(.icon-big.join-course):hover::after,.kunal-add-to-cart:hover::after,.elementor-shortcode p.product.woocommerce.add_to_cart_inline a:hover::after,a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover::after,.btn-theme-orange:hover::after {
    transform: scaleX(0); /* Expands the background to 100% width */
    transform-origin: left; /* Continues expanding from the left */
}

.product-cat {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
}

.product-metadata-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.product-purchase-count {
    color: #010101;
    font-size: 14px;
    font-weight: 500;
	display: inline-flex;
    align-items: center;
    gap: 5px;
}

.product-title {
    color: #010101;
    font-weight: bold;
    font-size: 18px;
    max-height: 50px;
    margin-top: 5px;
	border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 5px;
	display: flex;
    align-items: center;
}

.product-duration {
    margin-top: 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	color: #333333;
    font-weight: 500;
}

.custom-duration {
    display: inline-flex;
    justify-content: flex-start;
    column-gap: 5px;
    align-items: center;
    font-size: 16px;
	color: #010101;
    font-weight: 500;
}

.join-course.offline:not(.icon-big.join-course) {
    width: 100%;
    text-align: center;
}

.icon-box-align-center .elementor-icon-box-wrapper {
    align-items: center !important;
}
	
.wpr-product-description p{
	margin-bottom:0px;
}

.icon-box-align-center .elementor-icon-box-title {
    margin-bottom: 0px;
}

.materials{
	font-size:12px;
}

.swiper-slide.product-slide {
    height: auto;
}

/* Arrows */

.swiper.testimonial-swiper-unique,
.swiper.event-swiper-unique,
.swiper.team-swiper-unique,.product-swiper {
  padding: 0 0 70px 0 !important;
}

.arrows-wrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  align-items:center;
  justify-content: center;
}

.product-swiper-container .arrows-wrapper{
	margin: 20px auto 0px;	
}

.testimonial-button-prev-unique,
.testimonial-button-next-unique,
.event-button-prev-unique,
.event-button-next-unique,
.team-button-prev-unique,
.team-button-next-unique,.product-button-prev,.product-button-next {
  width: 40px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background: #F0D9F5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.testimonial-button-prev-unique svg,
.testimonial-button-next-unique svg,
.event-button-prev-unique svg,
.event-button-next-unique svg,
.team-button-prev-unique svg,
.team-button-next-unique svg,.product-button-prev svg,.product-button-next svg{

  width: 18px;

  height: 18px;
}

.testimonial-button-prev-unique:hover,
.testimonial-button-next-unique:hover,
.event-button-prev-unique:hover,
.event-button-next-unique:hover,
.team-button-prev-unique:hover,
.team-button-next-unique:hover,.product-button-prev:hover,.product-button-next:hover {
  background: #723076;
}

.testimonial-button-prev-unique:hover svg path,
.testimonial-button-next-unique:hover svg path,
.event-button-prev-unique:hover svg path,
.event-button-next-unique:hover svg path,
.team-button-prev-unique:hover svg path,
.team-button-next-unique:hover svg path,.product-button-prev:hover svg path,.product-button-next:hover svg path {
  fill: #fff;
}


.testimonial-button-prev-unique:hover svg,
.testimonial-button-next-unique:hover svg {
  /*   background: #723076; */
}

.event-image-unique img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-content-unique {
  padding: 0px !important;
  position: relative;
}

.event-image-unique {
  position: relative;
  height: 100%;
}

.event-image-unique:after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.63%, #010101 100%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
}

.event-date-unique {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}

.event-date-unique:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background: #fcfcfc;
  left: 110%;
}

.event-details-unique {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  padding: 0px 10px 20px 10px;
  column-gap: 20px;
}

.event-data {
  display: flex;
  justify-content: start;
  width: 75%;
  column-gap: 15px;
  align-items: center;
}

span.event-year {
	text-wrap-mode: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #FCFCFC;
  text-transform: uppercase;
}

.event-type,
.event-location {
  font-size: 12px;
	text-wrap-mode: nowrap;
  color: #9D9D9D;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 5px;
}

.event-author-unique {
  row-gap: 5px;
  display: flex;
  flex-direction: column;
}

.event-desc {
  font-weight: 600;
  text-align: left;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* Optional Swiper default arrows */
.testimonial-button-prev-unique::after,
.testimonial-button-next-unique::after {
  font-size: 18px;
  font-weight: bold;
}



/*  TEAM SLIDER  */

.team-swiper-container-unique {
  width: 100%;
  padding: 20px;
}

.team-slide-unique {
  display: flex;
  justify-content: center;
}

.team-content-unique {
  background: #fff;
  padding: 20px;
  text-align: center;
  max-width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-image-unique img {
  max-width: 200px;
  border-radius: 6px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: center;
  height: 230px;
}

.team-details-unique {
  flex: 1;
}

.team-author-unique {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 120%;
}

.team-designation-unique {
  color: #EF7F1A;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 120%;
}

.team-specialization-unique {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
  line-height: 120%;
}

.team-desc-unique {
  font-size: 16px;
  color: #333;
  line-height: 120%;
}

.quotes-parent {
  position: relative;
}

.quotes-parent:before,
.quotes-parent:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}

.quotes-parent:before {
  background-image: url('https://revamp.tchthecommercehub.com/wp-content/uploads/2025/09/SVGRepo_iconCarrier.svg');
  left: 0%;
  top: -10%;
}

.quotes-parent:after {
  background-image: url('https://revamp.tchthecommercehub.com/wp-content/uploads/2025/09/SVGRepo_iconCarrier-1.svg');
  right: 0%;
  bottom: 20%;
}

.hfe-scroll-to-top-button .fa-chevron-up::before {
    content: '' !important;
    background: url(https://revamp.tchthecommercehub.com/wp-content/uploads/2025/11/Arrow-up.svg);
    width: 20px;
    display: block !important;
    height: 20px;
    transform: rotate(180deg);
}
.about-div {
  position: relative;
}

.about-div:before,
.about-div:after {
  content: '';
  position: absolute;
  background: url('https://revamp.tchthecommercehub.com/wp-content/uploads/2025/09/Mask-group.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 160px;
  height: 160px;
  bottom: 5%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
	color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb svg{
    width: 6px;
    margin-right: 5px;
}

.woocommerce-breadcrumb{
	display: flex;
    align-items: center;
    column-gap: 10px;
	margin-bottom: 0px !important;
}

.product-name {
    font-size: 40px;
    font-weight: 700;
    color: #010101;
}

.about-div:before {
  top: 62%;
  left: 0;
  right: 0;
  margin: auto;
}

.about-div:after {
  right: 2%;
  display: none;
}
/*tabs css*/ .custom-tabs-wrapper { margin: 20px 0; font-family: "DM Sans", sans-serif; } .custom-main-tabs, .custom-sub-tabs { display: flex; list-style: none; margin: 0; padding: 0; column-gap: 10px; justify-content: center; } .custom-sub-tabs li, .custom-main-tabs li { position: relative; padding: 10px 20px; background: transparent; cursor: pointer; font-size: 16px; font-weight: 500; border-radius: 50px; } .custom-main-tabs li.active { background: #EF7F1A; color: #010101; } .custom-sub-tabs li::after { content: ''; position: absolute; background: #723076; height: 3px; opacity: 0; width: 25%; bottom: 5px; left: 0; right: 0; margin: auto; } .custom-sub-tabs li.active::after { opacity: 1; } .custom-tab-content, .custom-subtab-content { display: none; margin-top: 20px; } .custom-tab-content.active, .custom-subtab-content.active { display: block; }

.custom-submit-button{position:relative;}
.custom-submit-button svg {
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 35px;
/*     left: 36%; */
	    left: 83px;
    z-index: 0;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.contact-form > p {
    margin-bottom: 5px;
}

.explore-more-button svg {
    width: 30px;
    height: 30px;
	   transition: transform 0.3s 
ease-in-out;
}

.explore-more-button .elementor-button-content-wrapper {
    align-items: center;
}



svg:has(+ input[type="submit"]:hover),.explore-more-button:hover svg {
  transform: rotateZ(45deg);
}


/* CUSTOM SHOPPING PAGE CSS */

.custom-search-wrapper {
    position: relative;
}

.custom-search-wrapper svg:not(#search-results svg) {
   width: 20px;
    height: 20px;
    top: 11px;
    position: absolute;
    left: 10px;
}

.custom-search-wrapper input {
    width: 100%;
    padding-left: 40px;
    border: 1px solid #B0B0B0;
    border-radius: 50px;
}

.custom-search-wrapper input {
    width: 100%;
    padding-left: 40px;
    border: 1px solid #B0B0B0;
    border-radius: 50px;
}

.custom-search-wrapper input::-webkit-input-placeholder,.custom-search-wrapper input:-moz-placeholder,.custom-search-wrapper input::-moz-placeholder,.custom-search-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
}

/* ===============================
   🔍 Custom Search Dropdown Styling
   =============================== */

#search-results{
	display:none;
}

/* .search-suggestions */
#search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  margin-top: 6px;
  overflow: hidden;
  padding: 6px 0;
}

/* Individual suggestion */
.search-suggestions .suggestion-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.search-suggestions .suggestion-item:hover {
  background-color: #fdf5ed; /* light orange tint */
  border-left: 3px solid #f58220; /* theme accent */
}

/* Product title */
.search-suggestions .suggestion-item strong {
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 1.3;
}

/* Category trail */
.search-suggestions .suggestion-item .product-meta {
  font-size: 13px;
  color: #777;
  line-height: 1.2;
  margin-top: 3px;
}

/* No results text */
.search-suggestions .no-results {
  padding: 10px 14px;
  color: #888;
  text-align: center;
  font-size: 14px;
}

/* Optional: small image thumbnail beside text */
.search-suggestions .suggestion-item.with-thumb {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.search-suggestions .suggestion-item.with-thumb img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.custom-search-wrapper {
  position: relative;
  width: 100%;
}

.clear-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #999;
  display: none;
}

.clear-search:hover {
  color: #333;
}

#toggle-filter{
	cursor:pointer;
}

#toggle-filter.active {
    background: #EF7F1A;
    border-color: #EF7F1A;
    color: #fff;
}

#toggle-filter.active svg path{
	    stroke: #fff;
}
/* --- LAYOUT CONTAINER --- */
.shop-layout {
  display: flex;
  position: relative;
  transition: all 0.3s ease;
	width:100%;
}

/* --- SIDEBAR --- */
.filter-sidebar {
  width: 190px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-150%);
  transition: transform 0.3s ease;
  z-index: 10;
  padding: 20px;
}

/* --- MAIN AREA --- */
.shop-main-area {
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

/* --- WHEN SIDEBAR IS OPEN --- */
.shop-layout.filter-open .filter-sidebar {
  transform: translateX(0);
}

/* --- FILTER WRAPPER --- */
.filter-group li,
.filter-group label {
 display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #636363;
}

/* --- HIGHLIGHT ACTIVE FILTER --- */
.filter-group li:has(input[type="checkbox"]:checked),
.filter-group label:has(input[type="checkbox"]:checked) {
  background-color: #FDEFD7;
    color: #010101;
}

/* --- CHECKBOX STYLING --- */
.filter-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}

.filter-group input[type="checkbox"]:checked {
  background-color: #f58220;
  border-color: #f58220;
}

.filter-group input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 12px;
  color: #fff;
}

.shop-main-area .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 0px;
  row-gap: 20px;
}

.filter-open .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.filter-sidebar h4 {
    color: #010101;
    font-size: 16px;
    font-weight: 700;
}

#product-grid.loading {
  position: relative;
  min-height: 200px;
}

#product-grid.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 3px solid #ddd;
  border-top-color: #f58220;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

button#filter-sidebar-close {
	display:none;
}


/* CART POP UP CHANGES */

#kunal-slide-cart {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,.1);
    transition: .35s ease;
    z-index: 999999;
    overflow-y: auto;
}

#kunal-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 999998;
}

body.show-kunal-cart #kunal-slide-cart {
    right: 0;
}

body.show-kunal-cart #kunal-cart-overlay {
    opacity: 1;
    visibility: visible;
}

button.kunal-add-to-cart,.elementor-shortcode p.product.woocommerce.add_to_cart_inline a {
    cursor: pointer; 
    font-size: 20px;
    font-weight: 700;
}

.elementor-shortcode p.product.woocommerce.add_to_cart_inline {
    border: 0px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.woocommerce-Price-amount.amount{
	font-weight: bold;
    color: #010101;
}

span.woocommerce-Price-amount.amount:not(#product-grid .amount,.product-footer .amount,.xoo-wsc-pprice .amount,.xoo-wsc-smr-ptotal .amount) {
    font-size: 32px;
}

span.xoo-wsc-footer-txt {
    margin: -12px auto 10px !important;
    font-size: 75% !important;
}



/* HIGHLIGHTS GRID */

.course-highlights {
  display: flex;
    gap: 16px;
    width: 100%;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.course-property {
   flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    text-align: center;
    padding: 12px;
    border-radius: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.course-property:hover {
    transform: translateY(-3px);
	background:#fff;
	box-shadow:0px 0px 15px 2px #0000001a;
}

.course-property:nth-last-child(1):nth-child(3n+2),
.course-property:nth-last-child(2):nth-child(3n+1) {
    flex: 1;
    max-width: calc(50% - 16px);
}

.course-property-icon {
   width: 68px;
    height: 68px !important;
    object-fit: cover;
    margin: 0 auto 10px auto;
    display: block;
}

.course-property-text strong {
    display: block;
    color: #ff6a00;
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 120%;
}

.course-property-text span {
    display: block;
        color: #010101;
    font-size: 16px;
    line-height: 1.4;
}

.bundle-table-wrapper {
    border: 1px solid #E7E7ED;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
}

.bundle-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.bundle-table thead {
    background: #f58220;
    font-weight: 600;
}

.bundle-table th,
.bundle-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.bundle-table th:first-child,
.bundle-table td:first-child {
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
}

.bundle-table th {
    font-size: 20px;
    color: #272833;
    line-height: 150%;
}

.bundle-table td {
    font-size: 14px;
    color: #010101;
	font-weight:700;
    line-height: 150%;
}


/* CSS FOR COMBO COMPARISON */
.combo-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
}

.combo-compare-table th {
    background: #f58220;
    color: #272833;
    padding: 14px 6px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.combo-compare-table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    color: #272833;
    font-weight: 700;
}

.combo-compare-table td:first-child{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.combo-compare-table td:last-child{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.feature-name {
    text-align: left;
	padding-left: 5% !important;
}

.combo-compare-table tr:nth-child(odd) {
  background-color: #E7E7E7; 
}

.yes-dot {
    background: #2ecc71;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.no-dot {
    background: #e74c3c;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}


@media (max-width: 768px) {
    .bundle-table th,
    .bundle-table td {
        font-size: 14px;
        padding: 12px;
    }
}


/* Tablet */
@media (max-width: 1024px) {
    .course-highlights {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .course-property {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    /* If only ONE box on last row, stretch full width */
    .course-highlights > .course-property:nth-last-child(1):first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 640px) {
	
	span.woocommerce-Price-amount.amount{
		font-size:18px;	
	}
	
	.course-property:nth-last-child(1):nth-child(3n+2), .course-property:nth-last-child(2):nth-child(3n+1){
		max-width:unset !important;
	}
	
	.product-name{
		font-size:20px;
	}
    .course-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .course-property-text strong {
        font-size: 14px;
    }

    .course-property-text span {
        font-size: 13px;
    }
	
	.combo-compare-table th{
		font-size:14px;
	}
	
	.combo-compare-table td{
		font-size:12px;
	}
}


/* --- RESPONSIVE BEHAVIOR --- */
@media (max-width: 992px) {
  .shop-layout {
    flex-direction: column;
  }

	button#filter-sidebar-close {
    margin-bottom: 15px;
    background: transparent;
    border: 0px;
    outline: none;
    right: 0px;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    display: flex
;
}
	
  .filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    z-index: 1000;
	  background: #fff;
        width: 250px;
  }

  .shop-layout.filter-open #product-grid {
    width: 100%;
    margin-left: 0;
  }

  .filter-sidebar.open {
    transform: translateX(0);
  }
}


@media (min-width: 400px) {}

 ul.wpr-nav-menu li.xoo-wsc-menu-item,ul.wpr-mobile-nav-menu li.xoo-wsc-menu-item	 {
    display: none;
  }
/* 600px */
@media (min-width: 37.5em) {
  ul.wpr-nav-menu li:last-child:not(.wpr-sub-menu li) {
    display: none;
  }

  .testimonial-button-prev-unique,
  .testimonial-button-next-unique {
    width: 42px;
    height: 42px;
  }

  .quotes-parent:after {
    bottom: unset;
    top: -10%;
  }

  span.event-year {
    font-size: 20px;
  }

}

@media (min-width: 768px) {
  .quotes-parent:before {
    left: -2%;
  }

  .quotes-parent:after {
    right: -2%;
  }


  .about-div:before {
    left: 2%;
    right: unset;
    margin: unset;
    top: 66%;
  }

  .about-div:after {
    display: block;
  }


  .event-details-unique {
    padding: 0px 20px 20px 20px;
    column-gap: 30px;
  }

  .event-day {
    font-size: 24px;
  }


  .event-desc {
    font-size: 16px;
  }

  .event-type,
  .event-location {
    font-size: 16px;
  }

  .event-data {
    width: 60%;
  }

	.custom-submit-button svg{
/* 		left:30%; */
	}
}


/* 900px */
@media (min-width: 56.25em) {
  .quotes-parent:after {
    right: 6%;
  }

  .quotes-parent:before {
    left: 6%;
  }
}


@media (min-width: 1024px) {
  .quotes-parent:after {
    right: 10%;
  }

  .quotes-parent:before {
    left: 10%;
  }

  .about-div:before {
    top: 62%
  }
	
	.shop-layout.filter-open .shop-main-area {
  		transform: translateX(200px);
  		width: calc(100% - 170px);
	}
}


/* 1200px */
@media (min-width: 75em) {

  .quotes-parent:after {
    right: 0%;
  }

  .quotes-parent:before {
    left: 0%;
  }

}

.event-day {
  font-size: 20px;
  font-weight: bold;
  color: #FCFCFC;
}