.elementor-123 .elementor-element.elementor-element-eee7ddf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-794aa39 *//* =========================
   TICKET PRICE PAGE – HERO
   ========================= */

.sou-price-hero {
  padding: 90px 20px 60px;
  background: linear-gradient(135deg, #f7fafc, #ffffff);
}

.sou-price-hero-inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.sou-price-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.sou-price-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.sou-price-meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
  color: #666;
}

/* MOBILE */
@media (max-width: 600px) {
  .sou-price-hero h1 {
    font-size: 30px;
  }

  .sou-price-meta {
    flex-direction: column;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f971520 *//* =========================
   TICKET PRICE TABLES
   ========================= */

.sou-price-tables {
  padding: 80px 20px;
  background-color: #ffffff;
}

.sou-price-container {
  max-width: 1100px;
  margin: auto;
}

.sou-price-tables h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.sou-price-note {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.sou-price-tables h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #111;
}

/* TABLE */
.sou-table-wrap {
  overflow-x: auto;
}

.sou-price-table {
  width: 100%;
  border-collapse: collapse;
  background: #f9fafc;
  border-radius: 12px;
  overflow: hidden;
}

.sou-price-table thead {
  background-color: #0b5cab;
  color: #ffffff;
}

.sou-price-table th,
.sou-price-table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 15px;
}

.sou-price-table th {
  font-weight: 600;
}

.sou-price-table tbody tr {
  border-bottom: 1px solid #e6e9ee;
}

.sou-price-table tbody tr:last-child {
  border-bottom: none;
}

.sou-price-table tbody tr:hover {
  background-color: #eef4fb;
}

/* MOBILE */
@media (max-width: 600px) {
  .sou-price-tables h2 {
    font-size: 28px;
  }

  .sou-price-table th,
  .sou-price-table td {
    font-size: 14px;
    padding: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d403580 *//* TICKET SELECTION */
.sou-ticket-select {
  padding: 90px 20px;
  background-color: #f7fafc;
  text-align: center;
}

.sou-ticket-select h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sou-ticket-sub {
  color: #555;
  margin-bottom: 40px;
  font-size: 16px;
}

/* TICKET TYPE CARDS */
.sou-ticket-types {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.sou-ticket-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: left;
  border: 2px solid #e6e9ee;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.sou-ticket-card:hover {
  border-color: #ff7a00;
  transform: translateY(-5px);
}

.sou-ticket-card input {
  display: none;
}

.sou-ticket-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.sou-ticket-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.sou-price {
  font-size: 16px;
  font-weight: 700;
  color: #ff7a00;
}

/* SELECTED STATE */
.sou-ticket-card input:checked + h3,
.sou-ticket-card input:checked {
  border-color: #ff7a00;
}

/* POPULAR */
.sou-popular {
  border-color: #ff7a00;
}

.sou-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  background: #ff7a00;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

/* FORM ROW */
.sou-ticket-row {
  max-width: 900px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

.sou-ticket-row label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.sou-ticket-row select,
.sou-ticket-row input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccd3dc;
}

/* SUMMARY */
.sou-ticket-summary {
  background: #ffffff;
  max-width: 700px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* CTA */
.sou-ticket-cta {
  display: inline-block;
  padding: 16px 40px;
  background: #ff7a00;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.sou-ticket-cta:hover {
  background: #e86d00;
}

/* NOTE */
.sou-ticket-note {
  margin-top: 18px;
  font-size: 13px;
  color: #777;
}

/* MOBILE */
@media (max-width: 900px) {
  .sou-ticket-types {
    grid-template-columns: 1fr;
  }

  .sou-ticket-row {
    grid-template-columns: 1fr;
  }
}



/* =========================
   TICKET SELECTION – PRICE PAGE
   ========================= */

.sou-price-selection {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f7fafc, #ffffff);
}

.sou-price-selection-inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.sou-price-selection h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.sou-selection-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

/* MOBILE */
@media (max-width: 600px) {
  .sou-price-selection h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39ab54b *//* =========================
   INCLUSIONS / EXCLUSIONS
   ========================= */

.sou-inclusions {
  padding: 80px 20px;
  background-color: #ffffff;
}

.sou-inclusions-inner {
  max-width: 1100px;
  margin: auto;
}

.sou-inclusions h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #111;
}

/* GRID */
.sou-inclusions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* INCLUDED */
.sou-included,
.sou-not-included {
  background: #f9fafc;
  padding: 30px 28px;
  border-radius: 14px;
  border: 1px solid #e6e9ee;
}

.sou-included h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0b5cab;
}

.sou-not-included h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #c0392b;
}

/* LISTS */
.sou-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sou-inclusions ul li {
  font-size: 15px;
  padding-left: 22px;
  margin-bottom: 14px;
  position: relative;
  color: #444;
}

/* CHECK & CROSS ICONS (CSS ONLY) */
.sou-included ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: 700;
}

.sou-not-included ul li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #c0392b;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 700px) {
  .sou-inclusions-grid {
    grid-template-columns: 1fr;
  }

  .sou-inclusions h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3da3444 *//* =========================
   IMPORTANT NOTES & RULES
   ========================= */

.sou-important-notes {
  padding: 80px 20px;
  background-color: #f7fafc;
}

.sou-important-notes-inner {
  max-width: 900px;
  margin: auto;
}

.sou-important-notes h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #111;
}

/* NOTES LIST */
.sou-notes-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.sou-notes-list li {
  background: #ffffff;
  padding: 14px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #ff7a00;
  font-size: 15px;
  color: #444;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* FOOTER NOTE */
.sou-notes-footer {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

/* MOBILE */
@media (max-width: 600px) {
  .sou-important-notes h2 {
    font-size: 28px;
  }

  .sou-notes-list li {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e17ecba *//* =========================
   TICKET PRICE FAQs
   ========================= */

.sou-faq {
  padding: 80px 20px;
  background-color: #ffffff;
}

.sou-faq-container {
  max-width: 900px;
  margin: auto;
}

/* SECTION HEADING */
.sou-faq-container h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #111;
}

/* FAQ ITEM */
.sou-faq-item {
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #e6e9ee;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* QUESTION */
.sou-faq-question {
  width: 100%;
  background-color: #0b5cab; /* dark blue */
  color: #ffffff;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* HOVER */
.sou-faq-question:hover {
  background-color: #084a8f;
}

/* ICON */
.sou-faq-icon {
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.3s ease;
}

/* ANSWER */
.sou-faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #f9fafc;
  padding: 0 22px;
  transition: max-height 0.35s ease;
}

.sou-faq-answer p {
  padding: 18px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* ACTIVE STATE */
.sou-faq-item.active {
  border-color: #ff7a00;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.sou-faq-item.active .sou-faq-question {
  background-color: #ff7a00; /* orange */
}

.sou-faq-item.active .sou-faq-icon {
  transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 600px) {
  .sou-faq-container h2 {
    font-size: 28px;
  }

  .sou-faq-question {
    font-size: 16px;
    padding: 16px 18px;
  }

  .sou-faq-answer p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2aa4d94 *//* =========================
   FINAL CTA – TICKET PRICE PAGE
   ========================= */

.sou-final-cta {
  padding: 90px 20px;
  background: linear-gradient(135deg, #0b5cab, #0a4a8a);
  color: #ffffff;
  text-align: center;
}

.sou-final-cta-inner {
  max-width: 900px;
  margin: auto;
}

.sou-final-cta h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
}

.sou-final-cta-text {
  font-size: 17px;
  line-height: 1.8;
  color: #e6eef8;
  margin-bottom: 35px;
}

/* BUTTON */
.sou-final-cta-btn {
  display: inline-block;
  padding: 16px 42px;
  background-color: #ff7a00;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.sou-final-cta-btn:hover {
  background-color: #e86d00;
  transform: translateY(-2px);
}

/* NOTE */
.sou-final-cta-note {
  margin-top: 18px;
  font-size: 14px;
  color: #d2deef;
}

/* MOBILE */
@media (max-width: 600px) {
  .sou-final-cta h2 {
    font-size: 28px;
  }

  .sou-final-cta-text {
    font-size: 15px;
  }
}/* End custom CSS */