/* ═══════════════════════════════════════════
           CSS VARIABLES & BASE
        ═══════════════════════════════════════════ */
:root {
	--gold:        #D4A017;
	--gold-light:  #F5C842;
	--gold-dark:   #8B6914;
	--crimson:     #8B0000;
	--crimson-mid: #B22222;
	--deep-navy:   #0A0F2E;
	--navy:        #0D1A4A;
	--navy-mid:    #152060;
	--white:       #FFFFFF;
	--off-white:   #FDF8EE;
	--text-muted:  #C8BFA0;
	--shadow-gold: 0 0 30px rgba(212,160,23,.35);
	--radius:      12px;
	--transition:  all .35s cubic-bezier(.4,0,.2,1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Rajdhani', sans-serif;
	background: var(--deep-navy);
	color: var(--off-white);
	overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}

/* ── Bootstrap Overrides ── */
.text-gold {
  color: var(--gold-light) !important;
}
.text-muted-custom {
  color: var(--text-muted) !important;
}
.bg-navy {
  background: var(--navy) !important;
}
.bg-deep-navy {
  background: var(--deep-navy) !important;
}

/* ═══════════════════════════════════════════
           TOP STRIP
        ═══════════════════════════════════════════ */
.top-strip {
  background: linear-gradient(
    90deg,
    var(--crimson) 0%,
    #5a0000 50%,
    var(--crimson) 100%
  );
  padding: 7px 20px;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  border-bottom: 1px solid var(--gold-dark);
  color: var(--gold-light);
}

/* ═══════════════════════════════════════════
           MANDALA STRIP
        ═══════════════════════════════════════════ */
.mandala-strip {
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(
    90deg,
    var(--gold-dark) 0px,
    var(--gold) 4px,
    var(--gold-dark) 8px,
    var(--crimson) 12px,
    var(--gold-dark) 16px
  );
  opacity: 0.9;
}
.mandala-strip.dim {
  opacity: 0.35;
}

/* ═══════════════════════════════════════════
           HEADER
        ═══════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #060b22 0%, var(--navy) 100%);
  border-bottom: 2px solid var(--gold-dark);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}

.header-inner {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.logo-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  object-fit: cover;
  background: var(--navy-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}
.logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-title {
  flex: 1;
  text-align: center;
  min-width: 220px;
}

.header-title .org-name {
	font-family: 'Rajdhani', sans-serif;
	font-size: .75rem;
	letter-spacing: .25em;
	color: var(--gold-light);
	text-transform: uppercase;
	opacity: .85;
}

.header-title h1 {
  font-family: "Cinzel Decorative", cursive;
  font-size: clamp(1.3rem, 4vw, 2.4rem);
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(
    135deg,
    var(--gold-light) 0%,
    var(--gold) 50%,
    var(--gold-dark) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(212, 160, 23, 0.5));
  margin: 4px 0;
}

.header-title .event-date {
  font-size: clamp(0.68rem, 1.5vw, 0.85rem);
  color: var(--off-white);
  margin-top: 4px;
  letter-spacing: 0.08em;
}
.header-title .event-date strong {
  color: var(--gold-light);
}

.header-meta {
  font-size: 0.68rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════
           NAVIGATION (Bootstrap 4 Navbar)
        ═══════════════════════════════════════════ */
  .banner01{
    background: linear-gradient(90deg, var(--navy-mid) 0%, #1A2870 50%, var(--navy-mid) 100%); border-bottom: 1px solrgba(212, 160, 23, .25);
  }
.site-nav {
     background: linear-gradient(90deg, var(--navy-mid) 0%, #1A2870 50%, var(--navy-mid) 100%);
    border-bottom: 1px solid rgba(212, 160, 23, .25);
    padding: 0;
}
.navbar .navbar-nav > li > a.nav-link {
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

.site-nav .navbar-nav .nav-link {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--off-white) !important;
  font-family: 'Rajdhani' !important;
  /* padding: 14px 14px !important; */
  position: relative;
  transition: var(--transition);
}

.site-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.site-nav .navbar-nav .nav-link:hover {
  color: var(--gold-light) !important;
}
.site-nav .navbar-nav .nav-link:hover::after {
  left: 0;
  right: 0;
}

.nav-cta-btn {
  background: linear-gradient(
    135deg,
    var(--gold) 0%,
    var(--gold-dark) 100%
  ) !important;
  color: var(--deep-navy) !important;
  border-radius: 6px;
  font-weight: 700 !important;
  padding: 10px 18px !important;
  margin-left: 8px;
  box-shadow: 0 3px 14px rgba(212, 160, 23, 0.4);
  transition: var(--transition) !important;
}
.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 160, 23, 0.55);
}
.nav-cta-btn::after {
  display: none !important;
}

.site-nav .navbar-toggler {
  border: 1px solid rgba(212, 160, 23, 0.4);
  padding: 6px 10px;
}
.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(212, 160, 23, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile nav */
@media (max-width: 991px) {
  .site-nav .navbar-collapse {
    background: var(--navy);
    border-top: 1px solid rgba(212, 160, 23, 0.2);
    padding: 8px 0 16px;
  }
  .site-nav .navbar-nav .nav-link {
    border-left: 3px solid transparent;
    padding: 10px 24px !important;
  }
  .site-nav .navbar-nav .nav-link:hover {
    border-left-color: var(--gold);
    background: rgba(212, 160, 23, 0.06);
  }
  .site-nav .navbar-nav .nav-link::after {
    display: none;
  }
  .nav-cta-btn {
    margin: 8px 24px 4px !important;
    display: inline-block;
  }
}

/* ═══════════════════════════════════════════
           BANNER SLIDER
        ═══════════════════════════════════════════ */
.banner-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 160, 23, 0.2);
}

.swiper-banner {
  width: 100%;
}

.banner-slide {
  position: relative;
  height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.banner-slide-bg {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  transition: transform 8s ease;
  background-repeat: no-repeat;
}
.swiper-slide-active .banner-slide-bg {
  transform: scale(1.06);
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 11, 34, 0.05) 0%,
    rgba(6, 11, 34, 0.15) 100%,
    rgba(6, 11, 34, 0.8) 100%
  );
  z-index: 1;
}

.banner-slide-content {
  position: relative;
  z-index: 2;
  padding: 28px 32px;
  width: 100%;
}

.banner-slide-content h2 {
  font-family: "Cinzel Decorative", cursive;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: var(--gold-light);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  margin-bottom: 8px;
}

.banner-slide-content p {
  font-size: 0.92rem;
  color: var(--off-white);
  opacity: 0.9;
  margin-bottom: 16px;
  max-width: 520px;
}

.banner-register-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, #b8860b 100%);
  color: var(--deep-navy);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(212, 160, 23, 0.5);
  transition: var(--transition);
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}
.banner-register-btn:hover {
  color: var(--deep-navy) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212, 160, 23, 0.65);
}

.banner-wrap .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.banner-wrap .swiper-pagination-bullet-active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
}

/* ═══════════════════════════════════════════
           SIDEBAR CARDS
        ═══════════════════════════════════════════ */
.sidebar-card {
  background: linear-gradient(
    160deg,
    rgba(21, 32, 96, 0.9) 0%,
    rgba(13, 26, 74, 0.95) 100%
  );
  border: 1px solid rgba(212, 160, 23, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.sidebar-card-header {
  padding: 14px 18px 12px;
  background: linear-gradient(
    90deg,
    rgba(139, 0, 0, 0.7) 0%,
    rgba(90, 0, 0, 0.5) 100%
  );
  border-bottom: 1px solid rgba(212, 160, 23, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-card-header h3 {
  font-family: "Cinzel Decorative", cursive;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin: 0;
}

/* Countdown */
.countdown-grid {
  padding: 18px;
}

.cd-unit {
  background: rgba(6, 11, 34, 0.6);
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: 8px;
  padding: 10px 4px;
  text-align: center;
}

.cd-num {
  font-family: "Cinzel Decorative", cursive;
  font-size: 1.55rem;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}

.cd-label {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}

/* Register sidebar */
.register-sidebar {
  padding: 18px;
}
.register-sidebar p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.5;
}

.reg-btn-full {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--deep-navy) !important;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(212, 160, 23, 0.4);
  transition: var(--transition);
  margin-bottom: 10px;
  text-decoration: none !important;
}
.reg-btn-full:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(212, 160, 23, 0.55);
  color: var(--deep-navy) !important;
}

.reg-btn-outline {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px;
  border: 1px solid var(--gold-dark);
  color: var(--gold) !important;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: var(--transition);
  text-decoration: none !important;
}
.reg-btn-outline:hover {
  background: rgba(212, 160, 23, 0.1);
  color: var(--gold-light) !important;
}

/* Latest Updates Ticker */
.updates-ticker-wrap {
  overflow: hidden;
  padding: 0 18px 18px;
}

.ticker-list {
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-dark) transparent;
}
.ticker-list::-webkit-scrollbar {
  width: 4px;
}
.ticker-list::-webkit-scrollbar-thumb {
  background: var(--gold-dark);
  border-radius: 4px;
}

.ticker-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(212, 160, 23, 0.1);
  animation: slideInLeft 0.4s ease forwards;
  opacity: 0;
}
.ticker-item:last-child {
  border-bottom: none;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ticker-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 6px;
  box-shadow: 0 0 6px rgba(212, 160, 23, 0.6);
}
.ticker-dot.new-dot {
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}

.ticker-content .date {
  font-size: 0.68rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}
.ticker-content p {
  font-size: 0.82rem;
  color: var(--off-white);
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 1.4;
}

.ticker-badge {
  display: inline-block;
  background: var(--crimson);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 7px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

/* ═══════════════════════════════════════════
           MARQUEE BAR
        ═══════════════════════════════════════════ */
.marquee-bar {
  background: linear-gradient(90deg, var(--crimson) 0%, #6a0000 100%);
  border-radius: var(--radius);
  border: 1px solid rgba(212, 160, 23, 0.2);
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 44px;
  margin-bottom: 0;
}

.marquee-label {
  flex-shrink: 0;
  background: var(--gold);
  color: var(--deep-navy);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0 18px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.marquee-track {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 0;
  animation: marqueeScroll 28s linear infinite;
  white-space: nowrap;
}
.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--off-white);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.marquee-item .bullet {
  color: var(--gold-light);
  font-size: 1.1rem;
  line-height: 1;
}

/* ═══════════════════════════════════════════
           SECTION HEADING
        ═══════════════════════════════════════════ */
.section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.section-heading h2 {
  font-family: "Cinzel Decorative", cursive;
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  color: var(--gold-light);
  white-space: nowrap;
  margin: 0;
}

.section-heading .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212, 160, 23, 0.5) 0%,
    transparent 100%
  );
}

/* ═══════════════════════════════════════════
           INVITEE CARDS
        ═══════════════════════════════════════════ */
.swiper-invitees {
  padding-bottom: 32px !important;
}

.invitee-card {
  background: linear-gradient(
    160deg,
    rgba(21, 32, 96, 0.8) 0%,
    rgba(6, 11, 34, 0.95) 100%
  );
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: var(--radius);
  padding: 24px 16px 20px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  height: 215px;
}
.invitee-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.5),
    var(--shadow-gold);
}

.invitee-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  object-fit: cover;
  margin: 0 auto 12px;
  background: var(--navy-mid);
  box-shadow: var(--shadow-gold);
}

.invitee-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--off-white);
  margin-bottom: 4px;
}
.invitee-role {
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════
           INFO CARDS
        ═══════════════════════════════════════════ */
.info-card {
  background: linear-gradient(
    160deg,
    rgba(21, 32, 96, 0.75) 0%,
    rgba(13, 26, 74, 0.9) 100%
  );
  border: 1px solid rgba(212, 160, 23, 0.18);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.info-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--crimson) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}
.info-card:hover {
  transform: translateY(-4px);
}
.info-card:hover::before {
  transform: scaleX(1);
}

.info-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(212, 160, 23, 0.25) 0%,
    rgba(212, 160, 23, 0.08) 100%
  );
  border: 1px solid rgba(212, 160, 23, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.4rem;
}

.info-card h4 {
  font-family: "Cinzel Decorative", cursive;
  font-size: 0.75rem;
  color: var(--gold-light);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}
.info-card strong {
  color: var(--off-white);
}

/* ═══════════════════════════════════════════
           FOOTER
        ═══════════════════════════════════════════ */
.site-footer {
  background: linear-gradient(180deg, var(--navy) 0%, #040812 100%);
  border-top: 1px solid rgba(212, 160, 23, 0.2);
  padding: 40px 0 24px;
  /* margin-top: 24px; */
}

.footer-logo-title {
  font-family: "Cinzel Decorative", cursive;
  font-size: 1rem;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.footer-col h4 {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 160, 23, 0.2);
}

.footer-col ul {
  padding: 0;
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  font-size: 0.82rem;
  color: var(--text-muted);
  transition: var(--transition);
}
.footer-col ul li a:hover {
  color: var(--gold-light) !important;
}

.footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(212, 160, 23, 0.1);
}
.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(200, 191, 160, 0.5);
  margin: 0;
}

/* ═══════════════════════════════════════════
           ANIMATIONS
        ═══════════════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

.shimmer-text {
  background: linear-gradient(
    90deg,
    var(--gold-dark) 0%,
    var(--gold-light) 25%,
    var(--gold) 50%,
    var(--gold-light) 75%,
    var(--gold-dark) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
.pulse {
  animation: pulse 1.8s ease infinite;
  display: inline-block;
}

/* ═══════════════════════════════════════════
           RESPONSIVE TWEAKS
        ═══════════════════════════════════════════ */
@media (max-width: 767px) {
  .header-inner {
    padding: 10px 16px;
    gap: 12px;
  }
  .logo-badge {
    width: 54px;
    height: 54px;
  }
  .header-meta {
    display: none;
  }
  .banner-slide {
    /* height: 300px; */
    height: 200px;
  }
  .banner-register-btn{
    padding: 7px;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .info-card {
    margin-bottom: 12px;
  }
}



