.card-persekutuan-container {
  margin: 0 2rem !important;
}

.card-persekutuan {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.card-persekutuan img {
  width: 100%;
  height: auto;
  padding: 0 2rem;
}

.card-persekutuan__content {
  padding: 1rem;
}

.heading-latest-persekutuan {
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.splide__arrow {
  background-color: rgb(128, 5, 7);
  width: 50px;
  height: 50px;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__arrow--prev {
  left: 6rem;
}

.splide__arrow--next {
  right: 6rem;
}

.series-parent {
  margin-top: 5rem;
  padding: 0 2rem;
}

.series-heading {
  /* font-size: 36px; */
  font-style: italic;
}

.series-container,
.playback-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 310px));
  gap: 60px;
  margin: 2rem 2rem;
  padding-bottom: 2rem;
}

.persekutuan-series-stack,
.playback-series-card {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.persekutuan-series-stack:hover,
.playback-series-card:hover {
  transform: translateY(-10px);
}

.persekutuan-series-stack::before,
.persekutuan-series-stack::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  border-radius: 12px;
  border: 2px solid #404040;
  transition: transform 0.3s ease;
}

.persekutuan-series-stack::before {
  top: 8px;
  left: 4px;
  z-index: 1;
  background: #768b92;
}

.persekutuan-series-stack:hover::before {
  transform: translateY(-4px) translateX(-2px);
}

.persekutuan-series-stack::after {
  top: 16px;
  left: 8px;
  z-index: 0;
  background: #454b4c;
}

.persekutuan-series-stack:hover::after {
  transform: translateY(-8px) translateX(-4px);
}

.persekutuan-series-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid #555;
  transition: all 0.3s ease;
}

.persekutuan-series-thumbnail,
.playback-series-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.persekutuan-series-info {
  padding: 0 1rem;
  margin-top: 30px;
}

.persekutuan-series-info p {
  margin: 0;
}

.persekutuan-series-info .series-name {
  font-size: 16px;
  font-weight: 350;
}

.persekutuan-series-info .series-type {
  font-size: 14px;
  color: #aaa;
}

.persekutuan-cta-kontak-container-wrapper {
  display: flex;
  justify-content: center;
}

.persekutuan-cta-kontak-container {
  margin: 2rem 1rem;

  padding: 64px;
  border-radius: 30px;
  background-color: #f4f4f5;
}

.persekutuan-cta-kontak-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.persekutuan-cta-kontak-content .title {
  text-align: center;
  margin: 16px 0;
  font-weight: 400;
  /* font-size: 2.25rem; */
}

.persekutuan-cta-kontak-content .text {
  margin: 1rem 0;
  font-size: 1rem;
  color: var(--wp--preset--color--heading);
}

.persekutuan-cta-kontak-button {
  background-color: #27272a;
  color: #f4f4f5;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 1em;
}

.cover-image img {
  object-fit: cover !important;
  width: 100%;
  height: 400px; /* Fixed height */
}

@media screen and (max-width: 768px) {
  .series-container,
  .playback-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 480px) {
  .series-container,
  .playback-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .series-parent {
    padding: 0 1rem;
  }

  .card-persekutuan-container {
    margin: 0 1rem !important;
  }

  .persekutuan-cta-kontak-container {
    padding: 20px;
  }

  .persekutuan-cta-kontak-content .title {
    /* font-size: 1.75rem; */
  }
}
