
/*----------P_EKSTRA_PAGE----------*/
.kegiatan-section {
  background-color: #0E1A52;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.kegiatan-header {
  text-align: center;
  margin-bottom: 40px;
  color: white;
}

.kegiatan-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.kegiatan-header p {
  font-size: 1.1rem;
  color: white;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.line {
  border-bottom: 1px solid white;
}


/*grid ekstra*/
/*pramuka*/
.pramuka-section,
.basket-section {
  display: flex;
  background-color: #0E1A52;
  padding-bottom: 40px;
  
}

.eks-kontain {
  flex: 4;
  background-color: white;
  padding: 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.pramuka-left {
  background-image: linear-gradient(rgba(65, 33, 10, 0.5), rgba(36, 23, 14, 0.5)), url('../images/foto-pramuka.webp');
}

.basket-right {
background-image: linear-gradient(rgba(65, 33, 10, 0.5), rgba(36, 23, 14, 0.5)), url('../images/foto-basket.webp');
}
.pramuka-left h2,
.basket-right h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: white;
}

.tagline {
  font-size: 18px;
  color: white;
  font-style: italic;
  margin-bottom: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.teks {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.schedule {
  background-color: #00000080;
  padding: 30px;
  border-radius: 8px;
}


.border-left{
  border-left: 6px solid white;
}

.border-right{
  border-right: 6px solid white;
}

.schedule h3 {
  margin-bottom: 10px;
  color: white;
}

.schedule p {
  color: white;
}

.pramuka-right {
  padding: 20px 0px 20px 20px;
}

.basket-left {
  padding: 20px 20px 20px 0px;
}

.eks-info {
  flex: 1;
  background-color: #0E1A52;
  color: white;
}

.benefits {
  background-color: rgb(236, 236, 236);
  border-top: 6px solid rgb(72, 74, 173);
  color: black;
  padding: 40px;
  height: 100%;
}

.benefits h3 {
  margin-bottom: 20px;
}

.benefits ul {
  list-style-type: disc;
  padding-left: 20px;
}

.benefits li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  
  .pramuka-section,
  .basket-section {
    flex-direction: column;
  }

  
  .basket-section {
    flex-direction: column-reverse; 
  }

  .eks-kontain,
  .eks-info {
    width: 100%;
    padding: 20px;
  }


  .tagline {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .teks {
    font-size: 16px;
    text-align: center;
    color: white;
    padding: 10px;
  }

  .schedule {
    padding: 20px;
    margin-top: 20px;
  }

  .border-left,
  .border-right {
    border: none;
    border-top: 4px solid white;
  }

  .benefits {
    padding: 20px;
    margin-top: 20px;
    background-color: rgb(236, 236, 236);
  }

  .benefits h3 {
    font-size: 20px;
    text-align: center;
  }

  .benefits li {
    font-size: 15px;
    line-height: 1.5;
  }
}
