/**
 * Theme Name:     TechSeeds
 * Author:         Viabletree CMS Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    TechSeeds is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

span.icon-img {
  color: #39a2f7;
  display: inline-block;
  position: relative;
}

.blue {
  color: #39a2f7;
}

span.icon-img::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 23px;
  background: url("https://techseeds.viabletree.com/wp-content/uploads/2024/01/Group-18.svg")
    no-repeat center center / contain;
  left: -15px;
  top: 5px;
}

.service-box {
  cursor: pointer;
}

.service-box .elementor-image-box-wrapper figure img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(188%)
    hue-rotate(343deg) brightness(119%) contrast(80%);
}

.service-box .elementor-image-box-wrapper:hover figure img {
  filter: unset;
}

.service-box .elementor-image-box-wrapper:hover h3 {
  color: #000 !important;
}

.course-overview {
  position: relative !important;
}

.course-overview::after {
  content: "";
  position: absolute;
  right: -44px;
  left: unset;
  top: -34px;
  background: url("https://techseeds.viabletree.com/wp-content/uploads/2024/01/download-8-1.png")
    no-repeat center center / contain;
  width: 265px;
  height: 113px;
}
.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #7b808c62;
}
.slider-horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgb(43 61 81 / 30%);
}
.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgb(43 61 81 / 20%);
}
.course-overview-slider {
  height: 100% !important;
}

.slick-arrow {
  position: absolute !important;
  right: -30px !important;
  border: 0px !important;
  bottom: 0 !important;
  width: 20px !important;
  height: 23px !important;
  padding: 0 !important;
  font-size: 0px !important;
  top: unset !important;
  left: unset !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}
.slick-arrow:focus,
.slick-arrow:hover {
  color: #fff;
  background-color: transparent !important;
  text-decoration: none;
  border: 0px !important;
  outline: 0px !important;
}
.slick-arrow::before {
  display: none !important;
}
.slick-prev {
  background-image: url("https://techseeds.viabletree.com/wp-content/uploads/2024/01/Arrow-1-1.png") !important ;
}
.slick-next {
  background-image: url("https://techseeds.viabletree.com/wp-content/uploads/2024/01/Arrow-1.png") !important ;
  right: -55px !important;
}
.progress {
  display: block;
  width: 3px;
  height: 297px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffcf54, #ffcf54, #ffcf54);
  background-repeat: no-repeat;
  background-size: 100% 0;
  transition: background-size 0.4s ease-in-out;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.course-overview-progress-bar {
  width: max-content !important;
  right: 25px !important;
  position: absolute !important;
  padding: 0 !important;
  left: unset !important;
  top: unset !important;
  bottom: unset !important;
  margin: auto;
}
.progress-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.progress-bar-wrapper > p {
  margin: 0;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.leraning-experience{
	position:relative;
	overflow:hidden;
}

@media screen and (max-width: 1024px) {
	.leraning-experience::before {
	    display: none !important;
	}
  .course-overview::after {
    display: none;
  }
  .course-overview-progress-bar {
    bottom: 95px !important;
  }
	span.icon-img::before {
		left: -6px;
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width: 767px) {
    
    .service-box .elementor-image-box-wrapper figure img {
        filter: unset !important;
    }
    .service-box .elementor-image-box-wrapper h3 {
        color: #000 !important;
    }
		
  .elementor-element-4d2a09a {
    left: 50% !important;
    bottom: 25px !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    right: 0 !important;
  }

  .elementor-element-4d2a09a .progress-bar-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .elementor-element-4d2a09a .progress-bar-wrapper .progress {
    width: 65%;
    height: 3px;
  }
  .course-overview-slider .slick-prev {
    left: 5px !important;
    bottom: -55px !important;
    z-index: 999;
  }

  .course-overview-slider .slick-next {
    left: 25px !important;
    bottom: -55px !important;
    z-index: 999;
  }
  
  .course-overview-progress-bar .e-con-inner {
        width: 85% !important;
        margin-right: 0 !important;
    }   
}
