.tut-before-after-widget-main-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.TUT-before-after-comparison-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.TUT-before-after-label {
  font-family: var(--secondary-font-family);
  font-size: var(--big-p-font-size);
  font-weight: bold;
  color: var(--primary-font-color);
}

.TUT-before-after-label {
  text-align: center;
  padding: 20px;
}

.TUT-before-after-mockup {
  background: white;
  margin: 0px;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 615 / 444;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
}
.TUT-before-after-swiper-wrapper {
  overflow: visible !important;
  max-width: 90vw !important;
  flex-direction: column;
  gap: 20px;
}

.TUT-before-after-browser-bar {
  background: #333;
  padding: 10px;
  display: flex;
  gap: 8px;
}

.TUT-before-after-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
}

.TUT-before-after-hero {
  padding: 60px 20px;
  text-align: center;
}

.TUT-before-after-before-section .TUT-before-after-hero {
  background: #b8935e;
}

.TUT-before-after-after-section .TUT-before-after-hero {
  background: #7dd3e8;
}

.TUT-before-after-hero h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.TUT-before-after-hero button {
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

.TUT-before-after-products {
  padding: 40px 20px;
}

.TUT-before-after-products h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.TUT-before-after-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.TUT-before-after-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.TUT-before-after-product-item {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
  min-height: 100px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #3b82f6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  color: white;
}

.TUT-before-after-slider-button {
  position: relative;
  display: flex;
  gap: 140px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.TUT-before-after-swiper-button-prev,
.TUT-before-after-swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
  background: #1c5df6;
  border-radius: 100%;
  width: 50px;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.TUT-before-after-before-section .TUT-before-after-mockup {
  opacity: 1;
/*   filter: brightness(0.5); */
}

.TUT-before-after-after-section .TUT-before-after-mockup {
  border: 8px solid #07b0fe;
}

.TUT-before-after-after-back-glow {
  position: absolute;
  height: 80%;
  background: #008edb91;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1/1;
  filter: blur(150px);
  z-index: -1;
}

.TUT-before-after-comparison-side {
  position: relative;
}

@media (max-width: 968px) {
  .TUT-before-after-comparison-wrapper {
    grid-template-columns: 1fr;
  }

  .TUT-before-after-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
