.btn-main-gradient {
  background: linear-gradient(135deg, #8B5CF6 0%, #06B6D4 100%) !important;
  /* box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4); */
}

a.btn-lg {
  font-size: var(--btn-font-size);
  padding: 10px 30px 10px 30px;
}

.rounded-2 {
  border-radius: 20px !important;
}

/* Guest of Honour section: full text visible, wrap inside box */
#section-guest-of-honour .container {
  overflow-x: hidden;
}
#section-guest-of-honour .guest-of-honour-card {
  max-width: 100%;
  overflow: visible;
}
#section-guest-of-honour .guest-of-honour-text {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
}
#section-guest-of-honour .guest-of-honour-para {
  color: rgba(255, 255, 255, 0.85);
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow: visible;
  white-space: normal;
}