section.anistoncategorynew {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  max-height: 100vh;
  min-height: 400px;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 16px;
  margin-bottom: 20px;
}

.anistoncategorynew-lg\:w-1\/2 {
  width: 50%;
}

.anistoncategorynew-w-full {
  width: 100%;
}

.anistoncategorynew-slideshow {
  position: relative;
  overflow: hidden;
}

.anistoncategorynew-slides {
  display: flex;
  transition: opacity 1s ease-in-out;
}

.anistoncategorynew-slide {
  min-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
}

.anistoncategorynew-slide.active {
  opacity: 1;
  position: relative;
}

.anistoncategorynew-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.anistoncategorynew-flex {
  display: flex;
  flex-wrap: wrap;
}

.anistoncategorynew-flex-col {
  flex-direction: column;
}

.anistoncategorynew-justify-center {
  justify-content: center;
}

.anistoncategorynew-bg-gray {
  background-color: #f4f4f4;
}

.anistoncategorynew-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.anistoncategorynew-md\:px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.anistoncategorynew-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.anistoncategorynew-text-fluid-xl {
  font-size: 2.5rem;
}

.anistoncategorynew-wysiwyg-content p {
  line-height: 1.4;
  color: #555;
  margin-bottom: 2rem;
}

.anistoncategorynew-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.anistoncategorynew-btn:hover {
  background-color: #333;
}

.anistoncategorynew-btn-label-container {
  display: flex;
  align-items: center;
}

.anistoncategorynew-btn-dark {
  background-color: #000;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  section.anistoncategorynew {
    flex-direction: column;
  }

  .anistoncategorynew-lg\:w-1\/2 {
    width: 100%;
  }

  .anistoncategorynew-md\:px-16 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .anistoncategorynew-py-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .anistoncategorynew-text-fluid-xl {
    font-size: 1.5rem;
  }

  .anistoncategorynew-wysiwyg-content p {
    font-size: 0.9rem;
  }

  .anistoncategorynew-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
