.about-five__image__double img:first-child {
  width: 217px;
  height: 322px;
  object-fit: cover; /* penting */
}

.about-five__image__double img:last-child {
  width: 217px;
  height: 323px;
  object-fit: fill; /* penting */
}

.about-five__image > img:not(.about-five__image__double img) {
  width: 280px;
  height: 552px;
  object-fit: fill; /* gambar tidak akan 'fit' */
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
  .main-slider-four__bg {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .about-five__image__double img:first-child,
  .about-five__image__double img:last-child,
  .about-five__image > img:not(.about-five__image__double img) {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: fill;
  }

  .about-five__image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-five__image__double {
    display: flex;
    gap: 10px;
    justify-content: center;
    object-fit: cover;
  }
}

.serviceImage {
  height: 260px !important;
}

.image-why {
  width: 643px;
  height: 754px;
}

.brand-three {
  padding: 30px;
  background-size: cover;
  background-position: center;
  text-align: center; /* Center the logo */
}

.single-brand-logo {
  display: inline-block;
  max-width: 500px; /* Adjust as needed */
  margin: 0 auto;
}

.centered-logo {
  width: 100%;
  height: auto;
  display: block;
}

.price-four__item__shape {
  background-color: #674df0;
}
.price-four__item__pack {
  background: linear-gradient(105deg, #674df0 0%, rgb(0, 13, 58) 100%);

  .price-four__item__pack__inner {
    color: #674df0;
  }
}

.price-four__item:hover {
  .price-four__item__title {
    background-color: #674df0;
  }

  .price-four__item__shape {
    background-color: #08060641;
  }

  .thm-btn--two {
    background-color: #674df0;
  }
}

.price-four {
  padding: 100px 35px;
}

.movie-four {
  padding: 65px 35px;
}

.faq-two__accrodion .accrodion.active .accrodion-title {
  background-color: #674df0;

  h4 {
    color: #fff;
  }
}

/* Default (tidak aktif) => warna hitam */
.faq-two__accrodion .accrodion .accrodion-title__icon::after,
.faq-two__accrodion .accrodion .accrodion-title__icon::before {
  background-color: #000000;
}

/* Aktif => warna putih */
.faq-two__accrodion .accrodion.active .accrodion-title__icon::after,
.faq-two__accrodion .accrodion.active .accrodion-title__icon::before {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .main-header-four {
    display: block !important;
  }
}
