/* ==========================================
   ULTRA MINIMAL FIX + COLOR
   ========================================== */

/* CRITICAL: Show header immediately - no layout changes */
/* header {
	opacity: 1 !important;
	visibility: visible !important;
} */

/* Only prevent position jumping */
.header-area.homepage1 {
	position: absolute;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Header sticky state should be on top */
.header-area.homepage1.sticky {
	position: fixed !important;
	z-index: 9999 !important;
}

/* Ensure footer stays below header */
.footer1-sertion-area {
	position: relative;
	z-index: 1 !important;
}

/* Header text color - white immediately */
.header-area.homepage1 .main-menu a,
.header-area.homepage1 .main-menu li a {
	color: #fff;
}

.header-area.homepage1 .btn-area ul li a {
	color: #fff;
}

/* Logo sizes */
.site-logo img {
	max-width: 150px;
	max-height: 50px;
	object-fit: contain;
}

.mobile-logo img {
	max-width: 120px;
	max-height: 40px;
}

/* Social icons display */
.btn-area ul {
	display: inline-flex;
	flex-direction: row;
}

.btn-area ul li {
	display: inline-flex;
}

/* Hero h5 */
.hero1-header h5 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero1-header h5 img {
	max-width: 24px;
	max-height: 24px;
}

/* ========================================== */

/* ==========================================
   AOS (Animate On Scroll) - Proper Fix
   Prevent FOUC while allowing animations
   ========================================== */

/* Only hide elements before AOS is initialized */
html:not(.aos-ready) [data-aos] {
	opacity: 0;
	transition-property: opacity, transform;
}

/* Allow AOS to work normally after initialization */
html.aos-ready [data-aos] {
	opacity: 1;
}

/* Ensure smooth transitions */
[data-aos] {
	pointer-events: auto;
}

/* ========================================== */

.quality-custom {
	display: flex;
	justify-content: space-between;
	margin: 28px 0;
}
.quality-custom .quantity {
  display: flex;
  
  border-radius: 4px;
  overflow: hidden;
}

.quality-custom .quantity button {
  background-color: var(--ztc-bg-bg-3);
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 38px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quality-custom .quantity button:hover {
  background-color: #ffcd45;
}

.quality-custom .input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.quality-custom .input-box::-webkit-inner-spin-button,
.quality-custom .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quality-custom .input-box[type="number"] {
  -moz-appearance: textfield;
}

/* Timeline Styles */
.timeline {
  position: relative;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-marker {
  position: relative;
  flex-shrink: 0;
}

.timeline-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 2px;
  height: calc(100% + 1rem);
  background-color: #e9ecef;
  transform: translateX(-50%);
}

.timeline-content {
  padding-left: 1rem;
}

.timeline-item:last-child .timeline-line {
  display: none;
}

.charges-box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9fafb;
  max-width: 100%;
  width: 100%;
}

.charges-title {
  font-weight: 700;
  font-size: 20px;
  color: #111;
  margin-bottom: 12px;
}

.charges-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.charges-row-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
.charges-row:last-of-type {
  border-bottom: none;
}

.charges-label {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  flex: 1;
  min-width: 150px;
}
.charges-label-custom{
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

.charges-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.charges-value-custom {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  width: 60%;
}


.coupon-text {
  font-size: 15px;
  color: #0a7c39;
}

.coupon-code {
  font-weight: 700;
}

.total {
  border: none;
  margin-top: 10px;
  padding-top: 8px;
}

.total-label {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.total-value {
  font-size: 18px;
  font-weight: 700;
  color: #007bff; /* your primary color */
}

.hidden {
  display: none;
}
.contact4-boxarea {
    height: 100%;
}
/* .choose-ticket-pools >div {
    display: flex;
} */
.choose-ticket-pools ul{
    margin-top: 1rem;
padding-left: 2rem;
}
.choose-ticket-pools ul li{
list-style-type: disc;
margin-bottom: 10px;
}
.choose-ticket-pools ul li::marker{
font-size: 20px;
}

.input-area select {
	width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--figtree);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
    margin-top: 16px;
}
.charges-box .input-area input{
border: 1px solid rgb(188, 188, 188);
border-radius: 8px;
padding: 6px 1rem;
width: 100%;
}
button.btn.apply-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--ztc-bg-bg-3);
    padding: 4px 10px;
    
    font-size: 12px;
}
button.btn.apply-btn:hover {
  background-color: var(--ztc-text-text-2);;
  color: #fff;
}
.load-more-btn {
  text-align: center;
  padding-top: 100px;
}

/* Authentication cover layout (missing from compiled CSS) */
.auth-cover-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-cover-wrapper .auth-cover-content-inner {
  float: left;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: calc(100% - 550px);
}
.auth-cover-wrapper .auth-cover-content-inner .auth-cover-content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
}
.auth-cover-wrapper .auth-cover-content-inner .auth-cover-content-wrapper .auth-img {
  width: 600px;
  margin: auto auto;
}
.auth-cover-wrapper .auth-cover-sidebar-inner {
  float: right;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.auth-cover-wrapper .auth-cover-sidebar-inner .auth-cover-card-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
}
.auth-cover-wrapper .auth-cover-sidebar-inner .auth-cover-card-wrapper .auth-cover-card {
  width: 100%;
  max-width: 450px;
  margin: auto auto;
}

/* Responsive tweaks to mirror SCSS breakpoints */
@media (max-width: 991.98px) {
  .auth-cover-wrapper .auth-cover-content-inner {
    display: none;
  }
  .auth-cover-wrapper .auth-cover-sidebar-inner {
    padding: 25px;
    margin: 30px;
    border-radius: 8px;
  }
  .auth-cover-wrapper .auth-cover-sidebar-inner .auth-cover-card-wrapper .auth-cover-card {
    padding: 25px 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .auth-cover-wrapper .auth-cover-content-inner {
    max-width: calc(100% - 450px);
  }
  .auth-cover-wrapper .auth-cover-sidebar-inner {
    max-width: 450px;
  }
  .auth-cover-wrapper .auth-cover-sidebar-inner .auth-cover-card-wrapper .auth-cover-card {
    padding: 25px 0;
    width: 100%;
  }
}
.responsive-table .table-responsive {
  overflow: visible!important;
}

/* Footer attached to bottom */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

#__next,
body > div:first-child {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}

/* Ensure Layout component uses flexbox */
body > div:first-child > div {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}

/* Make main content area grow */
body > div:first-child > div > *:not(.footer1-sertion-area):not(footer) {
  flex: 1;
}

/* Footer stays at bottom */
.footer1-sertion-area,
footer {
  margin-top: auto;
}

/* Copyright footer styling */
.footer1-sertion-area .copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}

.footer1-sertion-area .copyright p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* .nxl-container .footer - Make footer stick to bottom */
.nxl-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
}

.nxl-container .nxl-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0; /* Allow flex children to shrink */
}

/* Main content should grow to fill space and attach with footer */
.nxl-container .nxl-content .main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding: 30px 30px 5px;
  min-height: 0; /* Allow flex children to shrink */
}

/* Footer inside nxl-container - attached to main-content */
.nxl-container .footer {
  margin-top: 0; /* Remove margin to attach directly */
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  flex-shrink: 0; /* Prevent footer from shrinking */
}

/* Footer as sibling of nxl-container - ensure it's at bottom */
body > .nxl-container + .footer,
main.nxl-container + .footer {
  margin-top: auto;
}

/* Ensure parent container uses flexbox when footer is sibling */
body:has(.nxl-container + .footer),
body:has(main.nxl-container + .footer) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body:has(.nxl-container + .footer) .nxl-container,
body:has(main.nxl-container + .footer) .nxl-container {
  flex: 1;
}
@media (max-width: 991.98px) {
  .apps-container .main-content .content-sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 1050;
    transition: left 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .apps-container .main-content .content-sidebar.app-sidebar-open {
    left: 0;
  }
  
  .apps-container .main-content .content-sidebar .app-sidebar-close-trigger {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .apps-container .main-content {
    display: flex !important;
    flex-direction: row !important;
  }
  
  .apps-container .main-content .content-sidebar {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    flex-shrink: 0;
  }
  
  .apps-container .main-content .content-sidebar .app-sidebar-close-trigger {
    display: none !important;
  }
  
  .apps-container .main-content .content-area {
    flex: 1;
    min-width: 0;
  }
  
  .apps-container .content-area-header .app-sidebar-open-trigger {
    display: none !important;
  }
}