/* Reset & Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}

body {
  background-color: #ffffff;
  color: #1a1a1a;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

/*.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }*/

/* 1. Header Navigation */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  color: #ffffff;
}

.logo-left {
  background-color: #0b8043;
  padding: 6px 12px;
}

.logo-right {
  background-color: #793e23;
  padding: 6px 12px;
}

.search-container {
  position: relative;
  flex: 0 1 360px;
}

.search-input {
  width: 100%;
  padding: 8px 12px 8px 36px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  color: #374151;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #0b8043;
  font-size: 13px;
}

.nav-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mobile-search-btn {
  display: none;
  color: #4b5563;
  font-size: 16px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 6px;
  /*color: #0b8043;*/
  font-size: 15px;
  font-weight: 500;
}

.icon-color {
  color: #0b8043;
}

/* 2. Top Action Bar & Event Title */
.top-action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 12px;
}

.back-btn,
.share-btn {
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s;
}

.back-btn:hover,
.share-btn:hover {
  color: #111827;
}

.event-header {
  margin-bottom: 20px;
}

.event-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.event-category {
  font-size: 12px;
  color: #0b8043;
  font-weight: 600;
}

/* 3. Event Hero Banner Component */
.banner-container {
  width: 100%;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  text-align: center;
  color: #ffffff;
  padding: 40px 20px;
  z-index: 1;
}

.banner-subtitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 12px;
}

.banner-title-main {
  font-size: 64px;
  font-family: "Georgia", serif;
  letter-spacing: 4px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.banner-title-sub {
  font-size: 54px;
  font-family: "Brush Script MT", cursive, serif;
  color: #f59e0b;
  line-height: 1;
  margin-bottom: 16px;
}

.banner-tagline {
  font-size: 11px;
  letter-spacing: 3px;
  opacity: 0.7;
  text-transform: uppercase;
}

/* Badge overlay */
.banner-badge {
  position: absolute;
  top: 24px;
  right: 32px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #f59e0b;
  padding: 12px 18px;
  text-align: center;
  border-radius: 4px;
}

.banner-badge .badge-top {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.banner-badge .badge-bottom {
  color: #f59e0b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* 4. Two Column Content Layout */
.content-split {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
}

/* Left Details Area */
.main-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.main-content p {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

/*.read-more {
    color: #b45309;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
  }*/

.accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.accordion-header {
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #374151;
}

.accordion-header .left-icon {
  margin-right: 8px;
  color: #6b7280;
}

.accordion-header .chevron-icon {
  color: #b45309;
  font-size: 11px;
}

/* Right Ticket Booking Card */
.booking-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.booking-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0b8043;
  border-radius: 6px;
  padding: 6px 10px;
  margin-bottom: 16px;
}

.price-badge {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.book-now-action {
  background: #ffffff;
  color: #0b8043;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}

.booking-card-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #4b5563;
}

.info-row i {
  color: #b45309;
  font-size: 13px;
  width: 16px;
  text-align: center;
}

.footer {
  background: #fff;
  padding: 55px 0 0;
  border-top: 1px solid #ededed;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 120px;
}

/* LEFT */

.footer-left {
  width: 180px;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-logo .logo-left,
.footer-logo .logo-right {
  padding: 6px 16px;
  font-size: 9px;
}

.footer-small-title {
  font-size: 10px;
  color: #8c5b34;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

/* RIGHT */

.footer-right {
  flex: 1;
}

/* top */

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 25px;
}

.footer-line {
  height: 4px;

  flex: 1;

  margin-right: 40px;

  background: linear-gradient(to right, #1d8c55 78%, #95552d 78%);
}

.footer-social {
  display: flex;
  gap: 8px;
}

.footer-social a {
  width: 28px;
  height: 28px;

  background: #1d8c55;

  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;

  font-size: 12px;

  text-decoration: none;
}

/* Heading */

.footer-heading {
  color: #9d6234;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.6px;

  margin-bottom: 8px;
}

.footer-contact {
  margin-bottom: 22px;
}

.footer-contact p,
.footer-location p {
  font-size: 11px;

  color: #555;

  line-height: 1.8;
}

/* Bottom */

.footer-bottom {
  margin-top: 40px;

  border-top: 1px solid #ececec;

  background: #fafafa;

  display: flex;

  justify-content: center;

  gap: 60px;

  padding: 18px 0;
}

.footer-bottom a {
  font-size: 11px;

  color: #666;

  text-decoration: none;
}

/* ================= MOBILE RESPONSIVE FIX ================= */

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  /* Top action */
  .top-action-bar {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  /* Event title */
  .event-title {
    font-size: 20px;
  }

  /* Banner Fix */
  .banner-container {
    min-height: 220px;
    height: 220px;
    border-radius: 8px;
    margin-bottom: 25px;
  }

  .banner-content {
    padding: 20px 10px;
  }

  .banner-subtitle {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .banner-title-main {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .banner-title-sub {
    font-size: 34px;
  }

  .banner-tagline {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .banner-badge {
    top: 10px;
    right: 10px;
    padding: 8px 10px;
  }

  .banner-badge .badge-top,
  .banner-badge .badge-bottom {
    font-size: 8px;
  }

  /* Convert two columns into one */
  .content-split {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }

  .main-content {
    width: 100%;
  }

  .booking-card {
    width: 100%;
  }

  /* Text adjustment */
  .main-content p {
    font-size: 13px;
  }

  .main-content h2 {
    font-size: 17px;
  }
}

/* Small mobile */
@media (max-width: 576px) {
  .event-title {
    font-size: 18px;
  }

  .banner-container {
    min-height: 190px;
    height: 190px;
  }

  .banner-title-main {
    font-size: 27px;
  }

  .banner-title-sub {
    font-size: 30px;
  }

  .booking-btn-container {
    padding: 8px;
  }

  .price-badge {
    font-size: 13px;
  }

  .book-now-action {
    padding: 5px 10px;
    font-size: 11px;
  }
}

.event-description {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.description-collapsed {
  max-height: 100px;
}
/*.read-more { 
        display: inline-block; 
        margin-top: 10px; 
        cursor: pointer; 
        font-weight: 600; 
        text-decoration: none; 
    }*/
.event-terms {
  overflow: hidden;
}
.description-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --------------------------------------------------- */

/* =========================================================
   BOOK EVENT MODAL
========================================================= */

/* Modal background */
#bookEventModal {
  background: rgba(0, 0, 0, 0.4);
}

/* Modal width */
#bookEventModal .modal-dialog {
  width: 100%;

  max-width: 380px;

  margin: 1.75rem auto;
}

/* Modal card */
#bookEventModal .modal-content {
  background: #ffffff;

  border: none;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* =========================================================
   HEADER
========================================================= */

#bookEventModal .modal-header {
  position: relative;

  display: block;

  padding: 26px 24px 14px;

  border: none;

  background: #ffffff;
}

#bookEventModal .modal-title {
  margin: 0;

  padding-right: 30px;

  font-size: 18px;

  font-weight: 600;

  color: #18202f;

  line-height: 1.3;
}

/* Close button */

#bookEventModal .btn-close {
  position: absolute;

  top: 18px;

  right: 18px;

  width: 24px;

  height: 24px;

  padding: 0;

  margin: 0;

  border: 1px solid #d1d5db;

  border-radius: 50%;

  background-size: 9px;

  opacity: 1;

  box-shadow: none;
}

/* =========================================================
   BODY
========================================================= */

#bookEventModal .modal-body {
  padding: 0 24px 20px;

  background: #ffffff;
}

/* Section heading */

#bookEventModal .modal-section-label {
  margin-bottom: 8px;

  font-size: 11px;

  font-weight: 400;

  color: #667085;
}

/* =========================================================
   LOADING
========================================================= */

#bookEventModal .booking-loading {
  padding: 25px 0;

  text-align: center;

  font-size: 13px;

  color: #667085;
}

#bookEventModal .booking-loading i {
  margin-right: 6px;

  color: #0b8043;
}

/* =========================================================
   DATE CONTAINER
========================================================= */

#bookEventModal .event-dates-container {
  display: flex;

  flex-wrap: nowrap;

  gap: 12px;

  width: 100%;
}

/* Date Card */

#bookEventModal .date-box {
  flex: 1;

  min-width: 0;

  padding: 10px 5px;

  text-align: center;

  background: #ffffff;

  border: 1px solid #dfe3e8;

  border-radius: 12px;

  cursor: pointer;

  transition: all 0.2s ease;
}

/* Date hover */

#bookEventModal .date-box:hover {
  border-color: #0b8043;
}

/* Date Day */

#bookEventModal .date-box .day {
  font-size: 11px;

  font-weight: 500;

  color: #374151;
}

/* Date Number */

#bookEventModal .date-box .num {
  margin: 3px 0;

  font-size: 18px;

  line-height: 1.2;

  font-weight: 700;

  color: #111827;
}

/* Month */

#bookEventModal .date-box .month {
  font-size: 11px;

  color: #8b929d;
}

/* Selected Date */

#bookEventModal .date-box.selected {
  border: 1.5px solid #0b8043;

  background-color: #e7f5ec;
}

/* =========================================================
   TIME SECTION
========================================================= */

#bookEventModal .booking-time-section {
  margin-top: 20px;
}

/* Time Container */

#bookEventModal .event-time-container {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px;

  width: 100%;
}

/* Time Card */

#bookEventModal .time-box {
  min-height: 56px;

  padding: 10px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  background: #ffffff;

  border: 1px solid #dfe3e8;

  border-radius: 8px;

  cursor: pointer;

  transition: all 0.2s ease;
}

/* Time Hover */

#bookEventModal .time-box:hover:not(.disabled) {
  border-color: #0b8043;
}

/* Time */

#bookEventModal .time-box .time {
  font-size: 12px;

  font-weight: 600;

  color: #111827;
}

/* Status */

#bookEventModal .time-box .status {
  margin-top: 2px;

  font-size: 9px;
}

/* Available */

#bookEventModal .time-box .status.available {
  color: #0b8043;
}

/* Sold Out */

#bookEventModal .time-box .status.sold-out {
  color: #dc2626;
}

/* Selected Time */

#bookEventModal .time-box.selected {
  border: 1.5px solid #0b8043;

  background-color: #e7f5ec;
}

/* Disabled */

#bookEventModal .time-box.disabled {
  opacity: 0.65;

  cursor: not-allowed;
}

/* =========================================================
   NO DATA
========================================================= */

#bookEventModal .booking-no-data {
  margin-top: 15px;

  padding: 10px;

  border-radius: 8px;

  background: #fff8e6;

  color: #856404;

  font-size: 12px;

  text-align: center;
}

/* =========================================================
   FOOTER
========================================================= */

#bookEventModal .modal-footer {
  display: block;

  padding: 0 24px 24px;

  border: none;

  background: #ffffff;
}

/* Hide Close button from footer */

#bookEventModal .modal-footer .btn-secondary {
  display: none;
}

/* NEXT BUTTON */

#bookEventModal #continueBookingBtn {
  width: 100%;

  padding: 11px 12px;

  border: none;

  border-radius: 8px;

  background-color: #0b8043;

  color: #ffffff;

  font-size: 13px;

  font-weight: 600;

  box-shadow: none;

  transition: all 0.2s ease;
}

/* Hover */

#bookEventModal #continueBookingBtn:hover:not(:disabled) {
  background-color: #096b38;
}

/* Disabled */

#bookEventModal #continueBookingBtn:disabled {
  background-color: #0b8043;

  color: #ffffff;

  opacity: 0.55;

  cursor: not-allowed;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {
  #bookEventModal .modal-dialog {
    width: calc(100% - 30px);

    max-width: 380px;
  }

  #bookEventModal .modal-header {
    padding: 22px 20px 14px;
  }

  #bookEventModal .modal-body {
    padding: 0 20px 20px;
  }

  #bookEventModal .modal-footer {
    padding: 0 20px 20px;
  }

  #bookEventModal .event-dates-container {
    gap: 8px;
  }

  #bookEventModal .event-time-container {
    gap: 8px;
  }
}

.event-description {
  display: inline;
  line-height: 1.6;
}

.read-more {
  color: #b45309;
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
}

.read-more:hover {
  color: #92400e;
  text-decoration: underline;
}
.event-terms {
  line-height: 1.6;
}
.terms-title {
  margin-top: 35px;
}
