/* ===============================
   📱 SMARTPHONE MEDIUM (≤540px)
   =============================== */

@media (min-width: 346px) and (max-width: 540px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .event-card {
    height: 500px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .event-card.shadow {
    height: 140px;
    top: 365px;
  }
  .event-card.shadow .card-content {
    bottom: 11px;
  }
  .event-card.shadow .card-content.default {
    left: 40px;
    right: 40px;
  }
  .event-card.shadow .card-content.category {
    left: 32px;
    right: 32px;
  }
  .event-card.shadow .card-content h1,
  .event-card.shadow .card-content a {
    overflow: visible;
  }
  .event-card.shadow .card-content h1 {
    font-family: 'InterThin';
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 9px 30px;
    background-image: url('/vendor/concerts/2025_savior/images/BG-BUTTON-GET-TICKET.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 22px;
    color: var(--white-color);
  }
  .event-card.shadow .card-content h1:hover::after {
    width: 0 !important;
  }
  .event-card.shadow .card-content a {
    font-size: 10px;
  }
  .event-card.main .card-content {
    padding: 35px 45px;
    text-align: center;
  }
  .event-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto 20px auto;
  }
  .event-logo .layer2 {
    display: none !important;
  }
  .event-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .event-info .left sup {
    font-size: 9px;
  }
  .event-info .line {
    display: none;
  }
  .event-info .left,
  .event-info .right {
    font-size: 16px;
    align-self: center;
  }
  .event-content {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .event-content .top .text-christmas {
    font-family: 'InterLight';
    font-size: 45px;
  }
  .event-content .top .text-live-worship {
    font-family: 'InterSemiBold';
    font-size: 45px;
  }
  .event-content .top .text-year {
    font-family: 'InterMedium';
    font-size: 20px;
    line-height: 2;
  }
  .event-content .bottom .brand {
    height: 12px;
    margin-top: 50px;
  }
  .register-form {
    margin-top: -130px;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .register-form .title {
    font-size: 28px;
  }
  .register-form .subtitle {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .register-form form {
    max-width: 100%;
  }
  .register-form form .form-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .register-form form .form-group input,
  .register-form form .form-group select {
    font-size: 14px;
    padding: 10px 15px;
  }
  .register-form form .form-terms {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .register-form form .btn-submit {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    border-radius: 8px;
  }
  .ticket-information {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .ticket-information .pricing {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .ticket-information .pricing .item {
    align-items: flex-end;
    gap: 16px;
    padding: 8px 6px;
  }
  .ticket-information .pricing .item .category,
  .ticket-information .pricing .item .category .text-style {
    font-size: 17px;
  }
  .ticket-information .pricing .item .price {
    font-size: 17px;
  }
  .ticket-information .pricing .item .price .text-style {
    font-size: 28px;
    margin-right: 0;
  }
  .ticket-information .pricing .rules {
    font-size: 11px;
  }
  .ticket-information .pricing .rules ol {
    margin-left: -10px;
  }
  .ticket-information .pricing .rules ol li {
    padding-left: 5px;
  }
  .ticket-information .visual {
    display: none;
  }
  .modal-overlay .close-btn {
    top: 16px;
    right: 32px;
    font-size: 18px;
  }
  .modal-box {
    width: 75%;
    max-width: 400px;
  }
  .modal-header {
    font-size: 23px;
    margin-bottom: 29px;
  }
  .modal-content {
    font-size: 10px;
  }
  .modal-content ol {
    padding-left: 47px;
  }
  .modal-content li {
    padding-left: 2px;
    padding-right: 24px;
    margin-bottom: 10px;
  }
  .custom-select-trigger {
    padding: 10px 15px;
    font-size: 14px;
  }
  .custom-select-options {
    max-height: 116px;
  }
  .custom-select-options::-webkit-scrollbar {
    width: 5px;
  }
  .custom-select-item {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* ===============================
   iPhone 14 Pro Max
   =============================== */

@media (min-width: 425px) and (max-width: 450px) {
  .event-card.shadow {
    top: 400px;
  }
  .event-card.shadow .card-content.default {
    left: 65px;
    right: 65px;
  }
  .event-card.shadow .card-content.category {
    left: 55px;
    right: 55px;
  }
  .register-form {
    margin-top: -180px;
  }
}

/* ===============================
   Samsung Galaxy S20 Ultra, iPhone XR
   =============================== */

@media (min-width: 410px) and (max-width: 420px) {
  .event-card.shadow {
    top: 390px;
  }
  .event-card.shadow .card-content.default {
    left: 60px;
    right: 60px;
  }
  .event-card.shadow .card-content.category {
    left: 50px;
    right: 50px;
  }
  .register-form {
    margin-top: -170px;
  }
}

/* ===============================
   iPhone 12 Pro
   =============================== */

@media (min-width: 390px) and (max-width: 400px) {
  .event-card.shadow {
    top: 375px;
  }
  .event-card.shadow .card-content.default {
    left: 50px;
    right: 50px;
  }
  .event-card.shadow .card-content.category {
    left: 40px;
    right: 40px;
  }
  .register-form {
    margin-top: -155px;
  }
}

/* ===============================
   Samsung Galaxy S8+
   =============================== */

@media (min-width: 360px) and (max-width: 370px) {
  .event-card.shadow {
    top: 360px;
  }
  .event-card.shadow .card-content.default {
    left: 34px;
    right: 34px;
  }
  .event-card.shadow .card-content.category {
    left: 27px;
    right: 27px;
  }
  .register-form {
    margin-top: -125px;
  }
}