@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins{
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 16px !important;

  /* for small screen font size 14px */

  @media (max-width: 768px) {
    & {
      font-size: 14px !important;
    }
  }
}

/* reset style */
.display-01 {
  color: var(--Neutral-N900, #1a1a1a);
  /* Display 01/Bold/140 */
  font-family: "Source Sans 3";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 4.2rem */
}

.heading-01 {
  color: var(--Neutral-N900, #1a1a1a);
  /* Heading 01/Semibold */
  font-family: "Source Sans 3";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.heading-02 {
  color: var(--Neutral-N900, #1a1a1a);

  /* Heading 02/Semibold */
  font-family: "Source Sans 3";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.heading-03 {
  color: var(--Neutral-N900, #1a1a1a);
  /* Heading 03/Bold/130 */
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 1.4625rem */
}

.paragraph-01 {
  color: var(--Neutral-300, #73828a);

  /* Paragraph 01/Regular */
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.paragraph-01-medium {
  color: var(--Neutral-N900, #1a1a1a);

  /* Paragraph 01/Medium/150 */
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.6875rem */
}

.button-01 {
  color: var(--Neutral-N900, #1a1a1a);

  /* Button 01/Medium */
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.button-02 {
  color: var(--Neutral-N900, #1a1a1a);

  /* Button 02/Medium */
  font-family: "Source Sans 3";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.subtitle-01 {
  color: var(--Neutral-N900, #1a1a1a);

  /* Subtitle 01/Medium/150 */
  font-family: "Source Sans 3";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.3125rem */
}

.subtitle-02 {
  color: var(--Neutral-N900, #1a1a1a);

  /* Subtitle 02/Semibold */
  font-family: "Source Sans 3";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.color-01 {
  color: var(--Primary-500, #ff3366);
}

/* 
Typography end


*/

/* 
Form elements styles


*/

/* utility class */

.mb-4 {
  margin-bottom: 1rem;
}

.cs-line-height {
  line-height: 1.125em !important;
}

.cs-font-size p {
  font-size: 1.125rem;
}

/* 

For fix issue
*/

footer {
  position: inherit !important;
}

/*
Custom Course style
*/

/* .cs-course-grid {
  & .cs-course-wrap {
    flex-direction: row !important;
    & .cs-course-item {
      min-width: 18rem;
      flex-direction: column;
      height: 30rem !important;
      & .cs-course-card-image {
        width: 100% !important;

        img {
          width: 100%;
          height: 12.5rem !important;
        }
      }
      & .cs-course-card-info {
        flex-direction: column;
        padding: 0 1rem;
        width: 100% !important;

        & > div{
            padding: 0 !important;
        }
      }
    }

 
  }
} */

button#cs-course-list-btn.active,
button#cs-course-grid-btn.active,
button#cs-post-grid-btn.active,
button#cs-post-list-btn.active {
  border: 1px solid #338a7c;

  & path {
    fill: #144170;
  }
}

/* .tw-cs-course-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 4fr));
  gap: 1.5rem;
} */

/* background gradient */
.cs-cat-list-bg {
  background: linear-gradient(90deg,
      rgba(51, 138, 124, 0.7) 0%,
      rgba(0, 109, 91, 0.7) 181.79%),
    var(--Secondary-600, #144170);
}

/* hero background */

.cs-hero-bg {
  background: linear-gradient(90deg,
      rgb(51, 138, 124) -18.8%,
      rgb(0, 109, 91) 51.74%);
}

/* 
Single course banner
*/

.cs-single-course-banner {
  background: linear-gradient(90deg,
      rgba(16, 33, 125, 0.7) 38.22%,
      rgba(22, 194, 213, 0.7) 100%);
}

/* 
Single course sidebar start
*/

.cs-sidebar-nav-active {
  display: flex;
  width: 11.5rem;
  height: 2.2rem;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-2, 0.25rem);
  border-radius: var(--Spacing-5, 24px);
  border: var(--Spacing-0, 1px) solid #ccd1d4;
  background: var(--Primary-Smooth, #f6f6fa);
}

.cs-single-group-btn {
  & .the_course_button {
    & .course_button.button {
      margin: 0;
      padding: 0 !important;
    }

    & a {
      display: flex;
      height: 3.125rem;
      justify-content: center;
      align-items: center;
      gap: var(--Spacing-3, 0.5rem);
      background: #549d91;
      color: #fff !important;
      font-size: 1rem;
      margin: 0;
      padding: 1.7rem 0 !important;
      cursor: pointer;
      transition: all 0.3s ease-in-out;

      &:hover {
        background: #338a7c !important;
        color: var(--White, #fff) !important;

        /* change stroke color of path */

        & path {
          stroke: var(--White, #fff);
        }
      }
    }
  }

  & .button.paid_course {
    background: none;
    padding: 0;
  }

  & .extra_details {
    color: #000;
  }
}

#check-courses-buynow-btn a:not([href]):not([tabindex]) {
  background: #d4af37 !important;
  color: #fff !important;
}

#check-courses-buynow-btn a:not([href]):not([tabindex]):hover {
  background: #ddbf5f !important;
}

#cs-single-course-sidebar,
.cs-bundle-courses-sidebar {

  & input[type="number"]::-webkit-outer-spin-button,
  & input[type="number"]::-webkit-inner-spin-button,
  & input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
  }
}

.cs-single-course-info {
  & .course_details {
    & ul {
      & li {
        &:not(.gift_this_course) {
          display: none;
        }
      }
    }
  }

  & .course_sharing {
    display: none;
  }

  & .gift_course_button {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    height: 3.125rem;
    justify-content: center;
    color: white !important;
    align-items: center;
    gap: var(--Spacing-3, 0.5rem);
    border: 1px solid var(--HST-V1-neutral-50, #eef0f1);
    background: #d4af37 !important;
    margin-top: 0.5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

    &:hover {
      background: #144170 !important;
      color: var(--White, #fff) !important;
    }
  }
}

.cs-bundle-course-info {
  & .course_details {
    & ul {
      & li {
        &:not(.gift_this_course) {
          display: none;
        }
      }
    }
  }

  & .gift_course_button {
    display: flex;
    width: 100%;
    height: 3.125rem;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-3, 0.5rem);
    border-radius: var(--Spacing-6, 32px);
    background: #144170;
    /* justify-self: end; */
    /* margin: 1rem auto; */
    margin-top: 0.5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white !important;
    font-weight: 600;

    &:hover {
      background: #338a7c;
      color: var(--White, #fff) !important;
    }
  }
}

/* responsive for single course sidebar */

/* For large devices */

@media (min-width: 1538px) {
  #cs-single-course-sidebar {
    right: 10% !important;
  }
}

/* For medium devices */

@media (min-width: 1024px) and (max-width: 1439px) {
  #cs-single-course-sidebar {
    right: 1% !important;
  }
}

/*
Single course sidebar end
*/

.cs-common-accordion-content p {
  color: var(--Neutral-300, #73828a);

  /* Subtitle 01/Medium/150 */
  font-family: "Source Sans 3";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.3125rem */
}

/* footer footermenu-items css */
.footermenu-items li a {
  font-size: 1rem;
  font-style: normal;
  color: #4e4e4e;
  font-weight: 500;
  line-height: 150%;
}

/* footer footermenu-items heading css */
.footer-heading-cs {
  margin-bottom: 1.5rem;
}

/* footer social-icons css */
#footer-social-icons ul li i:hover {
  color: #45cedd;
}

#footer-social-icons ul li i {
  color: #338a7c;
  border: 1px solid;
  border-radius: 12px;
  padding: 4px;
  transition-duration: 500ms;
  transition-property: color;
}

/* footer navigation widgets css */
#cs-footer-sidebar #nav_menu-3 {
  max-width: 100%;
}

#cs-footer-sidebar #nav_menu-2 {
  max-width: 100%;
}

#cs-footer-sidebar h4.footertitle {
  font-size: 1.25rem;
  color: #222d39;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 1rem;
}

#cs-footer-sidebar ul li a {
  color: #4e4e4e !important;
  font-size: 1rem;
}

#cs-footer-sidebar ul li a:hover {
  color: #338a7c !important;
}

.footerwidget li {
  line-height: 1.2rem !important;
}

.footerwidget ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* header css */
/* Hide the submenu initially */
.cs-menu-subcategory {
  display: none;
}

/* Show the submenu when hovering over .cs-popular_categories */
.cs-popular_categories:hover+.cs-menu-subcategory {
  display: block;
}

/* mini-cart css Start*/
.items span,
bdi {
  color: #1f1f1f;
}

.items-price p {
  margin-bottom: 0rem !important;
}

/* Course Categories css Start*/
.categories-grid {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }

  #cs-courses-container .course-card {
    width: 255px !important;
  }
}

@media only screen and (max-width: 425px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

.cat-title {
  font-size: 1.25rem;
  font-weight: 600;
}

/* Hiding single course page taxonomy*/
.single-texonomy {
  display: none !important;
}

/* Mini Cart Style*/
.cart-wrapper {
  border-radius: 16px;
  background-color: #f6f6fa;
}

.mini-cart-container {
  flex-direction: column;
  width: 34.125rem !important;
  margin-right: 14rem;
  padding: 1rem;
}

@media only screen and (max-width: 768px) {
  .mini-cart-container {
    display: none;
  }
}

ul.woocommerce-mini-cart {
  margin: 0px !important;
}

li.woocommerce-mini-cart-item.mini_cart_item {
  padding-bottom: 1rem;
}

.cart-items img {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  width: 200px !important;
  height: 140px !important;
}

.overlay-content {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #000;
  opacity: 0;
  width: 200px;
  height: 140px;
}

.overlay-content:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}

& .overlay-content a {
  transform: translateX(-30%);
  color: #fff;
  font-size: 42px;
}

.overlay-content a:hover {
  color: #fcfcfc !important;
}

#cs-minicart-pricing p strong {
  font-size: 1.5rem;
  color: #1f1f1f;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

#cs-minicart-pricing p span {
  font-size: 1.5rem;
  color: #1f1f1f;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

#minicart-btn .checkout {
  display: none;
}

#minicart-btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  background-color: #144170;
  padding: 17px 44px;
  border-radius: 8px;
  color: #fff;
}

/*Mobile nav Menu Css*/
.cs-mb-nav-links {
  display: none;
  top: 0px;
}

/*Mobile nav Scrollbar Css*/
#cs-submenu-scrollbar ul {
  max-height: 20rem;
  overflow: auto;
}

#cs-submenu-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

#cs-submenu-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.205);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.199);
}

/* to show profile user name */

.cs-mb-profile-wrap .loggedin_user img+span.vibebp_name {
  display: block;
}

/* animation for bundle sidebar fade in */

#cs-bundle-sidebar.tw-fixed {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid red;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/* slick slider css */
.cs-slider-course-lists {
  & button.slick-arrow {
    display: flex;
    width: var(--Spacing-9, 3.5rem);
    height: var(--Spacing-9, 3.5rem);
    padding: var(--Spacing-0, 0.65625rem);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, #fff 0%, #c7d4ff 79.5%);
  }

  & button.slick-prev {
    rotate: 180deg;
    position: absolute;
    z-index: 49;
    top: 50%;
    transform: translate(50%, 50%);
  }

  & button.slick-next {
    position: absolute;
    z-index: 49;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}

.cs-testimonials-slider {
  & .slick-dots {
    display: block;
    justify-content: center;
    position: relative;
    margin-top: 1rem;
    bottom: 0px !important;
    list-style-type: none;

    li {
      margin: 0 0.25rem;
    }

    & button {
      display: block;
      width: 12px;
      height: 12px;
      padding: 0;

      border: none;
      border-radius: 100%;
      background-color: #e7e9f2;

      text-indent: -9999px;
    }

    li.slick-active button {
      background-color: #144170;
    }
  }
}

#cs-slider-testimonial-section .slick-track {
  padding-top: 56px;
}

.cs-testimonials-slider {
  margin-bottom: 0 !important;
}

/* Front Page Css */
.cs-topBar-bg {
  background: linear-gradient(90deg, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
  border-top: var(--Spacing-1, 2px) solid var(--Primary-50, #e7e9f2);
  border-bottom: var(--Spacing-1, 2px) solid var(--Primary-50, #e7e9f2);
}

.cs-line-style::before {
  position: absolute;
  content: "";
  opacity: 1;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #f00;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.cs-product-quantity-input::-webkit-outer-spin-button,
.cs-product-quantity-input::-webkit-inner-spin-button,
#cs-bulk-course-quantity::-webkit-outer-spin-button,
#cs-bulk-course-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cs-product-quantity-input,
#cs-bulk-course-quantity {
  -moz-appearance: textfield;
}

.cs-dot {
  transition: all 0.3s;
}

/* Mobile nav icon css */
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

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

.cs-zoom-in {
  animation: zoomIn 0.3s ease-out forwards;
}

.cs-icon-position {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 100;
  opacity: 1;
}

@keyframes fadeInLeftToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

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

.cs-fade-in-left-to-right {
  animation: fadeInLeftToRight 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}

#cs-parent-scrollbar {
  height: 100% !important;
  overflow: auto !important;
}

#cs-parent-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

#cs-parent-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.205);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.199);
}

@keyframes fadeInRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

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

.cs-fade-in-right-to-left {
  animation: fadeInRightToLeft 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}

/* single course description content css */

.cs-course-sneak-peak .vibe_editor_media {
  width: 10rem;
  height: auto;
  /* border: 1px solid #000; */
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
}

.cs-des-article-content p {
  font-size: 1.125rem;
}

.cs-des-article-content ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.125rem;
}

.cs-singleCourse-content {
  max-height: 365px;
  transition: max-height 0.5s ease;
  overflow: hidden;
  position: relative;
}

.cs-singleCourse-content.cs-show-content {
  max-height: fit-content;
}

.cs-content-gradient::before {
  content: "";
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 70%);
  transition: height 0.25s ease;
}

.cs-singleCourse-content.cs-show-content.cs-content-gradient::before {
  height: 0;
}

.cs-show-content {
  display: inline;
  margin-top: 16px;
}

.cs-price-line-style::before {
  position: absolute;
  content: "";
  opacity: 1;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #2e4450;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* gravity form */

form#gform_14 {
  & input#gform_submit_button_14 {
    display: flex;
    width: 34.5rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 0.25rem);
    border-radius: var(--Spacing-3, 0.5rem);
    background: var(--Secondary-300, #63d6e3);
    color: var(--Primary-500, #144170);
    /* Heading 03/Bold */
    font-family: "Source Sans 3";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }

  & .cs_subscription_email input {
    border-radius: var(--Spacing-3, 0.5rem);
    border: 1px solid var(--White, #fff);
    background: var(--Primary-Smooth, #f6f6fa);
    display: flex;
    width: 100%;
    height: var(--Spacing-8, 3rem);
    padding: var(--Spacing-4, 1rem) var(--Spacing-3, 0.5rem) var(--Spacing-4, 1rem) var(--Spacing-4, 1rem);
    align-items: center;
  }

  & .gform_footer.top_label {
    margin: 0;
  }
}

/* common modal css */

.cs-course-modal-content__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & iframe {
    width: 100%;
    max-height: 450px;
  }
}

/* Home exclusive img css */
.cs-exclusive-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

/* Food Hygine categoryPage */
.cs-fhcat-btn {
  color: var(--Neutral-500, #2e4450);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: auto;
  text-wrap: wrap;
  line-height: 130%;
  border-radius: var(--Spacing-3, 8px);
  border: 2px solid white;
  background: var(--White, #fff);
  padding: 1rem;
  transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
}

.cs-fhcat-btn:hover {
  border-color: #338a7c;
  color: #3f4d97;
}

/* Testimonial Slider css: */

#cs-slider-testimonial-section .cs-testimonial-next {
  background-color: #fff;
  position: absolute;
  padding: 5px;
  left: 60%;
  bottom: 1rem;
}

#cs-slider-testimonial-section .cs-testimonial-prev {
  background-color: #fff;
  position: absolute;
  padding: 5px;
  right: 60%;
  bottom: 1rem;
}

#cs-slider-testimonial-section .slick-dots {
  margin-top: 2rem;
}

/* Our Course page Css */
.cs-course-cat-heading {
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: var(--Spacing-3, 8px);
  border: 1px solid var(--primary-400, #10217d);
  width: auto;
  text-align: center;
  background: transparent;
  text-decoration: none;
  color: transparent;
  background: linear-gradient(90deg,
      rgba(16, 33, 125, 0.7) 0%,
      rgba(22, 194, 213, 0.7) 181.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  transition: all 0.3s ease;
}

.cs-course-cat-heading:hover,
.cs-course-cat-heading.active {
  color: white;
  background: linear-gradient(90deg,
      rgba(16, 33, 125, 0.7) 0%,
      rgba(22, 194, 213, 0.7) 181.79%),
    var(--Secondary-600, #14b1c2);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.cs-smooth-scroll {
  scroll-padding-top: 20px;
}

.cs-smooth-scroll a {
  transition: color 0.1s ease, transform 0.3s ease;
}

.cs-smooth-scroll a:hover {
  color: white;
  transform: scale(1.03);
}

.cs-our-courses-spacing {
  margin-top: 80px !important;
}

@media (min-width: 320px) and (max-width: 435px) {
  .cs-our-courses-spacing {
    margin-top: 10px !important;
  }

  #cs-courses-container .course-card {
    width: 425px !important;
  }
}

.pricing-table-items tr td svg {
  margin: 0 auto !important;
}

.bold-text {
  font-weight: 700 !important;
}

.faq-item.active {
  border-radius: 0.5rem 0.5rem 0px 0px !important;
}

div#nav_menu-4 {
  padding: 0px 0px;
  margin-top: 2.5rem;
}

.footer-confidence-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.footer-confidence-section .heading {
  display: inline-block;
  background: #f6f6f6;
  padding: 0 0.5rem;
  z-index: 9;
  position: relative;
}

.footer-confidence-section:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 22%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #eaecee;
}

.footer-confidence-section:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 22%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #eaecee;
}

.footer-check-button {
  margin-top: 10px;
}

.footermodal {
  z-index: 999;
}

.footermodal.active {
  display: block;
}

.footermodal.none {
  display: none;
}

#twpreloader {
  display: none;
  background: rgb(255 255 255 / 88%);
  z-index: 99 !important;
  position: fixed !important;
}

.vibebp-login-user .loggedin_user img {
  display: none !important;
}

.logged-out .vibe-login-desktop.vibebp-login {
  padding: 0px !important;
  border: none !important;
  margin-left: 2rem !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 50% !important;
}

/* body .registration_message{ 
  position: relative;
  font-size: 0px;
}
body .registration_message::before{ 
  content: "Congratulations on successfully registering with Care Skills Training!";
  position: relative;
  font-size: 1rem;
  left: 0px;
  visibility: visible;
  overflow: visible;
  top: 0px;
  z-index: 9;
} */

@media only screen and (max-width: 640px) {
  .pricing-sponsors-mobile {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 1230px) {
  .pricing-padding-mobile-section {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 1216px) {
  .pricing-padding-mobile-section {
    padding: 0 1.5rem;
  }

  .pricing-padding-mobile-section .tw-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .pricing-section-mobile-container {
    max-width: 500px;
    margin: 0 auto;
  }

  #cs-footer {
    padding-bottom: 2rem !important;
  }

  .footer-mobile-two-col {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer-mobile-two-col>div {
    margin: 0px !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 768px) {
  .vibe-mobile .loggedin_user img+span.vibebp_name {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .footerwidget ul {
    gap: 0.5rem;
  }

  #cs-footer-sidebar h4.footertitle {
    margin-bottom: 1rem;
  }

  .footer-heading-cs {
    margin-bottom: 1rem;
  }

  #cs-footer-sidebar .tw-grid {
    gap: 2rem !important;
  }

  .footer-pay-image {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .footer-mobile-two-col {
    flex-wrap: wrap;
  }

  .footer-mobile-two-col>div {
    width: 100% !important;
    max-width: 100% !important;
  }

  #cs-footer-sidebar h4.footertitle {
    margin-bottom: 1rem;
  }

  .footer-mobile-two-col {
    gap: 2rem !important;
  }

  #cs-footer-sidebar .tw-grid {
    gap: 2rem !important;
  }

  .modal-max-w {
    max-width: 475px;
    margin: 0 auto;
  }

  .c-name {
    top: 30.5% !important;
    font-size: 0.7rem !important;
  }

  .c-course {
    top: 39% !important;
    font-size: 0.5rem !important;
  }

  .c-date {
    width: 100%;
    top: 40.4% !important;
    font-size: 0.3rem !important;
    left: 108% !important;
  }

  .c-id {
    width: 100%;
    top: 44% !important;
    font-size: 0.3rem !important;
    left: 102% !important;
  }
}

@media only screen and (max-width: 475px) {
  .modal-max-w {
    max-width: 320px;
    margin: 0 auto;
  }

  .c-name {
    top: 36% !important;
    font-size: 1.2rem !important;
  }

  .c-course {
    top: 56% !important;
    font-size: 0.5rem !important;
  }

  .c-date {
    width: 100%;
    top: 75% !important;
    font-size: 0.3rem !important;
    left: 66% !important;
  }

  .c-id {
    width: 100%;
    top: 62.5% !important;
    font-size: 0.4rem !important;
    /* left: 59% !important; */
  }
}

/* ==================================
HSS Header Design
=====================================*/

.hot-deals:first-child::after {
  content: url(https://highskillstraining.org.uk/wp-content/uploads/2024/09/fire-menu-icon.png);
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.vibebp-login .usermenu_content a:last-child {
  display: none !important;
}

/* Mega Menu css: */
.cs-menu-courses-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 1280px) {
  .cs-menu-courses-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==================================
HSS New Home Page Design
=====================================*/
.sub-heading-icon {
  position: relative;
}

/* .sub-heading-icon::before{
  position: relative;
  content: url('/wp-content/uploads/2024/09/wave-shape-left.webp');
  padding-right: 4.5rem;
}
.sub-heading-icon::after{
  position: relative;
  content: url('/wp-content/uploads/2024/09/wave-shape-left.webp');
  padding-left: 4.5rem;
} */
.discount-slick-row .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.discount-slick-row .slick-dots li {
  width: 1rem;
  height: 1rem;
}

.discount-slick-row .slick-dots button {
  font-size: 0;
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  background: #225b88;
  opacity: 0.5 !important;
}

.discount-slick-row .slick-dots button {
  font-size: 0;
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  background: #225b88;
  opacity: 0.5 !important;
}

.discount-slick-row .slick-active button {
  background: #225b88;
  opacity: 1 !important;
}

.quick-card-item .card-item {
  background-size: 100% !important;
  transition: 0.5s;
}

.partnerlogo .slick-track {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.partnerlogo .slick-track img {
  margin: 0 auto;
}

.testimonial-image img {
  border: 1px solid #225b88;
}

.hss-client-testimonials {
  align-items: center !important;
}

.hss-client-testimonials .slick-track {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.hss-client-testimonials .slick-track .testimonial-item {
  min-height: 460px;
}

.hss-client-testimonials button {
  color: #4a4b4d !important;
  background-color: #fff !important;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  padding: 0px !important;
}

.hss-client-testimonials button svg {
  width: 28px !important;
  height: 28px !important;
}

.hss-client-testimonials .slick-prev {
  transform: rotate(180deg);
}

.blog-button-home:hover {
  opacity: 0.7;
}

.product-quantity-control button {
  padding: 0px 0px 2px 0px !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 100px !important;
  line-height: 0px !important;
  border: 1px solid #73828a;
  background: transparent;
  background-color: transparent !important;
  color: #73828a !important;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.product-quantity-control button:hover {
  background-color: #73828a !important;
  color: #ffffff !important;
}

.product-quantity-control input {
  width: 48px;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #bec5c9;
  text-align: center;
  background-color: transparent;
}

.tw-red-color {
  color: red !important;
}

#home-popular-courses .course-item {
  display: block;
}

.course-row li {
  transition: 0.3s;
}

.course-row .active,
.course-row li:hover {
  background: #144170;
  color: white;
}

.best-course-cat .course-item {
  display: block;
}

.best-course-cat .category-link-best {
  transition: 0.3s;
}

.best-course-cat .active {
  background: #225b88 !important;
  color: #ffffff !important;
}

/* ==================================
HSS Common Button Style
=====================================*/
.hss-common-button a:hover svg path {
  color: #ffffff;
  fill: #ffffff;
}

/* ==================================
HSS Cart Style
=====================================*/
.cross-sell-products .tw-full-width {
  background: url(/wp-content/uploads/2024/10/Vector.webp) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.cross-sell-product .tw-full-width {
  width: 100% !important;
}

.cross-sell-product .cross-sell-button:hover {
  background-color: #ffffff !important;
  color: #394c62 !important;
}

.cross-sell-product .cross-sell-button:hover svg path {
  stroke: #394c62 !important;
}

.indigator-button {
  background-color: #14c228;
}

.mobile-course-accordion {
  display: none !important;
}

.popular-course-desktop {
  display: flex !important;
}

.quick-card-item .card-item {
  background-size: cover !important;
}

.accordion-course-content {
  display: none;
}

/* Show content when the class is added */
.accodion-course-open {
  display: block;
}

/* Initially hide the button */
.mobile-accodion-button {
  display: none;
}

/* Show button when the class is added */
.accodion-course-button-show {
  display: flex;
}

/* ====================================
  HST Home page Responsive
======================================*/
@media (min-width: 820px) and (max-width: 890px) {
  .hst-certficate-title {
    bottom: 17.3rem !important
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .hst-hero-section .image-column {
    width: 45% !important;
    background-size: 100% !important;
    background-position: top center !important;
  }

  .hst-res-left {
    padding-left: 12rem !important;
  }

  .hst-hero-section .text-column {
    width: 55% !important;
    padding-top: 6rem !important;
  }

  .hss-client-testimonials .slick-track {
    gap: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1216px) {
  .hst-hero-section .image-column {
    background-size: 104% !important;
  }

  .hst-res-left {
    padding-left: 3rem !important;
  }
}

@media (max-width: 1216px) {
  .quick-card-item .card-item p br {
    display: none !important;
  }

  .partnerlogo .slick-track {
    gap: 1rem;
  }

  .hss-client-testimonials .slick-track {
    gap: 0;
  }
}

@media (max-width: 640px) {
  .hss-custom-arrow {
    top: -30px !important;
    right: -20px !important;
  }
}

@media (max-width: 767px) {
  .mobile-course-accordion {
    display: block !important;
  }

  .popular-course-desktop {
    display: none !important;
  }

  .hss-client-testimonials .slick-track .testimonial-item {
    min-height: auto;
  }

  .hss-client-testimonials {
    gap: 0 !important;
  }

  .hss-client-testimonials button {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

  .hss-client-testimonials .testimonial-item {
    padding: 1.5rem !important;
  }

  .hss-client-testimonials .testimonial-item>.tw-flex {
    flex-wrap: wrap !important;
  }
}

/* Order Received Page */

.custom-width-billing {
  width: 40% !important;
}

.custom-width-order {
  width: 60% !important;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 10px !important;
}

.woocommerce-order-received .woocommerce-order-overview::before {
  display: none !important;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.woocommerce-order-received .woocommerce-notice {
  padding: 16px 20px;
  box-shadow: 0px 4px 20px 0px #00000014;
  border-radius: 8px;
  border-left: 4px solid;
  border-color: #16c2d5;
  font-size: 18px;
  color: #586973;
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-order-overview li {
  background: #f6f6fa;
  border-radius: 8px;
  border: none !important;
  padding: 16px !important;
  margin-right: 0px !important;
}

.woocommerce-order-received .order-col {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 4px 4px 0px #00000014;
}

.woocommerce-order-received .order-lable {
  font-size: 18px;
  color: #73828a;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: "Lato" !important;
}

.woocommerce-order-received .order-value {
  font-size: 24px !important;
  color: #2e4450;
  font-weight: 600;
}

.woocommerce-order-received .woocommerce-order-overview .woocommerce-Price-amount bdi {
  color: #14b1c2;
}

.woocommerce-order-received .custom-shadaw {
  box-shadow: 0px 4px 20px 0px #00000014;
}

.woocommerce-order-received .red-price .woocommerce-Price-amount bdi {
  color: red;
}

/* Order Received Page */
.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 10px !important;
}

.woocommerce-order-received .woocommerce-order-overview::before {
  display: none !important;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.woocommerce-order-received .woocommerce-notice {
  padding: 16px 20px;
  box-shadow: 0px 4px 20px 0px #00000014;
  border-radius: 8px;
  border-left: 4px solid;
  border-color: #144170;
  font-size: 18px;
  color: #586973;
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-order-overview li {
  background: #f6f6fa;
  border-radius: 8px;
  border: none !important;
  padding: 16px !important;
  margin-right: 0px !important;
}

.woocommerce-order-received .order-col {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 4px 4px 0px #00000014;
}

.woocommerce-order-received .order-lable {
  font-size: 18px;
  color: #73828a;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: "Lato" !important;
}

.woocommerce-order-received .order-value {
  font-size: 24px !important;
  color: #2e4450;
  font-weight: 600;
}

.woocommerce-order-received .woocommerce-order-overview .woocommerce-Price-amount bdi {
  color: #144170;
}

.woocommerce-order-received .custom-shadaw {
  box-shadow: 0px 4px 20px 0px #00000014;
}

.woocommerce-order-received .red-price .woocommerce-Price-amount bdi {
  color: red;
}

/* Single course purchase css  */
/* ======= Fieldset Styling (Quantity Input Container) ======= */
#hst-quantity {
  border: 1px solid #eef0f1;
  padding: 0px 8px;
  width: auto;
  height: 40px;
  background: white;
  margin-bottom: 2px;
}


#hst-quantity input[type="number"] {
  width: 3rem;
  /* 48px */
  font-size: 18px !important;
  font-weight: 600;
  color: #1f2937;
  /* Dark gray text */
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
}


/* Single course purchase css  */
/* ======= Fieldset Styling (Quantity Input Container) ======= */
#res-hst-quantity {
  border: 1px solid #eef0f1;
  padding: 4px;
  width: auto;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}


#res-hst-quantity input[type="number"] {
  width: 3rem;
  /* 48px */
  font-size: 18px !important;
  font-weight: 600;
  color: #1f2937;
  /* Dark gray text */
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
}

/* Single course quantity css  */
.front {
  will-change: transform;
  transition: transform 250ms;
}

.pushable:hover .front {
  transform: translateY(-5px);
}

.pushable:active .front {
  transform: translateY(-2px);
}

.pushable {
  padding: 0;
  cursor: pointer;
}

.front {
  display: block;
  padding: 6px;
  color: white;
  transform: translateY(-2px);
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}


/* Checkout Page Buttons - Default */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #338a7c !important;
  color: white !important;
}

/* Hover Effect */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #d4af37 !important;
  color: white !important;
}

.woocommerce-message .button {
  background-color: #549d91 !important;
  color: white !important;
}

/* Student dashboard popup design */
#student-dashboard-popup {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px #0000001a;
  width: 300px;
  padding: 25px;
  border-radius: 12px;
  z-index: 1000;
  transition: opacity 0.3s ease;
  right: 16px;
  top: 60px;
}

#student-dashboard-popup ul {
  list-style-type: none;
}

#studentprofilbutton {
  letter-spacing: 1px !important;
  transition: 0.3s;
}

#studentprofilebutton:hover,
#studentprofilebutton:focus,
#studentprofilebutton:focus-visible {
  box-shadow: 0px 0px 0px 4px rgb(84 157 145 / 30%);
}

.password_terms_wrapper {
  display: none !important;
}

#course-sell-price-hidden {
  display: none !important;
}

.vibebp_registration_form form .vibebp_registration_field_wrap .password_fields {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 15px !important;
}

.vibebp_registration_form .password_fields .vibebp_registration_field {
  width: 50% !important;
}

.social-login-buttoons {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.social-login-buttoons a {
  width: 100%;
  display: flex !important;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 200px;
  background: #ffffff;
  display: inline-block;
  border-radius: 8px;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #555555 !important;
  padding: 12px 10px;
  box-shadow: 0px 0px 40px 0px #5555550a !important;
  transition: 0.3s;
}

.social-login-buttoons a:hover {
  opacity: 0.7;
}

.social-login-buttoons img {
  width: 20px !important;
}

.social-login-buttoons .facebook-login-button {
  background: #1877f2;
  color: #ffffff !important;
  transition: 0.3s;
}

.header-main-search {
  border: 1px solid transparent !important;
  padding-left: 46px !important;
  transition: 0.3s;
}

.header-main-search:focus {
  border: 1px solid #338a7c !important;
}

.search-icon-header {
  position: absolute;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .social-login-buttoons {
    padding: 20px;
  }

  .social-login-buttoons a {
    font-size: 16px !important;
  }

  .without-login {
    margin-left: 17px !important;
    margin-top: 20px !important;
  }

  .without-login a {
    min-width: 180px !important;
  }

  .mobile-style-user-icon {
    padding-left: 20px !important;
    justify-content: start !important;
    margin-top: 20px !important;
  }

  #student-dashboard-popup {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px #0000001a;
    width: 90%;
    padding: 25px;
    border-radius: 8px;
    z-index: 1000;
    transition: opacity 0.3s ease;
    top: 64px;
    left: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .social-login-buttoons a {
    font-size: 12px !important;
  }
}

#main-header-search {
  width: auto !important;
  transition: 5s;
}

@media only screen and (max-width: 992px) {
  #main-header-search {
    width: auto !important;
  }
}

/* ============ Course Card Styles ============= */
.course-card {
  border: 1px solid #ebedf1;
  box-shadow: none !important;
}

.custom-button-for-course-card {
  border: 1px solid #9e6f21;
  transition: 0.3s;
}

.custom-button-for-course-card img {
  transition: 0.3s;
}

.custom-button-for-course-card a:hover {
  background: transparent !important;
  color: #131d22 !important;
}

.custom-button-for-course-card img {
  filter: brightness(0) invert(1);
}

.course-card .image-wrapper {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Added for centering */
  text-align: center;
  line-height: 1.6;
  overflow: hidden;
  /* Ensures the shine effect stays within the container */
}

.course-card .image-wrapper img {
  height: auto;
  max-width: 100%;
}

.course-card .shine {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  /* Ensures the shine effect matches the container's shape */
}

.course-card .shine::before,
.hst-hero-slider-item .shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.8) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  transition: none;
  /* Disable transitions during idle state */
}

.course-card .shine:hover::before,
.course-card .shine:focus::before,
.hst-hero-slider-item .shine:hover::before,
.hst-hero-slider-item .shine:focus::before {
  animation: shine 0.8s ease-in-out;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

/* Scale on hover */
.scale-hover {
  transition: transform 0.3s ease;
}

.scale-hover:hover {
  transform: scale(1.03);
}

/* Shine animation */
.shine-hover {
  position: absolute;
  top: 0;
  left: -75%;
  height: 100%;
  width: 50%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  z-index: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.scale-hover:hover .shine-hover {
  left: 125%;
  transition: left 0.6s ease-in-out;
}


/* Custom thin scrollbar */
.custom-thin-scrollbar::-webkit-scrollbar {
  height: 5px;
  /* Thin scrollbar */
}

.custom-thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* Light grey scrollbar */
  border-radius: 10px;
  /* Rounded edges */
}

.custom-thin-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  /* Hide scrollbar track */
}

/* Firefox scrollbar styling */
.custom-thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
  /* Thumb color and transparent track */
}

//pricing-section-css
.hss-common-button a:hover .svg-icon path {
  stroke: none;
}

/* Hero Slider css: */

#hst-new-slider-container .hst-heroSlider-next {
  background-color: transparent;
  position: absolute;
  padding: 5px;
  left: 60%;
  bottom: 0.6rem;
  z-index: 40;
}

#hst-new-slider-container .hst-heroSlider-prev {
  background-color: transparent;
  position: absolute;
  padding: 5px;
  right: 57%;
  bottom: 0.6rem;
  z-index: 40;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hst-new-slider-container .hst-heroSlider-next {
    left: 63%;
    bottom: 0.5rem;
  }

  #hst-new-slider-container .hst-heroSlider-prev {
    right: 59%;
    bottom: 0.5rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #hst-new-slider-container .hst-heroSlider-next {
    left: 89%;
    bottom: 0.45rem;
  }

  #hst-new-slider-container .slick-dots {
    margin-bottom: 1.125rem;
    margin-left: -1.325rem;
  }

  #hst-new-slider-container .hst-heroSlider-prev {
    right: 89%;
    bottom: 0.45rem;
  }
}

.hst-new-hero-slider {
  & .slick-dots {
    display: flex;
    justify-content: center;

    padding: 1rem 0;

    list-style-type: none;

    li {
      margin: 0 0.25rem;
    }

    & button {
      display: block;
      width: 8px;
      height: 8px;
      padding: 0;
      border-radius: 100%;
      background-color: transparent;
      border: 1px solid #4e4e4e;

      text-indent: -9999px;
    }

    li.slick-active button {
      background-color: #144170;
      border: 1px solid #144170;
    }
  }
}

#hst-hero-slider-section .slick-list.draggable {
  padding: 0px 0px !important;
}

.hst-new-hero-slider {
  display: flex;
}

/* #hst-new-slider-container .slick-initialized .slick-slide {
  width: 345px !important;
} */

#hst-new-slider-container .slick-dots {
  margin-bottom: 1.325rem;
}

/* ============ Popular courses style ============= */
.hst-cat-active:nth-child(-n + 4) a {
  background: linear-gradient(180deg, #71b280 0%, #134e5e 100%);
  color: white !important;
}

.hst-cat-active:nth-child(-n + 4) a:hover {
  background: linear-gradient(120deg, #134e5e 0%, #71b280 100%);
  scale: 1.03;
  transition: all 0.3s ease-in-out;
}

#certificateVarify {
  height: 60px !important;
  position: relative;
  background: #ffffff !important;
}

#cs-footer .varifyButton {
  position: absolute;
  width: 120px !important;
  height: 46px !important;
  right: 7px;
  top: 50%;
  margin-top: 0px !important;
  padding: 0px 0px !important;
  transform: translateY(-50%);
  background: #144170 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: 0.3s;
}

#cs-footer .varifyButton:hover {
  background: #338a7c !important;
}

#footer-social-icons .footer--social-icon {
  width: auto;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

#footer-social-icons .footer--social-icon:hover {
  opacity: 0.8;
}

#footer-social-icons .footer--social-icon img {
  width: 32px;
}

//HST active category css
.active-svg-icon svg path {
  stroke: white !important;
}

.hst-cat-items:hover .cs-iconsvg svg path {
  stroke: white !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  background-color: #d4af37;
  float: none;
}

.hst-icon-svg:hover svg path {
  stroke: #144170 !important;
}

.hst-icon-svg svg {
  width: 24px !important;
  height: 24px !important;
}

.hst-specific-cat-items svg path {
  stroke: #222222 !important;
}

.hst-specific-cat-items svg {
  width: 24px !important;
  height: 24px !important;
}

.hst-specific-cat-items:hover svg path {
  stroke: #144170 !important;
}

.hst-menu-icons svg path {
  stroke: #144170 !important;
}

.hst-menu-icons svg {
  width: 16px !important;
  height: 16px !important;
}

#hst-mega-course-btn-wrapper:hover .hst-mega-course-btn path {
  fill: #144170 !important;
}

@media (min-width: 1441px) and (max-width: 2560px) {
  .hst-cat-list-container {
    width: 69rem;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .hst-cat-list-container {
    width: 52rem;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .hst-cat-list-container {
    width: 20rem;
  }
}

@media (min-width: 821px) and (max-width: 1024px) {
  .hst-cat-list-container {
    width: 30rem;
  }
}

/* tooltip css */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: white;
  color: #002E26;
  line-height: 1.2em;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  font-weight: 600;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.get-bundle-slider {
  animation: fadeIn 0.8s ease-in-out forwards;
  animation-delay: 0ms;

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

.get-bundle-slider .slick-slide {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.get-bundle-slider .slick-active {
  opacity: 1;
}

.hst-new-hero-slider {
  animation: fadeIn 3s ease-in-out forwards;

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

.hst-new-hero-slider .slick-slide {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.hst-new-hero-slider .slick-active {
  opacity: 1;
}


/* Custom menu icon for the first child of the menu */
.menu-icon-custom:first-child::after {
  content: url(/wp-content/uploads/2025/07/fire.png);
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

/* single course Gift Course Css */
input#send_gift_form {
  background: #144170;
  font-size: 18px !important;
  font-weight: 400 !important;
  fnt-family: "Source Sans Pro" !important;
  padding: 10px 20px;
  cursor: pointer;
  color: white !important;
}

input#send_gift_form:hover {
  background: #d4af37;
}


.woocommerce table.shop_table td small {
  color: white;
  font-weight: 700;
  font-size: 12px;
  background: #338a7c;
  padding: 2px 6px;
  border-radius: 4px;
}

td.product-name span {
  color: #ffff00 !important;
  font-weight: 700;
}

.floating-bold-text {
  -webkit-text-stroke: 1.2px white;
}

.floating-font-family {
  font-family: Montserrat !important;
}

#hst-add-to-basket svg path {
  stroke: #ffffff !important;
}

#res-hst-add-to-basket svg path {
  stroke: #ffffff !important;
}

.woocommerce-notices-wrapper a.button.wc-forward {
  background: #144170 !important;
}

.woocommerce-notices-wrapper a.button.wc-forward:hover {
  background: #d4af37 !important;
}

.hs-rating-with-timer-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(.2rem, 1fr)) !important;
}

#hst-courses-included-bundle .slick-prev {
  left: -10px;
}

#hst-courses-included-bundle .slick-next {
  right: -13px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .7 !important;
  color: #144170 !important;
}

.hst-hide-sidebar {
  display: none !important;
}

#cs-courses-container .course-card {
  width: 280px;
}

#hst-search-query .current {
  background: #144170 !important;
  color: #ffffff !important;
  border-color: #144170 !important;
}

.cart_totals .first-payment-date small {
  color: white !IMPORTANT;
}

/* CTA block CSS */
#ctabanner-right .cta-a:hover {
  color: #f2f2f2 !important;
}

#lifetimePrime-right .lifetimeCTA:hover {
  color: #f2f2f2 !important;
}