.elementor-13146 .elementor-element.elementor-element-7555a82{--display:flex;}/* Start custom CSS *//* Wrapper */
.confirm-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 20px;
  background: #0F1922;
}

/* Card */
.confirm-card {
  background: #FFFFFF;
  padding: 48px 40px;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  font-family: 'Inter', sans-serif;
}

/* Header (Icon + Title) */
.confirm-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

/* Success Icon */
.confirm-icon {
  font-size: 64px;
  color: #3BAF4A;
  line-height: 1;
  font-weight: 700;
}

/* Title */
.confirm-title {
  font-size: 28px;
  font-weight: 600;
  color: #1A2E3B;
  margin: 0;
  line-height: 28px; /* Your requested fix */
  letter-spacing: 0.2px;
  white-space: nowrap; /* Prevents breaking into two lines */
  max-width: 100%; /* Ensures proper container fit */
}

/* Subtitle */
.confirm-subtitle {
  font-size: 16px;
  color: #4A5A67;
  margin-bottom: 32px;
  line-height: 1.5;
}

/* Details Box */
.details-box {
  background: #F7F9FA;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 32px;
  text-align: left;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.detail-icon {
  font-size: 20px;
}

.detail-text {
  font-size: 16px;
  color: #1A2E3B;
}

/* Calendar Section */
.calendar-title {
  font-size: 16px;
  font-weight: 600;
  color: #1A2E3B;
  margin-bottom: 12px;
}

.calendar-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.cal-icon {
  font-size: 14px;
  color: #1A2E3B;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  background: #F0F3F5;
  transition: 0.2s;
}

.cal-icon:hover {
  background: #E4E8EA;
}

/* Buttons */
.button-row {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-secondary {
  padding: 12px 24px;
  border: 1px solid #1A2E3B;
  border-radius: 6px;
  color: #1A2E3B;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.btn-secondary:hover {
  background: #F7941D;
  color: #FFFFFF;
  border-color: #F7941D;
}
.cal-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
}
.cal-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
}/* End custom CSS */