.elementor-10396 .elementor-element.elementor-element-d79ee9e{--display:flex;--min-height:165px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10396 .elementor-element.elementor-element-d79ee9e:not(.elementor-motion-effects-element-type-background), .elementor-10396 .elementor-element.elementor-element-d79ee9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10396 .elementor-element.elementor-element-45d7109.elementor-element{--align-self:center;}.elementor-10396 .elementor-element.elementor-element-45d7109{text-align:center;}.elementor-10396 .elementor-element.elementor-element-45d7109 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:600;text-transform:uppercase;line-height:45px;color:#FFFFFF;}.elementor-10396 .elementor-element.elementor-element-0ea033d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-10396 .elementor-element.elementor-element-0ea033d:not(.elementor-motion-effects-element-type-background), .elementor-10396 .elementor-element.elementor-element-0ea033d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-10396 .elementor-element.elementor-element-addc613{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#F4F4F4;--border-color:#F4F4F4;--border-radius:10px 10px 10px 10px;--padding-top:2%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}.elementor-10396 .elementor-element.elementor-element-5539db5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10396 .elementor-element.elementor-element-24aa671 > .elementor-widget-container{background-color:#FAFAFA;padding:5% 5% 5% 5%;border-radius:10px 10px 10px 10px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-10396 .elementor-element.elementor-element-addc613{--width:70%;}.elementor-10396 .elementor-element.elementor-element-5539db5{--width:30%;}}@media(max-width:767px){.elementor-10396 .elementor-element.elementor-element-45d7109 .elementor-heading-title{font-size:24px;}}/* Start custom CSS */.registration-note {
  background: #f9f5ff;
  border-left: 4px solid #582d88;
  color: #333;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* ===== TICKET CARD ===== */
.ticket {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
    align-items: stretch;
  justify-content: flex-start;
}

/* ===== TITLES ===== */
.ticket h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ===== LIST STYLING ===== */
.ticket ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.ticket ul li {
  margin-bottom: 6px;
  line-height: 1.4;
}

.ticket ul ul {
  margin-top: 6px;
  margin-left: 14px;
  font-size: 14px;
  opacity: 0.9;
}

/* ===== QTY CONTROLS ===== */
.qty {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qty button {
  width: 32px;
  height: 32px;
  border: none;
  background: #0b3d2e;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

/* ===== DESCRIPTION VISIBILITY ===== */
.desc.full { display: none; }

.ticket-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px;
  gap: 20px;
  align-items: start;
  padding-top: 6px;
}

.ticket-image img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.ticket-content h3 {
  margin: 0;
  font-size: 18px;
}

.stock {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.ticket-content ul {
  margin: 5px 0;
  padding-left: 18px;
}

.ticket-content li {
  font-size: 14px;
  margin-bottom: 4px;
}

.toggle {visibility:hidden;
}

.ticket-qty {
  margin-top: 2px;
}

.ticket-qty input {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  outline: none;
  transition: 0.2s ease;
}

.ticket-qty input:focus {
  border-color: #582d88;
}

#checkout {color: #582d88;
    border: 1px solid #582d88;
}

#checkout:hover {background-color: #f75615;
    color: white;
    border: 1px solid #f75615;
}

.attendee-block {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.attendee {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.attendee input {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: 0.2s;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

#summary h3 {color: #f84f0c !important;
font-size:26px;
}

.ord {
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* space for underline */
}

.ord::after {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  width: 110%;
  height: 4px;
  background: #582d88;
  border-radius: 19%; /* fully rounded ends */
}

#to-step-2, #back-to-1, #to-step-3, #back-to-2, #checkout-step3 {color: #f84f0c;
    border: 1px solid #f84f0c;
}

#to-step-2:hover, #back-to-1:hover, #to-step-3:hover, #back-to-2:hover, #checkout-step3:hover {
    color: white;
    background-color: #f84f0c;
    border: 1px solid #f84f0c;
}

/* Hide the Elementor wrapper always — its contents get moved into step-3 */
#woo-checkout-wrap {
  display: none !important;
}
/* Step 3 layout */
#step-3 {
  min-height: 200px;
}
#step-3 #back-to-2,
#step-3 #checkout-step3 {
  display: inline-block;
  margin: 10px 5px;
}
#wc-checkout-container {
  margin-top: 20px;
}

/* Billing takes full width, hide Additional Information */
#wc-checkout-container #customer_details.col2-set {
  display: block !important;
  width: 100% !important;
}
#wc-checkout-container #customer_details .col-1 {
  width: 100% !important;
  float: none !important;
  max-width: 100% !important;
}
#wc-checkout-container .woocommerce-additional-fields,
#wc-checkout-container #customer_details .col-2 {
  display: none !important;
}

.zeffy-btn {
  width: 100%;
}

.zeffy-btn a {
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0.3px;
  background: #582d88;
  color: #fff;

  height: 48px;              /* ⬆️ taller button */
  line-height: 48px;         /* vertical centering */

  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;

  white-space: nowrap;

  transition: none;          /* ❌ remove animation */
  box-shadow: none;          /* ❌ no shadow */
}

/* 🚫 Kill ALL hover effects */
.zeffy-btn a:hover {
  background: #582d88;
  color: #fff;
  transform: none;
  box-shadow: none;
}

/* 🚫 Kill click animation too */
.zeffy-btn a:active {
  transform: none;
  box-shadow: none;
}

@media (max-width: 600px) {
  .ticket-row {
    grid-template-columns: 60px 1fr;
    gap: 4px 12px;
    padding-bottom: 20px;        /* spacing BETWEEN ticket sections */
    border-bottom: 1px solid #eee; /* optional visual separator */
    margin-bottom: 16px;
  }

  .ticket-row .ticket {
    grid-column: 1 / -1;
    margin-top: -30px;           /* pull input up tightly under description */
  }

  .ticket-qty {
    margin-top: 0;
  }

  .ticket-qty input {
    max-width: 100%;
  }
}/* End custom CSS */