/* Releases Component Styles */

.project_list-wrapper {
  position: relative;
  padding-bottom: 70px;
  width: 100%;
}

.project_list-wrapper .slick-slider {
  width: 100%;
}

.project_list-wrapper .slick-list {
  width: 100%;
}

.project_list-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}

.project_list-wrapper .slick-dots {
  position: absolute;
  bottom: -80px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.project_list-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.project_list-wrapper .custom-dot {
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.project_list-wrapper .slick-dots li.slick-active .custom-dot {
  background-color: #fff;
}

.project-status-tag {
  background: linear-gradient(90deg, rgba(0, 209, 140, 0.2) 0.01%, rgba(0, 209, 140, 0.24) 50.01%, rgba(0, 209, 140, 0.24) 100%);
  border-radius: 32px;
  font-family: Figtree;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  backdrop-filter: blur(6px);
}

.slider-arrow {
  position: absolute;
  bottom: 12px;
  z-index: 1;
  filter: brightness(200%);
  background-color: linear-gradient(90deg, #fff0 42%, #45aefff2);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 2rem;
  padding: 1px;
  transition: all .275s;
  display: flex;
  cursor: pointer;
}

.slider-arrow:hover {
  filter: none;
  background-color: #45aeff33;
}

.is-bottom-next {
  right: 0;
  background-image: linear-gradient(90deg, #fff0 42%, #45aefff2);
  position: absolute;
  bottom: -80px !important;
}

.is-bottom-previous {
  right: 0;
  background-image: linear-gradient(90deg, #45aefff2, #fff0 58%);
  position: absolute;
  bottom: -80px !important;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #333;
  border-top: 3px solid #45aeff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.error-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.error-message {
  color: #ff6b6b;
  text-align: center;
  font-size: 16px;
}

.tag-wrap.completed {
  background: linear-gradient(90deg, rgba(255, 80, 1, 0.2) 0.01%, rgba(255, 80, 1, 0.24) 50.01%, rgba(255, 80, 1, 0.24) 100%);
  box-shadow: inset 0px -7px 11px rgba(255, 80, 1, .12);
}

.text-style-tagline.completed {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(90deg, #FF5001 0.01%, rgba(255, 255, 255, 0.4) 49.5%, #E6F6DD 76.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.single-project-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.single-project-wrapper .project_item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.testimonial20_slide {
  width: 100%;
}

.testimonial20_slide .project_item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
}

.project_list-wrapper .slick-slide {
  width: 100% !important;
  padding: 0 10px;
}

.project_list-wrapper .slick-slide > div {
  width: 100%;
}

.no-projects-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
}

.no-projects-message {
  color: #666;
  font-size: 18px;
  font-style: italic;
}
