/* Technovator Hora Custom Styles */
@import url("../css/css-constants.css");

body.technovator-hora-event-with-tickets .m-0 {
  margin: 0 !important;
}

body.technovator-hora-event-with-tickets .technovator-content-wrapper {
  background: none;
}

body.technovator-hora-event-with-tickets
  input.has-error
  + .coupon-error-notice {
  color: red;
}

body.technovator-hora-event-with-tickets .woocommerce-error,
body.technovator-hora-event-with-tickets .woocommerce-info,
body.technovator-hora-event-with-tickets .woocommerce-message {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 0px;
  color: var(--White, #fff);
}

body.technovator-hora-event-with-tickets .woocommerce-error {
  background: rgba(141, 20, 20, 0.1);
}

body.technovator-hora-event-with-tickets .woocommerce-info::before {
  color: var(--primary-color);
}

body.technovator-hora-event-with-tickets
  #add_payment_method
  #payment
  div.payment_box::before,
body.technovator-hora-event-with-tickets
  .woocommerce-cart
  #payment
  div.payment_box::before,
body.technovator-hora-event-with-tickets
  .woocommerce-checkout
  #payment
  div.payment_box::before {
  border-color: #464647;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

body.technovator-hora-event-with-tickets
  #add_payment_method
  #payment
  div.payment_box,
body.technovator-hora-event-with-tickets
  .woocommerce-cart
  #payment
  div.payment_box,
body.technovator-hora-event-with-tickets
  .woocommerce-checkout
  #payment
  div.payment_box {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0px;
  border: none;
  color: var(--White, #fff);
}

body.technovator-hora-event-with-tickets #add_payment_method #payment,
body.technovator-hora-event-with-tickets .woocommerce-cart #payment,
body.technovator-hora-event-with-tickets .woocommerce-checkout #payment {
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 0px;
}

body.technovator-hora-event-with-tickets .wc-payment-form {
  border: none;
  padding: 0;
}

body.technovator-hora-event-with-tickets .woocommerce-error a,
body.technovator-hora-event-with-tickets .woocommerce-info a,
body.technovator-hora-event-with-tickets .woocommerce-message a {
  color: var(--primary-color);
  text-decoration: underline;
}

body.technovator-hora-event-with-tickets
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  background: var(--primary-color);
  color: #101011;
}

body.technovator-hora-event-with-tickets
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body.technovator-hora-event-with-tickets
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background: var(--primary-color);
  color: #101011;
}

body.technovator-hora-event-with-tickets
  .select2-container
  .select2-search--dropdown
  .select2-search__field {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 16px;
}

.technovator-content-wrapper {
  /* Custom wrapper styles - will be customized later */
  position: relative;
}

.technovator-content-wrapper .hora-progress-steps {
  padding: 0;
  background: transparent;
  border-radius: unset;
  box-shadow: none;
}

.technovator-content-wrapper .hora-tickets-left {
  background: transparent;
  padding: 40px 0px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

.technovator-content-wrapper .hora-tickets-right {
  width: 420px;
  padding-left: 20px;
  border-left: 1px solid #464646;
}

.technovator-event-cover {
  border: 1px solid var(--primary-color);
  margin-bottom: 20px;
  display: inline-flex;
  width: 100%;
}

.technovator-event-cover img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.technovator-content-wrapper .step-number {
  background: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
  margin-right: 0;
  color: var(--inactive-color);
}

.technovator-content-wrapper .step .step-number {
  background: transparent;
}

.technovator-content-wrapper .hora-progress-steps .step {
  opacity: 1;
}

.technovator-content-wrapper .step * {
  color: var(--inactive-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background: none;
}

.technovator-content-wrapper .step.active *,
.technovator-content-wrapper .step.completed * {
  color: var(--primary-color);
}

.technovator-content-wrapper .step .step-number {
  margin-right: 8px;
}

.technovator-content-wrapper .hora-progress-steps .step:not(:last-child):after {
  background: var(--inactive-color);
  width: 34px;
  right: -17px;
  height: 0.5px;
}

.technovator-content-wrapper
  .hora-progress-steps
  .step.active:not(:last-child):after,
.technovator-content-wrapper
  .hora-progress-steps
  .step.completed:not(:last-child):after {
  background: var(--primary-color);
}

.technovator-content-wrapper .back-to-event {
  display: flex;
  padding: 4px 0;
  align-items: center;
  gap: 4px;

  transition: color 0.3s ease;

  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}

.technovator-content-wrapper .back-to-event:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.technovator-tickets-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  margin-block: 40px;
}

.technovator-tickets-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: var(--White, #fff);
}

.technovator-tickets-header-content h1 {
  text-align: center;
  font-size: clamp(24px, 2.5vw + 1rem, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.14px;
  text-transform: uppercase;
}

.technovator-tickets-header-content .event-date {
  color: var(--White, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.09px;
}

.technovator-content-wrapper .hora-ticket-selection {
  margin-top: 60px;
}

.technovator-content-wrapper .hora-ticket-types {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}

.technovator-content-wrapper .hora-ticket-type-card,
.technovator-event-tickets .hora-ticket-type-card {
  border: 0.5px solid #fff;
  background: var(--slate-bg);
  border-radius: 0px;
  padding: 24px;
}

.technovator-content-wrapper .hora-ticket-type-card .ticket-type-header,
.technovator-event-tickets .hora-ticket-type-card .ticket-type-header {
  margin-bottom: 2px;
}

.technovator-content-wrapper .hora-ticket-type-card .ticket-type-header h3,
.technovator-event-tickets .hora-ticket-type-card .ticket-type-header h3 {
  color: var(--White, #fff);
  font-size: clamp(20px, 2.5vw + 1rem, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
}

.technovator-content-wrapper .hora-ticket-type-card .ticket-sale-interval,
.technovator-content-wrapper .hora-ticket-type-card .ticket-type-description,
.technovator-event-tickets .hora-ticket-type-card .ticket-sale-interval,
.technovator-event-tickets .hora-ticket-type-card .ticket-type-description {
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.technovator-content-wrapper .hora-ticket-type-card .ticket-type-description,
.technovator-event-tickets .hora-ticket-type-card .ticket-type-description {
  padding-top: 8px;
  margin-bottom: 12px;
  text-wrap: balance;
  word-break: break-word;
  border-top: 0.5px solid var(--dark-gray, #7c7c7c);
}

.technovator-content-wrapper .hora-ticket-type-card .ticket-status,
.technovator-event-tickets .hora-ticket-type-card .ticket-status {
  padding: 4px 8px;
  border-radius: 100px;
  background: rgba(124, 124, 124, 0.1);
  color: var(--dark-gray, #7c7c7c);
  font-size: clamp(14px, 2.5vw + 1rem, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
}

.technovator-content-wrapper .hora-ticket-type-card:not(.available) *,
.technovator-event-tickets .hora-ticket-type-card:not(.available) * {
  color: var(--dark-gray) !important;
}

.technovator-content-wrapper .hora-ticket-type-card .ticket-type-price,
.technovator-event-tickets .hora-ticket-type-card .ticket-type-price {
  margin-block: 16px;
}

.technovator-content-wrapper
  .hora-ticket-type-card.available
  .ticket-type-price,
.technovator-event-tickets .hora-ticket-type-card.available .ticket-type-price {
  color: var(--primary-color);
}

.technovator-content-wrapper .hora-ticket-type-card.sold_out,
.technovator-event-tickets .hora-ticket-type-card.sold_out {
  order: 888;
}

.technovator-content-wrapper .ticket-type-separator,
.technovator-event-tickets .ticket-type-separator {
  border: none;
  border-top: 0.5px solid #d7d7d3;
}

.technovator-content-wrapper .hora-ticket-type-card .benefits-list,
.technovator-event-tickets .hora-ticket-type-card .benefits-list {
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.09px;
  margin: 0;
  padding-left: 0px;
  list-style: none;
}

.technovator-content-wrapper .hora-ticket-type-card .benefits-list li,
.technovator-event-tickets .hora-ticket-type-card .benefits-list li {
  display: flex;
  align-items: center;
  gap: 2px;
}

.technovator-content-wrapper .benefits-toggle,
.technovator-event-tickets .benefits-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: transparent;
  border: none;

  color: var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}

.technovator-content-wrapper .benefits-toggle:hover,
.technovator-event-tickets .benefits-toggle:hover {
  background: transparent;
  border: none;
}

.technovator-content-wrapper
  .hora-ticket-type-card:not(.available)
  .benefits-toggle,
.technovator-event-tickets
  .hora-ticket-type-card:not(.available)
  .benefits-toggle {
  color: var(--dark-gray, #7c7c7c);
}

.technovator-content-wrapper .benefits-toggle:focus,
.technovator-content-wrapper .benefits-toggle:focus-visible,
.technovator-event-tickets .benefits-toggle:focus,
.technovator-event-tickets .benefits-toggle:focus-visible {
  outline: none;
  border: none;
  background: none;
}

.technovator-content-wrapper .benefits-toggle span,
.technovator-event-tickets .benefits-toggle span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.technovator-content-wrapper .benefits-toggle i,
.technovator-event-tickets .benefits-toggle i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.technovator-content-wrapper .quantity-selector,
.technovator-event-tickets .quantity-selector {
  border: none;
  border-radius: unset;
}

.technovator-content-wrapper .quantity-selector .quantity-input {
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.09px;
  text-transform: uppercase;
  border: none;
  width: 36px;
}

.technovator-content-wrapper .quantity-selector .btn-change-tickets {
  width: 32px;
  height: 32px;
  color: white;
  background: transparent;
  border: 0.5px solid #d7d7d3;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  padding: unset;
  border-radius: 0px;
}

.technovator-content-wrapper .quantity-selector .btn-change-tickets:disabled {
  opacity: 0.5;
}

.technovator-content-wrapper
  .quantity-selector
  .btn-change-tickets:not(:disabled):hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #101011;
}

.technovator-content-wrapper .hora-cart-summary {
  background: transparent;
  border-radius: 0px;
  border: none;
  padding: 24px;
}

.technovator-content-wrapper .hora-cart-summary .cart-summary-title {
  color: black;
  padding: 0px;
  font-size: clamp(18px, 2.5vw + 1rem, 22px);
  font-style: normal;
  font-weight: 700;
  border: none;
  line-height: 140%; /* 30.8px */
}

.technovator-content-wrapper .hora-cart-summary .cart-item-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.technovator-content-wrapper .hora-cart-summary .cart-item-info .item-name {
  margin-bottom: 0px;
}

.technovator-content-wrapper .hora-cart-summary .cart-item-price {
  margin-left: 8px;
}

.technovator-content-wrapper .hora-cart-summary:has(.cart-items:not(:empty)),
.technovator-content-wrapper
  .hora-cart-summary:has(.technovator-order-details) {
  background: var(--primary-color);
}

.technovator-content-wrapper .hora-cart-summary .cart-empty-message h4 {
  color: var(--White, #fff);
  font-size: clamp(20px, 2.5vw + 1rem, 22px);
  margin-bottom: 4px;
  margin-top: 24px;
}

.technovator-content-wrapper .hora-cart-summary .cart-empty-message p {
  color: var(--White, #fff);
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
}

.technovator-content-wrapper
  .hora-cart-summary:has(.cart-items:empty)
  .cart-summary-title {
  display: none;
}

.technovator-content-wrapper .cart-items {
  margin: 0;
}

.technovator-content-wrapper .cart-totals {
  padding-block: 16px;
  border-block: 0.5px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.technovator-content-wrapper .cart-total-row {
  color: #101011;
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
}

.technovator-content-wrapper .cart-total-row.total {
  margin-top: 0px;
  border: none;
  color: #101011;
}

.technovator-content-wrapper .cart-totals > div {
  padding: 0;
}

.technovator-content-wrapper .btn-remove-item {
  background: var(--danger-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: none;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.3s;
}

.technovator-hora-events .btn-remove-item:hover {
  background: #d32f2f;
}

.technovator-content-wrapper .applied-coupons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.technovator-content-wrapper .remove-coupon {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  color: var(--danger-red);
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.3s;
}

.technovator-content-wrapper .remove-coupon:hover {
  background: var(--danger-red);
  color: white;
}

.technovator-content-wrapper .applied-coupon {
  color: var(--success-green);
  padding: 4px 6px;
  background: rgba(4, 101, 39, 0.1);
  display: flex;
  align-self: flex-start;
  align-items: center;
  gap: 4px;
}

.technovator-content-wrapper .cart-coupon.hidden {
  display: none;
}

.technovator-content-wrapper .cart-coupon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.technovator-content-wrapper .cart-coupon input {
  padding: 6px;
  border-radius: 0;
  border: none;

  color: black;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

.technovator-content-wrapper .cart-coupon .btn-apply-coupon {
  background: white;
  padding: 4px 16px;
  border-radius: 0;
  border: none;
  font-family: inherit;

  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;

  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

.cart-items:empty {
  display: none;
}

body.technovator-hora-event-with-tickets .technovator-transparent-btn {
  background: transparent;
  border: none;
  color: white;
}

body.technovator-hora-event-with-tickets .technovator-transparent-btn:hover {
  color: var(--primary-color);
  background: transparent;
  border: none;
}

.technovator-content-wrapper .btn-proceed,
.technovator-content-wrapper .btn-place-order,
body.technovator-hora-event-with-tickets .btn-checkout-apply-coupon,
body.technovator-hora-event-with-tickets .btn-technovator,
body.technovator-hora-event-with-tickets #payment #place_order,
body.technovator-hora-event-with-tickets #payment #place_order,
.single-hora_event .btn-place-register,
.single-hora_event .btn-view-summary,
.single-hora_event .btn-view-register,
.single-hora_event .hora-event-register-btn,
.technovator-event-tickets .btn-view-tickets {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--White, #fff);
  border-radius: 0px;
  border: none;

  color: var(--Technovator-black, #000);
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.08px;
}

.technovator-hora-event-with-tickets .payment_method_paynet img {
  max-height: 32px;
  max-width: 100%;
  object-fit: contain;
  object-position: left;
  margin-left: 8px;
}

@media (hover: hover) {
  .technovator-content-wrapper .btn-proceed:hover,
  .technovator-content-wrapper .btn-place-order:hover,
  body.technovator-hora-event-with-tickets .btn-technovator:hover,
  body.technovator-hora-event-with-tickets .btn-checkout-apply-coupon:hover,
  body.technovator-hora-event-with-tickets #payment #place_order:hover,
  body.technovator-hora-event-with-tickets #payment #place_order:hover,
  .single-hora_event .btn-place-register:hover,
  .single-hora_event .btn-view-summary:hover,
  .single-hora_event .hora-event-register-btn:hover,
  .technovator-event-tickets .btn-view-tickets:hover {
    background: var(--primary-color);
  }
}

.technovator-content-wrapper .btn-proceed:disabled,
.technovator-content-wrapper .btn-place-order:disabled,
body.technovator-hora-event-with-tickets .btn-technovator:disabled,
body.technovator-hora-event-with-tickets .btn-checkout-apply-coupon:disabled,
body.technovator-hora-event-with-tickets #payment #place_order:disabled,
body.technovator-hora-event-with-tickets #payment #place_order:disabled,
.single-hora_event .btn-place-register:disabled,
.single-hora_event .hora-event-register-btn:disabled,
.technovator-event-tickets .btn-view-tickets:disabled {
  background: var(--disabled-bg, #f0f0f0);
  color: var(--disabled-text, #a0a0a0);
  cursor: not-allowed;
}

.technovator-content-wrapper .btn-place-order,
.single-hora_event .btn-place-register {
  margin-inline: auto;
}

.technovator-content-wrapper .technovator-checkout-form-header {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #fff;
}

.technovator-content-wrapper .form-loading {
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

body.technovator-hora-event-with-tickets .technovator-cart-wrapper {
  margin-bottom: 60px;
}

.technovator-content-wrapper .hora-powered-by {
  text-align: center;
  margin: 40px 0;
}

.technovator-content-wrapper .hora-checkout-form:has(h2.empty-cart) {
  margin: 0 auto;
}

.technovator-content-wrapper .technovator-checkout-form-header h2 {
  font-size: clamp(18px, 2.5vw + 1rem, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
}
.technovator-content-wrapper .technovator-checkout-form-header p {
  color: #fff;
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 2px 0px 0px 0px;
}

.technovator-content-wrapper .form-section,
.technovator-content-wrapper .ticket-details-section,
.technovator-content-wrapper .billing-section,
.technovator-hora-events .terms-section {
  margin-bottom: 48px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0px;
}

.technovator-hora-events .terms-section {
  margin-bottom: 24px;
}

.technovator-content-wrapper
  .ticket-type-section
  .ticket-attendee-fields:not(:first-child) {
  margin-top: 24px;
}

.technovator-content-wrapper .ticket-type-section,
.technovator-content-wrapper .billing-section,
.technovator-content-wrapper .payment-options,
.technovator-single-event-wrapper .hora-event-form {
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 0px;
  margin-bottom: 60px;
}

.single-hora_event .terms-section input {
  width: auto;
}

.single-hora_event .terms-and-conditions {
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}

.single-hora_event .terms-and-conditions a {
  color: var(--primary-color);
  text-decoration: underline;
}

.technovator-content-wrapper .payment-section {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0px;
}

.technovator-content-wrapper .ticket-type-section > h4,
.technovator-content-wrapper .billing-section > h3,
.technovator-content-wrapper .payment-section > h3 {
  font-size: clamp(18px, 2.5vw + 1rem, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #fff;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: clamp(16px, 2.5vw + 1rem, 20px);
}

.single-hora_event .hora-event-form .hora-event-form-title {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #fff;
  margin-bottom: 8px;
}

.single-hora_event .hora-event-form .hora-event-form-description {
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: var(--Technovator-body-on-dark, #e8e8e6);
  margin-bottom: 24px;
}

.technovator-hora-events .ticket-type-section .ticket-instance,
.technovator-hora-events form[data-event-register-form] {
  padding: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 0px;
  border-left: 0.5px solid var(--White, #fff);
}

.technovator-hora-events .ticket-type-section .ticket-instance h5 {
  color: var(--primary-color, #fff);
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.6px */
  margin-bottom: 14px;
}

.technovator-hora-events .hora-form-field,
.technovator-single-event-wrapper .hora-event-form .hora-form-field {
  border: none;
  background: transparent;
  padding: 0%;
  border-radius: 0px;
}

.technovator-hora-events .hora-form-field label,
.technovator-single-event-wrapper .hora-event-form .hora-form-field label {
  color: var(--White, #fff);
  font-size: clamp(14px, 2.5vw + 1rem, 16px);
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}

.technovator-hora-events input[type="checkbox"],
.technovator-hora-events input[type="radio"] {
  accent-color: var(--primary-color);
}

.technovator-hora-events .hora-form-field .hora-form-control,
.technovator-hora-events.woocommerce-page
  form
  .form-row
  input.hora-form-control.form-control,
.technovator-hora-events
  form[data-event-register-form]
  input[type="text"]:not(.iti__search-input),
.technovator-hora-events .form-control .form-control,
.technovator-hora-events .iti__search-input {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-family: inherit;
  border: none;
  border-radius: 0px;
  background: #1e1e1f;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}

.technovator-hora-events .hora-form-control:invalid,
.technovator-hora-events .form-control:invalid,
.technovator-hora-events .hora-form-control.error,
.technovator-hora-events .form-control.error {
  border-color: var(--danger-red);
}

.technovator-hora-events .field-description {
  color: var(--dark-gray);
  font-size: clamp(12px, 2.5vw + 1rem, 14px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.technovator-hora-events .hora-form-field .hora-checkbox-label,
.technovator-hora-events .hora-form-field .hora-radio-label {
  margin-bottom: 0px;
}

.technovator-hora-events .hora-form-field .hora-form-header {
  font-size: clamp(18px, 2.5vw + 1rem, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.technovator-hora-events .hora-form-field .hora-form-header,
.technovator-hora-events .hora-form-field .hora-form-paragraph {
  border: none;
  margin: 0;
  color: var(--White, #fff);
  border-left: 0.5px solid var(--primary-color);
  padding: 0px 0px 0px 8px;
}

.technovator-hora-events .hora-form-field .hora-form-paragraph {
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.technovator-hora-events .payment-section h3 {
  margin-bottom: 40px;
}

.technovator-hora-events .payment-options .payment-method {
  border: none;
  border-radius: 0px;
  transition: all 0.3s ease;
  background: #1e1e1f;
}
.technovator-hora-events .payment-options .payment-method .payment-title {
  color: var(--White, #fff);
  font-size: clamp(16px, 2.5vw + 1rem, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}

.technovator-hora-events
  .payment-options
  .payment-method
  .payment-method-label {
  position: relative;
  padding: 12px;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 60px;
  background: transparent;
  border: 0.5px solid transparent;
}

.technovator-hora-events .hora-newsletter-field:has(#newsletter) input {
  width: auto;
}

.technovator-hora-events .hora-newsletter-field:has(#newsletter) label {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.technovator-content-wrapper
  .payment-options
  .payment-method
  input[type="radio"] {
  accent-color: white;
  top: 50%;
  transform: translateY(-50%);
}
.technovator-content-wrapper
  .payment-options
  .payment-method:has(input[type="radio"]:checked) {
  background: none;
  border: 0.5px solid var(--primary-color);
}

.technovator-content-wrapper
  .payment-options
  .payment-method:has(input[type="radio"]:checked)
  .payment-method-description {
  display: block;
}

.technovator-content-wrapper .payment-method-description {
  background: transparent;
  color: var(--White, #fff);
  font-size: clamp(14px, 2.5vw + 1rem, 16px);
}

/* Billing form layout - Target form field wrappers directly */
.technovator-content-wrapper .billing-section .hora-form-field.form-row-first,
.technovator-content-wrapper .billing-section .hora-form-field.form-row-last {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.technovator-content-wrapper .billing-section .hora-form-field.form-row-first {
  margin-right: 4%;
}

.technovator-content-wrapper .billing-section .hora-form-field.form-row-wide {
  width: 100%;
  display: block;
}

/* Ensure inputs take full width of their container */
.technovator-content-wrapper
  .billing-section
  .hora-form-field
  .hora-form-control {
  width: 100%;
}

.technovator-content-wrapper
  .hora-company-toggle:has(#billing_as_company)
  label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

/* Toggle Switch Styles */
.technovator-content-wrapper #billing_as_company {
  position: relative;
  width: 50px;
  height: 24px;
  appearance: none;
  background: var(--dark-gray);
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: none;
  margin: 0;
}

.technovator-content-wrapper #billing_as_company:checked {
  background: var(--primary-color);
}

.technovator-content-wrapper #billing_as_company::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.technovator-content-wrapper #billing_as_company:checked::before {
  transform: translateX(calc(100% + 6px));
}

.technovator-content-wrapper .billing-section .hora-form-field.company-field {
  display: none;
}

.technovator-content-wrapper
  .billing-section
  .hora-form-field.company-field.show {
  display: inline-block;
}

.technovator-content-wrapper
  .billing-section
  .hora-form-field.company-field
  label {
  color: var(--White, #fff);
}

.technovator-content-wrapper .hora-form-field.company-field .hora-form-control {
  background: #1e1e1f;
  border: 0.5px solid #464646;
  color: #fff;
}

.technovator-content-wrapper
  .hora-form-field.company-field
  .hora-form-control:focus {
  border-color: var(--primary-color);
  outline: none;
}

.technovator-content-wrapper
  .hora-form-field.company-field
  select.hora-form-control,
.technovator-content-wrapper .hora-form-field.company-field select.form-control,
.technovator-content-wrapper select.hora-form-control,
.technovator-content-wrapper select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  appearance: none;
}

.hora-form-field.inputPhone .iti__country-name {
  color: var(--Technovator-black, black);
}

.technovator-tickets-success-wrapper {
  margin-top: 60px;
  margin-bottom: 90px;
}

.technovator-tickets-success-wrapper .back-to-events {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
}

.technovator-tickets-success-wrapper .thank-you-title {
  color: #fff;
  font-size: clamp(2rem, 5vw + 1rem, 5.875rem);
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 5.875rem */
  letter-spacing: -0.05875rem;
  text-transform: uppercase;
}

.technovator-tickets-success-wrapper .accent {
  color: var(--primary-color);
}

.technovator-tickets-success-wrapper .technovator-order-details {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}

.technovator-tickets-success-wrapper
  .technovator-order-details
  .order-details-item {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: clamp(1rem, 2.5vw + 1rem, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
}

.technovator-tickets-success-wrapper .thank-you-message {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(1rem, 2.5vw + 1rem, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
}

.technovator-tickets-success-wrapper .thank-you-footer {
  margin-top: 40px;
}

.technovator-tickets-success-wrapper .thank-you-footer h4 {
  color: var(--White, #fff);
  font-size: clamp(1.25rem, 2.5vw + 1rem, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.925rem */
}

.technovator-tickets-success-wrapper .event-details-list {
  list-style: none;
  padding: 0;
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.4rem */
}

.technovator-add-to-calendar {
  width: max-content;
  padding-top: 8px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
}

.technovator-add-to-calendar .hora-add-to-calendar-dropdown {
  background: #464647;
  border: 0.5px solid #fff;
  border-radius: 0px;
}

.technovator-add-to-calendar
  .hora-add-to-calendar-dropdown
  .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.2);
  outline-color: var(--primary-color);
}

.technovator-add-to-calendar
  .hora-add-to-calendar-dropdown
  .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.technovator-tickets-success-wrapper .other-events-list {
  display: grid;
  /* 3cols */
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.technovator-tickets-success-wrapper .other-events-section h2 {
  margin-bottom: 24px;
  color: var(--White, #fff);
  font-size: clamp(1.5rem, 2.5vw + 1rem, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.8rem */
}

.technovator-tickets-success-wrapper .hora-cart-summary {
  position: relative;
}

.technovator-tickets-success-wrapper .technovator-content-footer {
  margin-top: 90px;
}

.technovator-hora-events .hora-tickets-left {
  border-radius: 0;
  border: none;
}

.technovator-tickets-content {
  margin-top: 100px;
}

.technovator-hora-events #payment ul.payment_methods,
.technovator-hora-events #payment div.form-row {
  padding: 0;
}

.technovator-hora-events .iti .iti__selected-country {
  display: flex;
  color: white;
}

.technovator-hora-events .iti .iti__selected-country:hover {
  background: transparent;
}

#quick-checkout-button {
  position: fixed;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  body.technovator-hora-event-with-tickets .technovator-cart-wrapper,
  body.technovator-hora-event-with-tickets
    .technovator-hora-event-woocommerce-checkout
    #customer_details
    > div.col-2 {
    position: sticky;
    top: 20px;
    max-width: var(--right-col-width, 420px);
  }
}

@media screen and (max-width: 1024px) {
  body.technovator-hora-event-with-tickets .hora-tickets-row {
    flex-direction: column;
  }

  body.technovator-hora-event-with-tickets .hora-tickets-right {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    border: none;
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    padding-left: 0;
    padding-bottom: 20px;
  }

  body.technovator-hora-event-with-tickets
    .hora-tickets-right
    .technovator-cart-wrapper {
    display: flex;
    flex-direction: column;
  }

  body.technovator-hora-event-with-tickets
    .hora-tickets-right
    .technovator-cart-wrapper
    > a {
    order: 999;
  }

  body.technovator-hora-event-with-tickets .hora-tickets-right .cart-actions {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .technovator-hora-events .hora-tickets-left {
    padding-bottom: 0;
  }

  .technovator-content-wrapper .billing-section .hora-form-field.form-row-first,
  .technovator-content-wrapper .billing-section .hora-form-field.form-row-last {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .technovator-tickets-success-wrapper .other-events-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .technovator-content-wrapper .billing-section .form-row-first,
  .technovator-content-wrapper .billing-section .form-row-last {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .technovator-content-wrapper .hora-progress-steps {
    flex-direction: row;
  }

  .single-hora_event .step:not(.active) .step-label,
  .technovator-content-wrapper .step:not(.active) .step-label {
    display: none;
  }

  .technovator-content-wrapper
    .hora-progress-steps
    .step:not(:last-child):after {
    display: inline-block;
  }

  .technovator-content-wrapper .hora-progress-steps .step {
    padding: 0 34px;
  }

  .technovator-content-wrapper .hora-progress-steps .step:first-child {
    padding-left: 0;
  }

  .technovator-content-wrapper .hora-progress-steps .step:last-child {
    padding-right: 0;
  }

  .technovator-tickets-header {
    margin-block: 70px 0px;
  }

  .technovator-content-wrapper .hora-ticket-selection,
  .technovator-hora-event-woocommerce-checkout {
    margin-top: 40px;
  }

  .technovator-hora-events .hora-tickets-purchase-wrapper {
    padding: 80px 0px;
  }

  .technovator-hora-events .ticket-type-section .ticket-instance {
    padding: 16px;
  }
}
