/* ===============================
   💻 LAPTOP LARGE (≥1440px)
   =============================== */

@media (min-width: 1440px) and (max-width: 1919px) {
  .event-card {
    height: 650px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
  }
  .event-card.shadow {
    height: 400px;
    top: 328px;
  }
  .event-card.shadow .card-content.default {
    left: 295px;
    right: 295px;
  }
  .event-card.shadow .card-content.category {
    left: 260px;
    right: 260px;
  }
  .event-card.shadow .card-content h1 {
    font-size: 63px;
  }
  .event-card.shadow .card-content a {
    font-size: 27px;
  }
  .event-card.main .card-content {
    padding-top: 150px;
    padding-left: 160px;
    padding-right: 125px;
    padding-bottom: 10px;
  }
  .event-logo {
    width: 564px;
  }
  .event-logo .layer2 {
    top: -33px;
    left: -42px;
    width: 750px;
    height: 315px;
  }
  .event-info {
    margin-top: 12px;
  }
  .event-info .left {
    font-size: 28.5px;
  }
  .event-info .left sup {
    font-size: 19px;
  }
  .event-info .line {
    height: 2px;
    margin: 6px 15px;
  }
  .event-info .right {
    font-size: 35px;
  }
  .event-content {
    margin-top: 30px;
  }
  .event-content .left .brand {
    height: 19px;
    top: 96px;
  }
  .event-content .right .year-line {
    gap: 17px;
  }
  .event-content .right .year-line .text-year {
    font-size: 27px;
  }
  .event-content .right .text-christmas {
    font-size: 98px;
  }
  .event-content .right .year-line .text-live-worship {
    font-size: 98px;
  }
  .ticket-section {
    margin-top: 80px;
    padding-top: 80px;
  }
  .register-form {
    margin-top: 12px;
    margin-bottom: 80px;
  }
  .register-form .title {
    font-size: 65px;
  }
  .register-form .subtitle {
    font-size: 30px;
    margin: 0 0 35px;
  }
  .register-form form {
    max-width: 1000px;
  }
  .register-form form .form-group {
    gap: 40px;
    margin-bottom: 14px;
  }
  .register-form form .form-group input,
  .register-form form .form-group select {
    padding: 16px 30px;
    border-radius: 22px;
    font-size: 25px;
  }
  .register-form form .form-group select {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    background-position: right 28px center;
    background-size: 15px;
  }
  .register-form form .form-group select option {
    white-space: nowrap;
  }
  .register-form form .form-terms {
    font-size: 22px;
    margin-top: 37px;
    margin-bottom: 17px;
  }
  .register-form form .form-terms .checkmark {
    height: 22px;
    width: 22px;
  }
  .register-form form .form-terms .checkmark::after {
    width: 14px;
    height: 14px;
  }
  .register-form form .btn-submit {
    font-size: 22px;
    padding: 10px 45px;
    border-radius: 16px;
  }
  .ticket-information .pricing {
    max-width: 700px;
    margin-left: 50px;
  }
  .ticket-information .pricing .item {
    gap: 40px;
    padding: 16px 0;
  }
  .ticket-information .pricing .item .category,
  .ticket-information .pricing .item .category .text-style {
    font-size: 34px;
  }
  .ticket-information .pricing .item .price {
    font-size: 34px;
  }
  .ticket-information .pricing .item .price .text-style {
    font-size: 60px;
    margin-right: 25px;
  }
  .ticket-information .pricing .rules {
    font-size: 16px;
  }
  .ticket-information .pricing .rules ol {
    margin-left: 8px;
  }
  .ticket-information .pricing .rules ol li {
    padding-left: 10px;
  }
  .ticket-information .visual {
    width: 625px;
    height: 580px;
  }
  .modal-overlay .close-btn {
    top: 15px;
    right: 35px;
    font-size: 26px;
  }
  .modal-box {
    max-width: 900px;
    padding: 60px;
  }
  .modal-header {
    font-size: 37px;
    margin-bottom: 42px;
  }
  .modal-content {
    font-size: 16px;
    line-height: 1.7;
  }
  .modal-content ol {
    padding-left: 72px;
  }
  .modal-content li {
    padding-left: 8px;
    padding-right: 28px;
    margin-bottom: 10px;
  }
  .is-error {
    font-size: 20px;
  }
  .spinner {
    width: 20px;
    height: 20px;
  }
  .custom-select-trigger {
    padding: 16px 30px;
    border-radius: 22px;
    font-size: 25px;
    background-position: right 28px center;
    background-size: 15px;
  }
  .custom-select-options {
    border-radius: 22px;
    margin-top: 8px;
    max-height: 185px;
  }
  .custom-select-options::-webkit-scrollbar {
    width: 8px;
  }
  .custom-select-item {
    padding: 16px 30px;
    font-size: 25px;
  }
}