/** Shopify CDN: Minification failed

Line 635:84 Unexpected "/"

**/
*,
*::before,
*::after {
  /* margin: 0; */
  padding: 0;
  box-sizing: border-box;
}
.page-width {
  padding-left: 16px !important;
  padding-right: 16px !important;
  max-width: 1316px;
}
.related-products.nxt-container{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
/* blog card style start  */

.mh_blog_card {
  display: block;
  background-color: #111827;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.mh_blog_card *{
    margin: 0;
  }

.mh_blog_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.mh_blog_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.mh_blog_card:hover::before {
  opacity: 1;
}

.mh_blog_card .blog_card_media {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  position: relative;
}

.mh_blog_card .blog_card_media img {
  max-width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.mh_blog_card .blog_card_badge {
  min-height: 24px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 20px;
  background: linear-gradient(90deg, #f97316 0%, #ef4444 100%);
  border-radius: 9999px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}

.mh_blog_card .blog_card_content {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 5;
}

.mh_blog_card .blog_card_content_top {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.mh_blog_card .blog_title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mh_blog_card .blog_excerpt {
  color: #d1d5db;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mh_blog_card .blog_card_content_bottom {
  padding: 24px 0 0;
  border-top: 1px solid #1e2941;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}

.mh_blog_card .blog_card_author {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.mh_blog_card .blog_card_author:hover {
  transform: translateX(4px);
}

.mh_blog_card .blog_card_author .author_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mh_blog_card .blog_card_author .author_name {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
}

.mh_blog_card .blog_card_author .author_img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 1.83px solid #f973164d;
  flex-shrink: 0;
}
.mh_blog_card .blog_card_author .author_img.author_img_placeholder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg,#f97316,#ef4444);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
}

.mh_blog_card .blog_publish_date {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}

.mh_blog_card .blog_read_time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mh_blog_card .blog_read_time .clock_icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mh_blog_card .blog_read_time .read_value {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}

/* Responsive styles */
@media screen and (max-width: 425px) {
  .mh_blog_card .blog_card_content {
    padding: 20px 16px;
  }

  .mh_blog_card .blog_card_badge{
    top: 14px;
    left: 14px;
  }
}
/* blog card style end  */
.course-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 13px;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
  }
  
  .course-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    background: rgba(17, 24, 39, 1);
  }
  
  .course-card .course-image {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 10px;
  }
  
  .course-card .course-image img {
    width: 100%;
    height: 166px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .course-card:hover .course-image img {
    transform: scale(1.05);
  }
  
  .course-card .course-image .play-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .course-card:hover .course-image .play-icon {
    opacity: 1;
    visibility: visible;
  }
  
  .course-card .course-content div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
  }
  
  .course-card .course-content .course-category {
    color: rgba(140, 140, 140, 1);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: normal;
  }
  
  .course-card .course-content .course-rating {
    display: flex;
    align-items: center;
  }
  
  .course-card .course-content .course-rating .rating-icon {
    margin-right: 4px;
  }
  
  .course-card .course-content .course-rating .rating-value,
  .course-content .course-rating .rating-count {
    color: rgba(179, 179, 179, 1);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: normal;
  }
  
  .course-card .course-content .course-title {
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: normal;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
  }
  
  .course-card .course-content .course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .course-card .course-content .course-meta .course-duration,
  .course-card .course-content .course-meta .course-students,
  .course-card .course-content .course-meta .course-certificate {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(179, 179, 179, 1);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: normal;
  }

  .pagination-wrapper .pagination__list > li {
    margin: 0 !important;
    width: fit-content;
    max-width: fit-content;
    flex: none;
}
.pagination__list {
    gap: 16px;
}
.pagination__list li a {
    background: #1F2937;
      border-radius: 8px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #D1D5DB;
      text-decoration: none;
      transition: all .3s ease;
      font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
  }
  .pagination__list li a::after {
      display: none !important;
  }
  .pagination__list li a .svg-wrapper {
      width: 24px;
      height: 24px;
  }
  .pagination__list li a.pagination__item--current,
  .pagination__list li a:hover {
    background: linear-gradient(90deg, #F87017 1.96%, #DD2826 100%);
    color: #FFFFFF;
    opacity: 1;
  }

  /* Single blog page table styles */
  /* Table Styles */
.mh_blog_content table,
.mh_course_info_wrapper table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .mh_blog_content table,
  .mh_course_info_wrapper table {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .mh_blog_content table th,
  .mh_blog_content table td,
  .mh_blog_content table p,
  .mh_blog_content table span,
  .mh_blog_content table a,
  .mh_blog_content table li,
  .mh_course_info_wrapper table th,
  .mh_course_info_wrapper table td,
  .mh_course_info_wrapper table p,
  .mh_course_info_wrapper table span,
  .mh_course_info_wrapper table a,
  .mh_course_info_wrapper table li {
    font-size: 13px !important;
    line-height: 20px;
  }

  .mh_blog_content table::-webkit-scrollbar,
  .mh_course_info_wrapper table::-webkit-scrollbar {
    height: 6px;
  }

  .mh_blog_content table::-webkit-scrollbar-thumb ,
  .mh_course_info_wrapper table::-webkit-scrollbar-thumb{
    background: rgb(255, 122, 38);
    border-radius: 10px;
  }
}
@media (min-width: 1300px) {
    .blog__posts.articles-wrapper {
        column-gap: 30px !important;
        row-gap: 30px !important;
    }
}
  

  /* All policy Page Styles */
.shopify-policy__container,
.section-template--28450987082075__custom_liquid_UJtejE-padding section /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding .page-width /* accessibility-statement */{
  max-width: 850px !important;
  width: 100%;
  padding-bottom: 60px ;
  margin: 0 auto !important;
}




  .shopify-policy__container h1,
  .section-template--28450987082075__custom_liquid_UJtejE-padding h1 , /* cookies-policy*/
  .section-template--28451080733019__rich_text_kzGAqJ-padding h1 /* accessibility-statement */  {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: left;
}



.shopify-policy__container h2,
.section-template--28450987082075__custom_liquid_UJtejE-padding h2 /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding h2 /* accessibility-statement */ {
 color: #fff !important;
  font-size: 26px;
  line-height: 32px;
  margin: 50px 0 0;
  font-weight: 700;
}


.shopify-policy__container h3,
.section-template--28450987082075__custom_liquid_UJtejE-padding h3 /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding h3 /* accessibility-statement */ {
  color: #fff !important;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0 0;
  font-weight: 600;
}


.shopify-policy__container p,
.section-template--28450987082075__custom_liquid_UJtejE-padding p /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding p /* accessibility-statement */ {
   color: #fff !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  margin: 16px 0 0;
}


.shopify-policy__container  ul,
.shopify-policy__container  ol,
.section-template--28450987082075__custom_liquid_UJtejE-padding ul /* cookies-policy*/,
.section-template--28450987082075__custom_liquid_UJtejE-padding ol /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding ul /* accessibility-statement */,
.section-template--28451080733019__rich_text_kzGAqJ-padding ol /* accessibility-statement */ {
  display: flex;
  flex-direction: column;
  margin: 20px 0 24px;
  padding-left: 24px;
  display: flex;
  flex-direction: column; 
  gap: 12px;
}

.section-template--28450987082075__custom_liquid_UJtejE-padding ul /* cookies-policy*/,
.section-template--28450987082075__custom_liquid_UJtejE-padding ol /* cookies-policy*/{
  padding-left: 36px !important;
}



.shopify-policy__container  li,
.section-template--28450987082075__custom_liquid_UJtejE-padding li /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding li /* accessibility-statement */ {
   color: #fff !important;
   font-size: 14px;
   line-height: 24px;
   letter-spacing: normal;
}

.shopify-policy__container  li p,
.section-template--28450987082075__custom_liquid_UJtejE-padding li p /* cookies-policy*/,
.section-template--28451080733019__rich_text_kzGAqJ-padding li p /* accessibility-statement */{
 color: #fff !important;
display: inline;
margin: 0;
}

.section-template--28451080733019__rich_text_kzGAqJ-padding a /* accessibility-statement */
  {
    color: #FF7A26;
  }

  .section-template--28451080733019__rich_text_kzGAqJ-padding a:hover /* accessibility-statement */
  {
    color: #FF7A26;
  }


/* =========================
   Responsive Policy Pages
   For Devices <= 768px
========================= */

@media screen and (max-width: 768px) {


  /* Main Heading */
  .shopify-policy__container h1,
  .section-template--28450987082075__custom_liquid_UJtejE-padding h1 /* cookies-policy*/,
  .section-template--28451080733019__rich_text_kzGAqJ-padding h1 /* accessibility-statement */{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  /* Secondary Heading */
  .shopify-policy__container h2,
  .section-template--28450987082075__custom_liquid_UJtejE-padding h2 /* cookies-policy*/,
  .section-template--28451080733019__rich_text_kzGAqJ-padding h2 /* accessibility-statement */{
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }

  /* Third Heading */
  .shopify-policy__container h3,
  .section-template--28450987082075__custom_liquid_UJtejE-padding h3 /* cookies-policy*/,
  .section-template--28451080733019__rich_text_kzGAqJ-padding h3 /* accessibility-statement */{
    font-size: 20px;
    line-height: 28px;
    margin-top: 18px;
  }

  /* Paragraph Text */
  .shopify-policy__container p,
  .section-template--28451080733019__rich_text_kzGAqJ-padding p /* accessibility-statement */,
  .section-template--27793139990861__rich_text_YRfVm3-padding p /* cookies-policy*/{
    font-size: 15px;
    line-height: 24px;
    margin-top: 14px;
  }

  /* List Wrapper */
  .shopify-policy__container ul,
  .shopify-policy__container ol,
  .section-template--28451080733019__rich_text_kzGAqJ-padding ul, /* accessibility-statement */
  .section-template--28451080733019__rich_text_kzGAqJ-padding ol, /* accessibility-statement */
  .section-template--27793139990861__rich_text_YRfVm3-padding ul, /* cookies-policy*/
  .section-template--27793139990861__rich_text_YRfVm3-padding ol /* cookies-policy*/{
    gap: 6px;
    margin: 20px 0;
    padding-left: 20px;
  }

  /* List Items */
  .shopify-policy__container li,
  .section-template--28451080733019__rich_text_kzGAqJ-padding li, /* accessibility-statement */
  .section-template--27793139990861__rich_text_YRfVm3-padding li /* cookies-policy*//{
    font-size: 15px;
    line-height: 24px;
  }
}