.logo-text {
    margin: 0;
   

}

.h2-spasi {
  letter-spacing: normal;
}

.h-60 {
    height: 50% !important;
}


/* ===== TRACKS ===== */
.tracks-section {
  background: var(--soft-white);
}
.track-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid var(--light-gray);
  position: relative;
  overflow: hidden;
}
.track-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform 0.4s;
  transform-origin: left;
}
.track-card:hover::before {
  transform: scaleX(1);
}
.track-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.track-card .track-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(7, 153, 72, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.track-card:hover .track-icon {
  background: var(--primary);
 
  box-shadow: 0 8px 24px rgba(7, 153, 72, 0.25);
  color: #fff;
}
.track-card h4 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}


.conf-info {
    background-color:var(--primary); color: #fff;
    padding: 4px 8px;
   
}

.pricing-icon {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 16px;
}


.border-gray {
  border:1px solid #999 !important;
}

.pricingSwiper {
  overflow: visible !important;
}

.swiper-slide {
  transition: transform 0.3s ease;
}


.swiper-slide .card:hover {
  transform: translateY(-4px);
  transition: transform 0.2s ease-in-out;
}


.swiper-pagination-bullet-active {
  background-color: #079948 !important; 
  width: 24px !important;            
  border-radius: 4px !important;
}




@media (min-width: 992px) {
  .pricingSwiper {
    overflow: hidden !important;
  }
  

  .pricingSwiper .swiper-wrapper {
    transform: none !important;
    width: 100% !important;
  }
  
  .pricingSwiper .swiper-pagination {
    display: none !important;
  }
}

.venue-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.venue-section .venue-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23E2E8F0' opacity='0.3' d='M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,208C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'/%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
  pointer-events: none;
}
.venue-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #fff;
}
.venue-card .venue-map {
  height: 300px;
  background: var(--light-gray);
  position: relative;
  overflow: hidden;
}
.venue-card .venue-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-card .venue-info {
  padding: 32px;
}
.venue-card .venue-info h3 {
  color: var(--primary);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.venue-card .venue-info p {
  color: var(--muted-text);
  margin: 0 0 4px;
}
.venue-card .venue-info i {
  color: var(--gold);
  width: 20px;
}


.custom-countdown {
		font-size: clamp(3rem, 6vw, 6rem);
		text-transform: uppercase;
		color: var(--light);
		font-weight: bold;
		line-height: 1;
		margin: 0;
}

.custom-countdown em {
		font-style: normal;
		color: transparent;
		-webkit-text-stroke: 1.2px #FFF;
		text-stroke: 2px #FFF;
}

@media (max-width: 1400px) {
		.custom-countdown {
				font-size: clamp(2.8rem, 8vw, 5.5rem);
				line-height: 1;
		}
}

@media (max-width: 991px) {
		.custom-countdown {
				font-size: clamp(2.5rem, 12vw, 4.5rem);
				line-height: 1;
		}
}

/* ===== TRANSPARENT HEADER ===== */

#header.header-transparent .header-body {
	transition: background 0.3s ease;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
	/*background: rgba(7, 153, 72, 0.85) !important;*/
}

html.sticky-header-active #header.header-transparent .header-body {
	background: var(--primary) !important;
}

/* ===== SMOOTH HEADER SHRINK ===== */

html.sticky-header-active #header .header-container {
	overflow: hidden;
}

/* ===== OFF-CANVAS MOBILE NAV ===== */

/* Desktop: hide offcanvas, show default collapse nav */
.offcanvas-nav {
		display: none;
}
.offcanvas-backdrop {
		display: none;
}

@media (max-width: 991px) {
		/* Hide the Bootstrap collapse nav on mobile */
		.desktop-nav {
				display: none !important;
		}

		/* Offcanvas backdrop */
		.offcanvas-backdrop {
				display: block;
				position: fixed;
				inset: 0;
				z-index: 1040;
				background: rgba(0, 0, 0, 0.5);
				cursor: pointer;
		}

		/* Offcanvas panel */
		.offcanvas-nav {
				display: flex;
				flex-direction: column;
				position: fixed;
				top: 0;
				left: 0;
				width: 300px;
				height: 100vh;
				height: 100dvh;
				z-index: 1050;
				background: #1e1e2a;
				transform: translateX(-100%);
				transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
				box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
				overflow-y: auto;
		}

		.offcanvas-nav--open {
				transform: translateX(0);
		}

		/* Header area inside offcanvas */
		.offcanvas-nav-header {
				display: flex;
				align-items: center;
				justify-content: space-between;
				padding: 18px 20px;
				border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		}

		.offcanvas-nav-brand {
				color: #fff;
				font-size: 1rem;
				font-weight: 700;
				text-decoration: none;
				letter-spacing: 0.5px;
		}

		.offcanvas-nav-brand i {
				margin-right: 8px;
				color: var(--primary, #079948);
		}

		.offcanvas-nav-close {
				color: rgba(255, 255, 255, 0.6);
				padding: 4px 8px;
				font-size: 1.2rem;
				border: none;
				background: none;
				transition: color 0.2s;
		}

		.offcanvas-nav-close:hover {
				color: #fff;
		}

		/* Navigation links */
		.offcanvas-nav-list {
				list-style: none;
				margin: 0;
				padding: 8px 0;
		}

		.offcanvas-nav-list li {
				margin: 0;
				padding: 0;
		}

		.offcanvas-nav-link {
				display: block;
				padding: 14px 24px;
				color: rgba(255, 255, 255, 0.75);
				font-size: 0.95rem;
				font-weight: 500;
				text-decoration: none;
				border-left: 3px solid transparent;
				transition: all 0.2s;
		}

		.offcanvas-nav-link:hover {
				color: #fff;
				background: rgba(255, 255, 255, 0.06);
				border-left-color: var(--primary, #079948);
		}

		.offcanvas-nav-link:active {
				background: rgba(255, 255, 255, 0.1);
		}
}