/* Styles for Tut Achievment Section Slider Widget */

.tut-achievment-section-slider-left-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 80%;
  min-width: 560px;
}

.tut-achievment-section-slider-left-container h1 {
  max-width: 420px;
}

.tut-achievment-section-slider-left-btn-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.tut-achievment-section-slider-right-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 900px;
}

.right-side-blured-veil {
  background-image: linear-gradient(90deg, #00ffff00 0%, #000a1b 90%);
  right: -10px;
}

.left-side-blured-veil {
  background-image: linear-gradient(90deg, #000a1b 10%, #00ffff00 100%);
  left: -10px;
}

.achievment_img_box {
  width: unset !important;
  height: 170px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.achievment_img_box img {
  object-fit: cover;
  height: 100% !important;
}

/* ///////////////////////////////////////////////////// */
/* ///////////////MEDIA QUERIES Starts///////////////// */
/* /////////////////////////////////////////////////// */

/* Desktop large (≤ 1440px) */
@media (max-width: 1440px) {
}

/* Laptop (≤ 1200px) */
@media (max-width: 1200px) {
  /* Your styles here */
}

/* Tablet landscape (≤ 992px) */
@media (max-width: 992px) {
  /* Your styles here */
}

/* Tablet portrait (≤ 768px) */
@media (max-width: 768px) {
  .tut-global-section-alignments {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .tut-achievment-section-slider-left-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    width: 100%;
    min-width: unset;
    text-align: center;
  }

  .tut-achievment-section-slider-right-btn-container {
    width: 100vw;
    align-items: center;
    justify-content: center;
    max-width: unset;
    }
	.tut-achievment-section-slider-right-btn-container {
		padding-top: 50px;
	}
}

/* Mobile landscape (≤ 576px) */
@media (max-width: 576px) {
  /* Your styles here */
}

/* Mobile portrait (≤ 480px) */
@media (max-width: 480px) {
  /* Your styles here */
}

/* Small phones (≤ 360px) */
@media (max-width: 360px) {
  /* Your styles here */
}

/* /////////////////////////////////////////////////// */
/* ///////////////MEDIA QUERIES Ends///////////////// */
/* ///////////////////////////////////////////////// */
