[data-id="14776000015562041"],
[data-id="14776000015562048"],
[data-id="14776000015562055"] {
  border: 1px solid;
  border-radius: 10px;
  padding: 30px;
}



/* Center the accordion container */
.accordion {
  max-width: 800px;
  margin: 40px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  font-family: sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Each accordion section */
.accordion-item {
  border-top: 1px solid #e0e0e0;
}

/* Header design */
.accordion-header {
  background-color: #e6f2ff;
  /* Light blue */
  color: #003366;
  /* Dark text */
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background-color: #d4e9ff;
}

/* Plus/minus symbol */
.accordion-arrow {
  font-size: 22px;
  font-weight: bold;
}

/* Accordion body */
.accordion-content {
  display: none;
  padding: 18px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.accordion {
  max-width: 1100px;
  /* or use 100% if you want full width */
  width: 100%;
  margin: 0 auto;
}



/* Hide sections */
[data-section-id="14776000015562223"],
[data-section-id="14776000015562237"],
[data-section-id="14776000015562248"],
[data-section-id="14776000015562260"],
[data-section-id="14776000015562272"],
[data-section-id="14776000015562284"],
[data-section-id="14776000015562295"],
[data-section-id="14776000015562306"],
[data-section-id="14776000015562317"],
[data-section-id="14776000015562328"] {
  display: none;
}



/* Fade Right */
[data-id="14776000015545877"],
[data-id="14776000015545891"] {
  opacity: 0;
  transform: translateX(-80px);
}

[data-id="14776000015545877"].aos-animate,
[data-id="14776000015545891"].aos-animate {
  animation: fadeRight 0.8s ease forwards;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* Fade Left */
[data-id="14776000015545884"] {
  opacity: 0;
  transform: translateX(80px);
}

[data-id="14776000015545884"].aos-animate {
  animation: fadeLeft 0.8s ease forwards;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Hove effect for the cards section */
[data-id="14776000015562041"]:hover,
[data-id="14776000015562048"]:hover,
[data-id="14776000015562055"]:hover {
  border-color: #5b81fe;
}


[date-time-venue-id="14776000015545815"] {
  padding-bottom: 100px;
}



@media screen and (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  * {
    box-sizing: border-box;
  }

}

