:root {
  --primary-color: #062118;
  --white-color: #fff;
  --black-color: #000;
  --danger-color: #ff0000;
  --hint-color: #7a7a79;
  --star-color: #f3d2a5;
}
body {
  font-family: 'InterRegular', sans-serif;
  font-size: 16px;
  background-image: url('/vendor/concerts/2025_savior/images/Layer-28.png'),
    url('/vendor/concerts/2025_savior/images/Layer-11-copy-8.png');
  background-position: center, center;
  background-size: cover, cover;
  background-blend-mode: multiply;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event-section {
  position: relative;
}
.event-card {
  width: 100%;
  height: 582px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
.event-card.shadow {
  position: absolute;
  height: 370px;
  top: 278px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background-image: url('/vendor/concerts/2025_savior/images/Layer-11-copy-7.png'),
    url('/vendor/concerts/2025_savior/images/Rectangle-2.png');
  background-position: center, center;
  background-size: cover, cover;
  background-blend-mode: multiply;
  will-change: transform;
  transition: transform 0.05s linear;
  z-index: 1;
}
.event-card.shadow .card-content {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.event-card.shadow .card-content.default {
  left: 290px;
  right: 290px;
  transition: all 0.3s ease;
}
.event-card.shadow .card-content.category {
  left: 263px;
  right: 263px;
  transition: all 0.3s ease;
}
.event-card.shadow .card-content h1,
.event-card.shadow .card-content a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
.event-card.shadow .card-content h1 {
  font-family: 'InterBold';
  font-size: 50px;
  letter-spacing: -1px;
  color: var(--black-color);
  margin: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.event-card.shadow .card-content h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 3px;
  background-color: var(--black-color);
  transition: width 0.5s ease;
}
.event-card.shadow .card-content h1:hover::after {
  width: 100%;
}
.event-card.shadow .card-content a {
  font-family: 'InterMedium';
  font-size: 24px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: var(--black-color);
}
.event-card.shadow .card-content a:hover {
  color: var(--primary-color);
}
.event-card.shadow .card-content a:active {
  color: var(--black-color);
}
.event-card.shadow .card-content a span {
  font-family: 'InterBold';
}
.event-card.main {
  position: relative;
  background-image: url('/vendor/concerts/2025_savior/images/BG-HEADER.png');
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}
.event-card.main .card-content {
  padding-top: 145px;
  padding-left: 145px;
  padding-right: 115px;
  padding-bottom: 25px;
}
.event-logo {
  position: relative;
  width: 500px;
  height: 150px;
}
.event-logo .layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-logo .layer1 {
  background-image: url('/vendor/concerts/2025_savior/images/LOGO-Layer-11-copy-5.png');
  mix-blend-mode: multiply;
  z-index: 3;
}
.event-logo .layer2 {
  background-image: url('/vendor/concerts/2025_savior/images/LOGO-Text.png');
  mix-blend-mode: screen;
  top: -21px;
  left: -79px;
  width: 750px;
  height: 270px;
  z-index: 2;
}
.event-logo .layer3 {
  background-image: url('/vendor/concerts/2025_savior/images/LOGO-Vector-Smart-Object.png');
  mix-blend-mode: normal;
  z-index: 1;
}
.event-info {
  color: var(--white-color);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0;
}
.event-info .left {
  font-family: 'InterMedium';
  font-size: 22px;
}
.event-info .left sup {
  font-size: 15px;
}
.event-info .left .text-style {
  font-family: 'InterExtraBold';
}
.event-info .line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 5px 10px;
  align-self: flex-end;
}
.event-info .right {
  font-family: 'InterExtraBold';
  font-size: 30px;
  align-self: flex-end;
}
.event-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
  color: var(--white-color);
  align-items: baseline;
}
.event-content .left {
  display: flex;
  align-items: center;
}
.event-content .left .brand {
  height: 15px;
  position: relative;
  top: 75px;
}
.event-content .right {
  text-align: right;
  align-items: flex-end;
}
.event-content .right .text-christmas {
  font-family: 'InterLight';
  font-size: 75px;
  line-height: 1;
}
.event-content .right .year-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.event-content .right .year-line .text-year {
  font-family: 'MediumItalic';
  font-size: 22px;
}
.event-content .right .year-line .text-live-worship {
  font-family: 'InterSemiBold';
  font-size: 75px;
  line-height: 1;
}
.ticket-section {
  margin-top: 70px;
  padding-top: 70px;
}
.register-form {
  margin-top: 15px;
  margin-bottom: 80px;
  padding: 0 100px;
  text-align: center;
  color: var(--black-color);
}
.register-form .form input, select, button {
  box-sizing: border-box;
}
.register-form .title {
  font-family: 'InterBold';
  font-size: 55px;
  margin: 0 0 7px;
  line-height: 0.91;
  letter-spacing: -1px;
}
.register-form .subtitle {
  font-family: 'InterMedium';
  font-size: 26px;
  margin: 0 0 30px;
}
.register-form form {
  max-width: 800px;
  margin: 0 auto;
}
.register-form form .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 8px;
}
.register-form form .form-group input,
.register-form form .form-group select {
  flex: 1;
  padding: 12px 22px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  font-family: 'InterMedium';
  font-size: 16px;
  color: var(--black-color);
  background: transparent;
}
.register-form form .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}
.register-form form .form-group input:focus,
.register-form form .form-group select:focus {
  outline: none;
  border: 2px solid var(--black-color);
  box-shadow: none;
}
.register-form form .form-group select:invalid,
.register-form form .form-group select option[disabled] {
  color: rgba(0, 0, 0, 0.5);
}
.register-form form .form-group select:valid,
.register-form form .form-group select option {
  color: var(--black-color);
}
.register-form form .form-terms {
  font-family: 'InterRegular';
  font-size: 18px;
  letter-spacing: -0.55px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.register-form form .form-terms .checkmark {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(--black-color);
  display: inline-block;
  position: relative;
  margin-right: 6px;
  vertical-align: middle;
}
.register-form form .form-terms .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--black-color);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.register-form form .form-terms .text-style {
  font-family: 'InterExtraBold';
}
.register-form form .form-terms label {
  cursor: pointer;
}
.register-form form .form-terms input {
  margin-right: 8px;
}
.register-form form .form-terms input[type="checkbox"] {
  display: none;
}
.register-form form .form-terms input[type="checkbox"]:checked + .checkmark::after {
  transform: translate(-50%, -50%) scale(1);
}
.register-form form .btn-submit {
  font-family: 'InterBold';
  font-size: 16px;
  display: inline-block;
  background: var(--black-color);
  color: var(--white-color);
  padding: 6px 35px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.register-form form .btn-submit:hover:not(:disabled) {
  background: var(--primary-color);
}
.register-form form .btn-submit:active:not(:disabled) {
  background: var(--black-color);
}
.register-form form .btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.register-form form .btn-submit.sold-out {
  background: var(--danger-color);
  cursor: not-allowed;
}
.ticket-information {
  display: flex;
  justify-content: space-between;
}
.ticket-information .pricing {
  max-width: 609px;
  margin-left: 26px;
  color: var(--black-color);
}
.ticket-information .pricing .item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 38px;
  padding: 10px 0;
}
.ticket-information .pricing .item.curved-line {
  background-image: url('/vendor/concerts/2025_savior/images/Rectangle-8.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.ticket-information .pricing .item .category,
.ticket-information .pricing .item .category .text-style {
  font-size: 28px;
  letter-spacing: -1px;
  text-align: right;
  align-self: flex-start;
}
.ticket-information .pricing .item .category {
  font-family: 'InterBoldItalic';
}
.ticket-information .pricing .item .category .text-style {
  font-family: 'InterRegular';
}
.ticket-information .pricing .item .price {
  font-family: 'InterRegular';
  font-size: 28px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ticket-information .pricing .item .price .text-style {
  font-family: 'InterSemiBold';
  font-size: 50px;
  line-height: 1;
  margin-right: 17px;
}
.ticket-information .pricing .rules {
  font-family: 'InterRegular';
  font-size: 14px;
  line-height: 1.34;
  letter-spacing: -0.5px;
}
.ticket-information .pricing .rules ol {
  list-style-type: decimal-leading-zero;
  margin-left: 4px;
}
.ticket-information .pricing .rules ol li {
  padding-left: 8px;
}
.ticket-information .visual {
  width: 580px;
  height: 450px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
}
.ticket-information .visual .eticket {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal-overlay .close-btn {
  position: absolute;
  top: 16px;
  right: 28px;
  font-size: 20px;
  cursor: pointer;
  color: var(--white-color);
}
.modal-box {
  background: rgba(20, 40, 35, 0.6);
  background: linear-gradient(135deg, rgba(19, 54, 45), rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white-color);
  width: 90%;
  max-width: 800px;
  padding: 40px;
  border-radius: 45px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  position: relative;
  animation: fadeIn 0.3s ease;
}
.modal-box.closing {
  animation: fadeOut 0.3s ease;
}
.modal-header {
  font-family: 'InterSemiBold';
  font-size: 30px;
  margin-bottom: 35px;
}
.modal-content {
  font-family: 'InterRegular';
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--white-color);
}
.modal-content ol {
  list-style-type: decimal-leading-zero;
  padding-left: 58px;
}
.modal-content li {
  padding-left: 6px;
  padding-right: 20px;
  margin-bottom: 12px;
}
.mobile-view,
.hide {
  display: none !important;
}
.is-error {
  font-size: 13px;
  font-style: italic;
  text-align: left;
  display: none;
  color: var(--danger-color);
}
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}
#toggle-ticket {
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#toggle-ticket.fade-out {
  opacity: 0;
  transform: translateY(-5px);
}
#toggle-ticket.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.preloader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 54, 45), rgba(0, 0, 0));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 100;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 800ms ease-out, visibility 0s linear 800ms;
}
.preloader img {
  width: 30%;
  object-fit: cover;
  transform: scale(0.2);
  opacity: 0;
  animation: none;
  will-change: transform, opacity;
}
.preloader.show img {
  animation: zoomToFull 2s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.custom-select-box {
  font-family: 'InterMedium';
  position: relative;
  width: 100%;
  cursor: pointer;
}
.custom-select-trigger {
  padding: 12px 22px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  font-size: 16px;
  text-align: left;
  color: var(--hint-color);
  background-image: url('/vendor/concerts/2025_savior/images/Rectangle-3.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}
.custom-select-box.open .custom-select-trigger {
  border: solid 2px var(--black-color);
  color: var(--black-color);
}
.custom-select-options {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 100%;
  left: 0;
  background: var(--white-color);
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin-top: 6px;
  max-height: 140px;
  overflow-y: auto;
  z-index: 10;
}
.custom-select-options::-webkit-scrollbar {
  width: 7px;
}
.custom-select-options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.custom-select-options::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-select-box.open .custom-select-options {
  display: block;
}
.custom-select-item {
  padding: 10px 20px;
  font-size: 16px;
  text-align: left;
  color: var(--black-color);
  background: transparent;
  transition: background 0.2s ease;
}
.custom-select-item.active,  
.custom-select-item:hover {
  background: var(--black-color);
  color: var(--white-color);
}

/* ===============================
   Main Mobile Styles
   =============================== */

.event-card-mobile {
  width: 100%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.event-card-mobile.main {
  position: relative;
  background-image: url('/vendor/concerts/2025_savior/images/BG-HEADER-MOBILE.png');
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}
.event-card-mobile.main .card-content {
  padding-top: 50px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}
.event-card-mobile.main .bg-pattern {
  position: absolute;
  text-align: right;
  padding-top: 35px;
  padding-right: 10px;
}
.event-card-mobile.main .bg-pattern img {
  width: 70%;
}
.event-logo-mobile {
  position: relative;
  text-align: center;
}
.event-logo-mobile img {
  width: 100%;
  margin-left: 15px;
  margin-bottom: -90px;
}
.event-info-mobile {
  font-family: 'InterRegular';
  color: var(--white-color);
  text-align: left;
  margin-top: 50px;
}
.event-info-mobile .time {
  font-family: 'InterMedium';
  font-size: 25px;
  margin-bottom: 12px;
}
.event-info-mobile .date {
  font-size: 32px;
  line-height: 0.9;
  color: var(--star-color);
  margin-bottom: 12px;
}
.event-info-mobile .date sup {
  font-size: 17px;
}
.event-info-mobile .place {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.event-info-mobile .place .line {
  flex: 1;
  height: 1px;
  background: var(--white-color);
  margin: 0 0 3px 7px;
  align-self: flex-end;
}
.event-content-mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
  color: var(--white-color);
  align-items: baseline;
}
.event-content-mobile .left {
  display: flex;
  align-items: center;
}
.event-content-mobile .left .brand {
  height: 7px;
  position: relative;
  top: 28px;
}
.event-content-mobile .right {
  text-align: right;
  align-items: flex-end;
}
.event-content-mobile .right .text-christmas {
  font-family: 'InterLight';
  font-size: 28px;
  line-height: 1;
}
.event-content-mobile .right .year-line {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.event-content-mobile .right .year-line .text-year {
  font-family: 'MediumItalic';
  font-size: 11px;
}
.event-content-mobile .right .year-line .text-live-worship {
  font-family: 'InterSemiBold';
  font-size: 28px;
  line-height: 1;
}
.ticket-visual-mobile {
  margin-top: -270px;
}
.ticket-visual-mobile .eticket {
  width: 100%;
}