.satumomen_menu_item {
  cursor: pointer;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rsvp-form-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
  background-color: var(--inv-accent) !important;
  border-color: var(--inv-accent) !important;
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.7);
}

.timeline-item {
  position: relative;
}

.timeline-marker {
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #3c4a45;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-marker::before {
  content: '♥';
  font-size: 10px;
  color: #3c4a45;
}

.timeline-content h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.timeline-content p {
  font-size: 14px;
  text-align: justify;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .container {
    padding: 20px 10px;
  }

  .title {
    font-size: 2rem;
  }

  .timeline {
    padding-left: 30px;
  }

  .timeline-content h2 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: 0;
    /* margin-bottom: 15px; */
    white-space: normal;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.card {
  margin: 10px 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(5px);
  position: relative;
  background-image: url('/images/card-bg.webp');
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 5px -2px rgb(0 0 0 / 50%);
}

.layer-card {
  width: 100%;
  display: inline-block;
  background-color: none;
}

.reknumb {
  letter-spacing: 2px;
  color: #000;
  font-size: 28px;
  font-family: Jura, sans-serif;
  font-weight: bold;
}

.visa_logo {
  float: right;
  padding: 20px 20px 0px 0px;
}

.visa_logo img {
  width: auto;
  height: 25px !important;
}

.visa_info {
  padding: 30px 10px 0 20px;
  margin: 0 7px 30px 0;
  text-align: left;
}

.visa_info img {
  width: 45px;
  height: auto;
  margin-top: 20px;
}

.visa_info p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: Jura, sans-serif;
}

.visa_crinfo {
  display: flex;
  justify-content: space-between;
}

.copy-button {
  justify-content: space-between;
  padding: 0 10px 10px 10px;
  float: right;
  background-color: rgb(0 0 0 / 27%);
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 12px;
  border-radius: 7px;
  backdrop-filter: blur(5px);
  text-shadow: -0.5px -0.5px 0 rgb(255 255 255 / 30%),
    0.5px 0.5px 0.5px rgb(0 0 0 / 80%);
}

.copy-button:hover {
  background-color: rgb(0 0 0 / 20%);
  text-decoration: none;
}
