:where([class^="ri-"])::before {
  content: "\f3c2";
}
body {
  font-family: "Poppins", sans-serif;
}
.timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 24px;
  bottom: -24px;
  width: 2px;
  background-color: #e5e7eb;
}
.timeline-dot {
  position: absolute;
  left: 0;
  top: 24px;
  transform: translateX(-50%);
}
.slider-container {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.photo-card:hover .photo-title {
  opacity: 1;
}
.main-slider .slide {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider .slide.active {
  opacity: 1;
  z-index: 1;
}
.counter-value {
  transition: all 0.5s ease;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #1a56db;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #1a56db;
  border-radius: 4px;
  cursor: pointer;
}
.custom-checkbox.checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox.checked {
  background-color: #1a56db;
}
