/*============= Wilayah Section ==============*/

.wilayah-naning {
  background: linear-gradient(to bottom, #ffffff, #F0DD15);
  padding-top: 15px;
}

.wilayah-naning h2 {
  font-size: 47px;
}

.wilayah-naning p {
  font-size: 31px;
  line-height: 30px;
}

.list-group-item {
  font-size: 0.95rem;
  color: #212529;
  transition: background-color 0.2s ease;
}

.list-group-item:hover {
  background-color: #fff8c2;
  cursor: pointer;
}

.card-header {
  font-size: 1rem;
}

/*============= Perutusan Section ==============*/

.perutusan {
  background-image: url('../images/bg.png');
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
  transition: background-size 0.4s ease-in-out;
  animation: zoomBgSmooth 30s ease-in-out infinite alternate;
}

.perutusan.bg-expanded {
  background-size: cover !important;
  animation: none;
}

.perutusan .bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.perutusan .container {
  width: 1050px;
  height: auto;
}

.perutusan h2 {
  font-size: 48px;
  font-weight: bold;
}

.perutusan h5 {
  font-size: 35px;
  font-weight: bold;
}

.perutusan p {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}

.perutusan .sambungan p {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.btn-perutusan {
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  background-color: transparent;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 30px;
}

.btn-perutusan:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.btn-perutusan:active {
  transform: scale(0.96);
  background-color: #b88f15;
  border-color: #b88f15;
  color: #fff;
}

@media (max-width: 767.98px) {
  .perutusan {
    min-height: 100vh;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding: 40px 20px;
  }

  .perutusan .container {
    width: 100% !important;
    padding: 0;
  }

  .perutusan .row.align-items-center {
    flex-direction: column;
    text-align: center;
  }

  .perutusan h2 {
    font-size: 36px;
  }

  .perutusan h5 {
    font-size: 20px;
    line-height: 1.4;
  }

  .perutusan p {
    font-size: 16px;
    line-height: 28px;
  }
}

/*============= Wilayah Adat Section ==============*/

.wilayah-adat {
  background-image: url('../images/naning-map.png');
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
  transition: background-size 0.4s ease-in-out;
  animation: zoomBgSmooth 30s ease-in-out infinite alternate;
}

.wilayah-adat.bg-expanded {
  background-size: cover !important;
  animation: none;
}

.wilayah-adat .bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.wilayah-adat .container {
  width: 1050px;
  height: auto;
}

.wilayah-adat img {
  width: 1000px;
  height: 560px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wilayah-adat h2 {
  font-size: 48px;
  font-weight: bold;
}

.wilayah-adat p {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}

.wilayah-adat .sambungan p {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.btn-wilayah-adat {
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  background-color: transparent;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 30px;
}

.btn-wilayah-adat:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.btn-wilayah-adat:active {
  transform: scale(0.96);
  background-color: #b88f15;
  border-color: #b88f15;
  color: #fff;
}

@media (max-width: 767.98px) {
  .wilayah-adat {
    min-height: 100vh;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding: 40px 20px;
  }

  .wilayah-adat .container {
    width: 100% !important;
    padding: 0;
  }

  .wilayah-adat img {
    width: 100%;
    height: auto;
  }

  .wilayah-adat h2 {
    font-size: 36px;
  }

  .wilayah-adat p {
    font-size: 16px;
    line-height: 28px;
  }
}

@keyframes zoomBgSmooth {
  0% {
    background-size: 110%;
    background-position: center;
  }
  100% {
    background-size: 120%;
    background-position: center center;
  }
}

/*============= Alat Kebesaran Section ==============*/

.alat {
  background-color: black;
}

.alat h2 {
  font-size: 48px;
  font-weight: bold;
}

.alat-img-wrapper {
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  display: inline-block;
  overflow: hidden;
}

.alat-img-wrapper img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}

.alat-img-wrapper:hover {
  box-shadow:   
    0 0 70px var(--color-secondary);
  transform: scale(0.95);      
}

.modern-accordion .accordion-button {
  background-color: #fff;
  color: black;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Poppins', sans-serif;
}

.modern-accordion .accordion-body {
  background-color: #f8f9fa;
  color: #333;
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--color-primary);
  font-family: 'Poppins', sans-serif;
}

.accordion-item {
  border: none;
  border-radius: 0;
}