/* divya designs for about and contact us */
#section-about .subtitle {
  text-align: center;
}

#section-about h2 {
  text-align: center;
}

/* ================================================================ */
/* ULTRA PREMIUM MISSION SECTION - REVOLUTIONARY DESIGN */
/* ================================================================ */

.ultra-mission-section {
  position: relative;
  padding: 120px 0;
  background: #0a0e1a;
  overflow: hidden;
  min-height: 100vh;
}

/* Morphing Gradient Blobs Background */
.morph-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 45% 55% 60% 40% / 60% 40% 50% 45%;
  filter: blur(80px);
  opacity: 0.25;
  animation: blob-morph 20s ease-in-out infinite;
}

.blob-1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #FFD700, #FF6B00);
  top: -100px;
  left: -100px;
  animation-duration: 18s;
}

.blob-2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #00F5FF, #9D00FF);
  bottom: -50px;
  right: -50px;
  animation-duration: 22s;
  animation-delay: 5s;
}

.blob-3 {
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, #FF00E5, #FF6B9D);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 25s;
  animation-delay: 10s;
}

@keyframes blob-morph {

  0%,
  100% {
    border-radius: 45% 55% 60% 40% / 60% 40% 50% 45%;
    transform: translate(0, 0) scale(1);
  }

  25% {
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
    transform: translate(50px, -80px) scale(1.1);
  }

  50% {
    border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
    transform: translate(-30px, 60px) scale(0.9);
  }

  75% {
    border-radius: 50% 50% 40% 60% / 40% 60% 40% 60%;
    transform: translate(40px, 40px) scale(1.05);
  }
}

/* Diagonal Accent Line */
.diagonal-accent {
  position: absolute;
  top: 15%;
  left: -10%;
  width: 120%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
  transform: rotate(-5deg);
  opacity: 0.3;
  z-index: 1;
}

/* Premium Header with Floating Letters */
.premium-header {
  position: relative;
  z-index: 2;
}

.floating-letter-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 40px 0 0px 0px;
  /* Changed to prevent clipping of shadow/animation */
}

.float-letter {
  display: inline-block;
  font-size: 64px;
  font-weight: 900;
  background: linear-gradient(135deg, #FFD700, #FF6B00, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: float-letter 3s ease-in-out infinite, gradient-wave 4s ease infinite;
  text-shadow: 0 0 50px rgba(255, 215, 0, 0.8);
  /* Enhanced shadow */
  padding: 0 5px;
  /* Added horizontal padding to prevent side clipping */
  line-height: 1.2;
}

.float-letter:nth-child(1) {
  animation-delay: 0s, 0s;
}

.float-letter:nth-child(2) {
  animation-delay: 0.1s, 0.2s;
}

.float-letter:nth-child(3) {
  animation-delay: 0.2s, 0.4s;
}

.float-letter:nth-child(4) {
  animation-delay: 0.3s, 0.6s;
}

.float-letter:nth-child(5) {
  animation-delay: 0.4s, 0.8s;
}

.float-letter:nth-child(6) {
  animation-delay: 0.5s, 1s;
}

.float-letter:nth-child(7) {
  animation-delay: 0.6s, 1.2s;
}

@keyframes float-letter {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}

@keyframes gradient-wave {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.header-divider {
  width: 180px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FFD700, #FF6B00, transparent);
  margin: 0 auto 25px;
  border-radius: 2px;
  position: relative;
}

.header-divider::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  animation: divider-shine 3s linear infinite;
}

@keyframes divider-shine {
  to {
    left: 100%;
  }
}

.ultra-tagline {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

/* Split-Screen History Container */
.history-split-container {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}

/* 3D Timeline (Left Side) */
.timeline-3d {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), rgba(255, 107, 0, 0.03));
  padding: 50px 40px;
  min-height: 500px;
  border-right: 1px solid rgba(255, 215, 0, 0.2);
}

.timeline-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 215, 0, 0.03) 10px, rgba(255, 215, 0, 0.03) 20px);
  opacity: 0.5;
}

.timeline-title {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #FFD700, #FF6B00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 40px;
  position: relative;
}

.timeline-track {
  position: relative;
  padding-left: 60px;
}

.timeline-track::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #FFD700, rgba(255, 215, 0, 0.2));
}

.timeline-node {
  position: relative;
  margin-bottom: 60px;
}

.timeline-node:last-child {
  margin-bottom: 0;
}

.node-circle {
  position: absolute;
  left: -60px;
  top: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #FFD700, #FF6B00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #0a0e1a;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.6);
  animation: node-pulse 2s ease- in-out infinite;
}

.timeline-node.active .node-circle {
  animation: node-pulse-active 2s ease-in-out infinite;
}

@keyframes node-pulse {

  0%,
  100% {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.6);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.8);
    transform: scale(1.05);
  }
}

@keyframes node-pulse-active {

  0%,
  100% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.9);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 60px rgba(255, 215, 0, 1);
    transform: scale(1.1);
  }
}

.node-content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.node-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

/* Dynamic Panel (Right Side) */
.history-dynamic-panel {
  position: relative;
  padding: 50px 40px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.panel-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 245, 255, 0.15), transparent);
  border-radius: 50%;
  filter: blur(60px);
  animation: panel-glow-pulse 4s ease-in-out infinite;
}

@keyframes panel-glow-pulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.stat-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.stat-cube {
  perspective: 1000px;
  flex: 1;
  min-width: 120px;
}

.cube-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 245, 255, 0.3);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-cube:hover .cube-content {
  transform: rotateY(10deg) translateZ(20px);
  border-color: #00F5FF;
  box-shadow: 0 20px 40px rgba(0, 245, 255, 0.3);
}

.stat-number {
  font-size: 38px;
  font-weight: 900;
  background: linear-gradient(135deg, #00F5FF, #9D00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.history-description {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

/* 3D Flip Cards */
.flip-card-3d {
  perspective: 1500px;
  height: 380px;
  /* Reduced from 450px */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card-3d:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 25px;
  overflow: hidden;
}

.flip-card-front {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.flip-card-back {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 107, 0, 0.1));
  border: 1px solid rgba(255, 215, 0, 0.4);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.2) inset;
}

.vision-back {
  background: linear-gradient(135deg, rgba(0, 245, 255, 0.15), rgba(157, 0, 255, 0.1));
  border: 1px solid rgba(0, 245, 255, 0.4);
  box-shadow: 0 0 30px rgba(0, 245, 255, 0.2) inset;
}

/* Mesh Background Pattern on Cards */
.card-mesh-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
  animation: mesh-drift 20s linear infinite;
}

@keyframes mesh-drift {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(30px, 30px);
  }
}

/* Floating Icon */
.floating-icon {
  margin-bottom: 20px;
  animation: icon-float 3s ease-in-out infinite;
  filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.7));
  transition: all 0.3s ease;
}

.floating-icon:hover {
  filter: drop-shadow(0 0 40px rgba(255, 215, 0, 0.9));
  transform: scale(1.1);
}

@keyframes icon-float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.flip-title {
  font-size: 42px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}

.flip-prompt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  letter-spacing: 1px;
  animation: prompt-blink 2s ease-in-out infinite;
}

@keyframes prompt-blink {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

/* Back Face Content */
.back-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.2), transparent);
  border-radius: 50%;
  filter: blur(40px);
}

.vision-back .back-decoration {
  background: radial-gradient(circle, rgba(0, 245, 255, 0.2), transparent);
}

.back-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.back-content h4 {
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.back-content p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.back-accent-line {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
  margin: 30px auto 0;
  border-radius: 2px;
}

.vision-back .back-accent-line {
  background: linear-gradient(90deg, transparent, #00F5FF, transparent);
}

/* Responsive Design */
@media (max-width: 992px) {
  .float-letter {
    font-size: 48px;
    gap: 10px;
  }

  .timeline-3d {
    border-right: none;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    min-height: auto;
  }

  .history-dynamic-panel {
    min-height: auto;
    padding: 40px 30px;
  }

  .flip-card-3d {
    height: 350px;
    /* Reduced responsive height */
  }
}

@media (max-width: 768px) {
  .ultra-mission-section {
    padding: 80px 0;
  }

  .floating-letter-group {
    gap: 8px;
  }

  .float-letter {
    font-size: 42px;
  }

  .timeline-title {
    font-size: 28px;
  }

  .timeline-3d {
    padding: 40px 30px;
  }

  .flip-title {
    font-size: 36px;
  }

  .flip-card-3d {
    height: 320px;
    /* Reduced responsive height */
    margin-bottom: 30px;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 40px 30px;
  }
}

@media (max-width: 576px) {
  .float-letter {
    font-size: 36px;
  }

  .stat-cube {
    min-width: 100px;
  }

  .stat-number {
    font-size: 32px;
  }

  .flip-card-3d {
    height: 300px;
    /* Reduced responsive height */
  }
}


/* ============================================ */
/* Modern About Event Section Styles */
/* ============================================ */

#section-about {
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Background Pattern */
.about-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.08) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

/* Event Stats Cards */
.event-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.event-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #ec4899);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-stat-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.event-stat-card:hover::before {
  transform: scaleX(1);
}

.stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(236, 72, 153, 0.2));
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.4s ease;
}

.event-stat-card:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(236, 72, 153, 0.3));
}

.stat-number {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff, #e0e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

/* About Image Styling */
.about-image-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.about-image-wrapper::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  border-radius: 30px;
  z-index: -1;
  animation: pulse-glow 3s ease-in-out infinite;
}

.about-main-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  animation: float-rotate 20s linear infinite;
}

/* Animations */
@keyframes pulse-glow {

  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}

@keyframes float-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  #section-about {
    padding: 60px 0;
  }

  .event-stat-card {
    padding: 30px 20px;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-description {
    font-size: 14px;
  }

  .about-image-wrapper {
    margin-top: 40px;
  }
}

/*  contact page */
/* ================================================================ */
/* BRANCHES SECTION - PREMIUM DESIGN */
/* ================================================================ */

.bg-dark-3 {
  background: #0a0e1a;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

/* Animated Background Glow */
.branches-glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1), transparent 70%);
  filter: blur(100px);
  animation: glow-pulse 6s ease-in-out infinite;
  z-index: 0;
}

@keyframes glow-pulse {

  0%,
  100% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* Branch Card */
.branch-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.branch-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
  pointer-events: none;
}

.branch-card:hover {
  transform: translateY(-12px);
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(139, 92, 246, 0.2);
}

.branch-card:hover .branch-gradient {
  opacity: 0.25;
  transform: scale(1.1);
}

/* Animated Gradient Backgrounds */
.branch-gradient {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0.15;
  transition: all 0.6s ease;
  pointer-events: none;
  z-index: 0;
}

.branch-gradient-1 {
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 107, 0, 0.6), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(255, 215, 0, 0.6), transparent 50%);
  animation: gradient-rotate 15s linear infinite;
}

.branch-gradient-2 {
  background:
    radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.6), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(147, 51, 234, 0.6), transparent 50%);
  animation: gradient-rotate 18s linear infinite reverse;
}

.branch-gradient-3 {
  background:
    radial-gradient(circle at 30% 50%, rgba(236, 72, 153, 0.6), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(249, 115, 22, 0.6), transparent 50%);
  animation: gradient-rotate 20s linear infinite;
}

.branch-gradient-4 {
  background:
    radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.6), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(59, 130, 246, 0.6), transparent 50%);
  animation: gradient-rotate 17s linear infinite reverse;
}

.branch-gradient-5 {
  background:
    radial-gradient(circle at 30% 50%, rgba(245, 158, 11, 0.6), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(239, 68, 68, 0.6), transparent 50%);
  animation: gradient-rotate 19s linear infinite;
}

.branch-gradient-6 {
  background:
    radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.6), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(16, 185, 129, 0.6), transparent 50%);
  animation: gradient-rotate 16s linear infinite reverse;
}

@keyframes gradient-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Branch Content */
.branch-content {
  position: relative;
  z-index: 1;
}

/* Branch Icon */
.branch-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(168, 85, 247, 0.1));
  border: 2px solid rgba(139, 92, 246, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #a78bfa;
  transition: all 0.4s ease;
}

.branch-card:hover .branch-icon {
  transform: scale(1.15) rotate(10deg);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(168, 85, 247, 0.2));
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
}

/* Branch Title */
.branch-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.branch-card:hover .branch-title {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Branch Badge */
.branch-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  color: #a78bfa;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 30px;
  display: block;
  width: fit-content;
  transition: all 0.3s ease;
}

.branch-card:hover .branch-badge {
  background: rgba(139, 92, 246, 0.25);
  border-color: rgba(139, 92, 246, 0.5);
  color: #c4b5fd;
}

/* Branch Details */
.branch-details {
  margin-bottom: 30px;
}

.detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-item i {
  font-size: 18px;
  color: #8b5cf6;
  margin-top: 2px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.detail-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.branch-card:hover .detail-item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.branch-card:hover .detail-item i {
  color: #a78bfa;
  transform: scale(1.1);
}

.branch-card:hover .detail-item span {
  color: rgba(255, 255, 255, 0.9);
}

/* Branch Button */
.branch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(168, 85, 247, 0.1));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 12px;
  color: #a78bfa;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.branch-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: all 0.5s ease;
}

.branch-btn:hover::before {
  left: 100%;
}

.branch-btn i {
  transition: transform 0.3s ease;
}

.branch-btn:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(168, 85, 247, 0.2));
  border-color: rgba(139, 92, 246, 0.5);
  color: #c4b5fd;
  transform: translateX(5px);
}

.branch-btn:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .bg-dark-3 {
    padding: 80px 0;
  }

  .branch-card {
    padding: 35px 25px;
  }
}

@media (max-width: 768px) {
  .bg-dark-3 {
    padding: 60px 0;
  }

  .branch-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .branch-title {
    font-size: 22px;
  }

  .branch-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .detail-item span {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .branch-title {
    font-size: 20px;
  }

  .branch-badge {
    font-size: 12px;
    padding: 5px 12px;
  }

  .detail-item {
    padding: 12px 0;
  }
}

/* ================================================================ */
/* PREMIUM SUBTITLE REDESIGN - REPLACES [ ] BRACKETS */
/* ================================================================ */

.subtitle {
  position: relative;
  display: inline-block;
  padding: 0 60px !important;
  /* Space for the lines */
  background: none !important;
  color: #FFD700 !important;
  /* Premium Gold */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none !important;
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 1;
  line-height: normal;
}

/* Left Line with Gradient & Glow */
.subtitle:before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700) !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
  border-radius: 2px;
  /* Resetting unwanted properties from previous styles if any */
  color: transparent;
  font-weight: normal;
}

/* Right Line with Gradient & Glow */
.subtitle:after {
  content: "" !important;
  position: absolute;
  right: 0;
  top: 50%;
  width: 45px;
  height: 2px;
  background: linear-gradient(90deg, #FFD700, transparent) !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
  border-radius: 2px;
  color: transparent;
  font-weight: normal;
}

/* Optional: Add a subtle glow behind the text */
.subtitle:hover {
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
  transition: all 0.3s ease;
}


/* ================================================================ */
/* PREMIUM AUTH MODAL STYLES */
/* ================================================================ */

.auth-modal-content {
  background: rgba(10, 14, 26, 0.8) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(118, 77, 240, 0.3);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(118, 77, 240, 0.15);
}

.auth-container {
  padding: 50px 40px;
  position: relative;
}

.auth-close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  transition: all 0.3s ease;
  z-index: 10;
}

.auth-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.auth-header {
  margin-bottom: 35px;
  text-align: center;
}

.auth-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.auth-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.auth-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.auth-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-icon {
  position: absolute;
  left: 15px;
  color: rgba(118, 77, 240, 0.6);
  font-size: 16px;
}

.auth-input {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 12px 15px 12px 45px !important;
  color: #fff !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
}

.auth-input:focus {
  background: rgba(118, 77, 240, 0.05) !important;
  border-color: rgba(118, 77, 240, 0.5) !important;
  box-shadow: 0 0 15px rgba(118, 77, 240, 0.2) !important;
  outline: none !important;
}

.auth-checkbox {
  background-color: transparent !important;
  border: 1px solid rgba(118, 77, 240, 0.4) !important;
  border-radius: 4px !important;
}

.auth-checkbox:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.auth-checkbox-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.auth-link {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.auth-link:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(118, 77, 240, 0.5);
}

.auth-footer-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-top: 20px;
}

/* Animations */
.fade-in {
  animation: authFadeIn 0.4s ease forwards;
}

.fade-out {
  animation: authFadeOut 0.4s ease forwards;
}

@keyframes authFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes authFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.modal.fade .auth-modal-content {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal.show .auth-modal-content {
  transform: scale(1);
}


.auth-eye-icon {
  position: absolute;
  right: 15px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}

.auth-eye-icon:hover {
  color: var(--primary-color);
}

/* ================================================================ */
/* PREMIUM HERO SECTION STYLES */
/* ================================================================ */
.premium-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  background: #050505;
  position: relative;
  overflow: hidden;
}

.premium-hero .banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.premium-hero .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: grayscale(20%) contrast(110%);
}

.premium-hero .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0a0a0a 0%, rgba(10, 10, 10, 0.8) 50%, rgba(10, 10, 10, 0.4) 100%);
}

.premium-hero .banner-blur {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  animation: premium-pulse-gold 8s infinite alternate;
}

.premium-hero .banner-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

@keyframes premium-pulse-gold {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(-10%, 10%) scale(1.2);
  }
}

.text-gradient-gold {
  background: linear-gradient(90deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.banner-scroll-indicator .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  position: relative;
}

.banner-scroll-indicator .wheel {
  width: 4px;
  height: 8px;
  background: #FFD700;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  animation: premium-scroll-wheel 1.5s infinite;
}

@keyframes premium-scroll-wheel {
  0% {
    opacity: 1;
    top: 10px;
  }

  100% {
    opacity: 0;
    top: 25px;
  }
}

.auth-input-wrapper .password-field {
  padding-right: 45px !important;
}


.auth-btn-icon {
  display: none;
}

@media (max-width: 767px) {
  .auth-btn-text {
    display: none !important;
  }

  .auth-icon-wrap {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #764DF0 0%, #442490 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(118, 77, 240, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .auth-btn-icon {
    display: inline-block !important;
    margin-right: 0 !important;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .de-flex-col .btn-main {
    padding: 2px !important;
    width: auto !important;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .de-flex-col .btn-main:hover .auth-icon-wrap {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(118, 77, 240, 0.6), 0 0 0 4px rgba(118, 77, 240, 0.1);
    background: linear-gradient(135deg, #8a63f2 0%, #532fa8 100%);
  }
}

/* Fix Modal Scrolling and Duplicate Sliders */
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
  height: 100vh !important;
}

body.modal-open .scrollbar-v {
  display: none !important;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

.modal {
  background: rgba(10, 14, 26, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding-right: 0 !important;
}

.auth-modal-content {
  border: 1px solid rgba(118, 77, 240, 0.4) !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(118, 77, 240, 0.2) !important;
  max-height: 90vh;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}

/* Ensure auth-container is the scrollable part */
.auth-container {
  padding: 50px 40px;
  position: relative;
  overflow-y: auto !important;
  max-height: 90vh;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

@media (max-width: 576px) {
  .auth-container {
    padding: 40px 20px;
  }

  .auth-modal-content {
    max-height: 95vh;
  }

  /* Abs section mobile adjustments */
  .abs[section="abs"] .border-white-op-3 {
    padding: 20px !important;
  }

  .abs[section="abs"] h2 {
    font-size: 24px;
  }

  .abs[section="abs"] h4 {
    font-size: 14px;
  }

  .abs[section="abs"] .fs-60 {
    font-size: 40px !important;
  }
}

/* ================================================================ */
/* PREMIUM POLICY PAGES DESIGN */
/* ================================================================ */

.policy-section {
  padding: 100px 0;
  position: relative;
  background: #0a0e1a;
  min-height: 100vh;
}

/* Background Elements */
.policy-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.policy-blob-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent 70%);
  filter: blur(80px);
  animation: policy-float 15s ease-in-out infinite;
}

.policy-blob-2 {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 245, 255, 0.08), transparent 70%);
  filter: blur(80px);
  animation: policy-float 20s ease-in-out infinite reverse;
}

@keyframes policy-float {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(30px, -30px);
  }
}

/* Policy Card */
.policy-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 50px;
  z-index: 1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.policy-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.policy-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #FFD700, #FF6B00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  display: inline-block;
}

.policy-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.policy-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FFD700, #FF6B00);
  margin: 0 auto;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  .policy-nav {
    height: fit-content !important;
  }
}

/* Sidebar Navigation */
.policy-sidebar {
  margin-bottom: 40px;
}


.policy-nav-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.policy-nav-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-nav-link {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  padding: 12px 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.policy-nav-link:hover,
.policy-nav-link.active {
  background: rgba(255, 215, 0, 0.1);
  color: #FFD700;
  border-color: rgba(255, 215, 0, 0.2);
  transform: translateX(5px);
}

.policy-nav-link i {
  margin-right: 10px;
  font-size: 14px;
}

/* Content Typography */
.policy-content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
}

.policy-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.policy-content h3:first-child {
  margin-top: 0;
}

.policy-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.policy-content p {
  margin-bottom: 20px;
  text-align: justify;
}

.policy-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.policy-content ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.policy-content ul li:hover {
  color: #fff;
  transform: translateX(5px);
}

.policy-content ul li::before {
  content: '\f105';
  /* FontAwesome angle-right */
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  color: #FFD700;
  font-size: 16px;
  top: 1px;
  transition: all 0.3s ease;
}

.policy-content ul li:hover::before {
  left: 15px;
  color: #FF6B00;
}

/* Premium Highlight Box */
.policy-highlight {
  background: rgba(255, 215, 0, 0.05);
  border-left: 4px solid #FFD700;
  border-radius: 0 15px 15px 0;
  padding: 25px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.policy-highlight::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.1), transparent);
  pointer-events: none;
}

.policy-highlight p {
  margin-bottom: 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

/* Internal Section Divider */
.policy-section-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  margin: 40px 0;
}

.policy-content strong {
  color: #FFD700;
  font-weight: 600;
}

.policy-content a {
  color: #FF6B00;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 107, 0, 0.5);
  transition: all 0.3s ease;
}

.policy-content a:hover {
  color: #FFD700;
  border-bottom-color: #FFD700;
}

/* Contact Box */
.policy-contact-box {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 107, 0, 0.05));
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 15px;
  padding: 30px;
  margin-top: 0;
  /* Handled by container spacing */
  text-align: center;
}

.policy-contact-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.policy-contact-info {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.policy-contact-info i {
  color: #FFD700;
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .policy-card {
    padding: 30px;
  }

  .policy-title {
    font-size: 36px;
  }

  .policy-sidebar {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .policy-nav-card,
  .policy-contact-box {
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .policy-section {
    padding: 60px 0;
  }

  .policy-card {
    padding: 25px;
  }

  .policy-title {
    font-size: 28px;
  }

  .policy-content {
    font-size: 15px;
  }
}

/* ================================================================ */
/* NOMINATION PAGE STYLES (Extracted) */
/* ================================================================ */

:root {
  --primary-gold: #FFD700;
  --primary-gold-dim: rgba(255, 215, 0, 0.2);
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --input-bg: rgba(0, 0, 0, 0.3);
}

/* 1. Enhanced Tabs */
.nomination-tabs-wrapper {
  position: relative;
  z-index: 10;
}

.nomination-tabs-container {
  display: inline-block;
  background: rgba(10, 14, 26, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 60px;
  padding: 8px 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.nomination-tabs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}

.tab-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.tab-connector {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.tab-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.4s ease;
}

.tab-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.step-num {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  opacity: 0.7;
}

.step-text {
  font-size: 14px;
  font-weight: 600;
}

.tab-item.active {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 107, 0, 0.15));
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.tab-item.active .tab-icon {
  background: var(--primary-gold);
  color: #000;
  box-shadow: 0 0 15px var(--primary-gold);
}

/* 2. Glassmorphism Sections */
.form-section {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.form-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 215, 0, 0.15);
  background: rgba(255, 255, 255, 0.04);
}

.form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-gold), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-section:hover::before {
  opacity: 1;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
}

.section-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  font-size: 20px;
}

.section-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

/* 3. Premium Inputs */
.premium-input {
  background: var(--input-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
  height: auto;
}

.premium-input:focus {
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--primary-gold);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.15);
  color: #fff;
  outline: none;
}

.field-set {
  margin-bottom: 5px;
  position: relative;
}

.floating-label {
  position: relative;
}

.floating-label label {
  position: absolute;
  top: 15px;
  left: 20px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: all 0.3s ease;
  font-size: 15px;
  padding: 0 5px;
}

.floating-label input:focus~label,
.floating-label input:not(:placeholder-shown)~label,
.floating-label textarea:focus~label,
.floating-label textarea:not(:placeholder-shown)~label {
  top: -10px;
  left: 15px;
  font-size: 12px;
  background: #0a0e1a;
  color: var(--primary-gold);
  border-radius: 4px;
}

.premium-textarea {
  resize: vertical;
  min-height: 120px;
}

.char-count {
  display: block;
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 5px;
}

.input-icon {
  position: absolute;
  right: 20px;
  top: 18px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
}

/* 4. File Upload */
.file-upload-wrapper {
  position: relative;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
}

.file-upload-wrapper:hover {
  border-color: var(--primary-gold);
  background: rgba(255, 215, 0, 0.05);
}

.file-upload-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.file-upload-placeholder i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.file-upload-wrapper:hover .file-upload-placeholder i {
  color: var(--primary-gold);
  transform: translateY(-5px);
}

.file-upload-placeholder .main-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.file-upload-placeholder .sub-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

/* 5. Radio Cards & Pills */
.custom-radio-card {
  position: relative;
  cursor: pointer;
  display: block;
}

.custom-radio-card input {
  position: absolute;
  opacity: 0;
}

.radio-card-content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.custom-radio-card input:checked+.radio-card-content {
  background: rgba(255, 215, 0, 0.1);
  border-color: var(--primary-gold);
}

.radio-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

.custom-radio-card input:checked+.radio-card-content .radio-icon {
  background: var(--primary-gold);
  color: #000;
}

/* Custom Radio Pills */
.custom-radio-pill {
  position: relative;
  cursor: pointer;
}

.custom-radio-pill input {
  position: absolute;
  opacity: 0;
}

.custom-radio-pill span {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.custom-radio-pill input:checked+span {
  background: var(--primary-gold);
  color: #000;
  border-color: var(--primary-gold);
  font-weight: 600;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

/* 6. Buttons */
.btn-main {
  background: linear-gradient(to right, #FFD700 0%, #FDB931 50%, #FFD700 100%);
  border: none;
  border-radius: 50px;
  padding: 16px 45px;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  background-size: 200% auto;
  z-index: 1;
}

.next-btns {
  background: linear-gradient(to right, #FFD700 0%, #FDB931 50%, #FFD700 100%) !important;
}

.btn-main:hover {
  background-position: right center;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.6), 0 0 20px rgba(253, 185, 49, 0.4);
  /* color: #000; */
  color: #fff;
}

/* Shine Sweep Effect */
.btn-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 20%,
      rgba(255, 255, 255, 0.4) 40%,
      rgba(255, 255, 255, 0.4) 60%,
      transparent 80%);
  transform: skewX(-20deg);
  transition: none;
  pointer-events: none;
}

.btn-main:hover::after {
  animation: shine-sweep 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes shine-sweep {
  0% {
    left: -150%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 150%;
    opacity: 0;
  }
}

.btn-glow {
  position: relative;
}

.btn-glow::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease;
}

.btn-glow:hover::before {
  opacity: 0.3;
  transform: scale(1);
}

.btn-add-link {
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.btn-add-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

/* Declaration Box */
.declaration-box {
  background: rgba(255, 215, 0, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox-row input {
  position: absolute;
  opacity: 0;
}

.checkbox-box {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  color: transparent;
}

.custom-checkbox-row input:checked~.checkbox-box {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  color: #000;
}

.checkbox-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

/* Add these to your <style> block or CSS file */
.static-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.premium-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffd700' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
}

.premium-select option {
  background-color: #0a0e1a;
  /* Dark background for options */
  color: #fff;
  padding: 10px;
}

.file-input-container {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--input-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 5px;
  transition: all 0.3s ease;
}

.file-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  white-space: nowrap;
}

.file-label:hover {
  background: rgba(255, 215, 0, 0.2);
  color: var(--primary-gold);
}

.file-name {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.nomination-tabs-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .nomination-tabs-container {
    border-radius: 20px;
    width: 100%;
    padding: 10px;
  }

  .nomination-tabs {
    flex-direction: row;
    /* Keep row for steps if possible, or column */
    justify-content: space-between;
  }

  .tab-item {
    padding: 10px;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  .step-text {
    display: none;
  }

  .tab-connector {
    width: 20px;
  }
}

/* Checkout Table Styles */
.checkout-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 10px;
}

.checkout-table thead th {
  background: rgba(255, 215, 0, 0.1);
  color: var(--primary-gold);
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  padding: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.checkout-table thead th:first-child {
  border-top-left-radius: 12px;
  border-left: 1px solid rgba(255, 215, 0, 0.2);
}

.checkout-table thead th:last-child {
  border-top-right-radius: 12px;
  border-right: 1px solid rgba(255, 215, 0, 0.2);
}

.checkout-table tbody tr td {
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: middle;
  transition: all 0.3s ease;
}

.checkout-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.05);
}

.checkout-table tbody tr:last-child td {
  border-bottom: none;
}

.checkout-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.checkout-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.entry-info-cell .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 140px;
}

.entry-info-cell .value {
  font-size: 14px;
}

.category-cell {
  background: rgba(255, 215, 0, 0.05);
  padding: 8px 15px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid rgba(255, 215, 0, 0.1);
  font-size: 13px;
}

.quick-cred-wrapper {
  position: relative;
  padding-left: 15px;
  border-left: 2px solid var(--primary-gold);
}

.btn-premium-back {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-premium-back:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
  transform: translateX(-5px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.btn-premium-back i {
  transition: transform 0.3s ease;
}

.btn-premium-back:hover i {
  transform: translateX(-3px);
}

.fs-14 {
  font-size: 14px;
}

.text-gold {
  color: var(--primary-gold) !important;
}

.premium-select-sm {
  padding: 5px 30px 5px 15px !important;
  font-size: 13px !important;
  background-position: right 0.5rem center !important;
  height: auto !important;
  border-radius: 8px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.quick-cred-row td {
  background: rgba(255, 215, 0, 0.02) !important;
}

.checkout-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  word-wrap: break-word;
  white-space: normal;
  vertical-align: top;
}

.bg-dark-glass {
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}

.disclaimer-box {
  background: rgba(255, 215, 0, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.disclaimer-box .d-flex {
  white-space: normal;
}

.disclaimer-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-gold);
}

.disclaimer-box p {
  line-height: 1.8;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.8) !important;
}

.disclaimer-box i {
  color: var(--primary-gold) !important;
}

/* Fix flex overflow in awards breakdown */
.awards-breakdown .d-flex {
  flex-wrap: wrap;
}

.awards-breakdown .d-flex span:first-child {
  margin-right: 10px;
}

.payment-method-card .radio-card-content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  border-radius: 20px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}

.payment-method-card .radio-card-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.payment-method-card input:checked+.radio-card-content {
  background: rgba(255, 215, 0, 0.05);
  border-color: var(--primary-gold);
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.1);
}

.payment-method-card input:checked+.radio-card-content::before {
  opacity: 1;
}

.payment-icon {
  font-size: 42px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}

.payment-method-card input:checked+.radio-card-content .payment-icon {
  color: var(--primary-gold);
  transform: scale(1.1);
}

.radio-text {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.discount-badge {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  color: #000;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
  margin-top: 15px !important;
}

.payment-methods-grid {
  margin-top: 30px;
}

/* ============================================ */
/* Nomination Tab Visibility Fix */
/* ============================================ */
.tab-content-container .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content-container .tab-pane.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* WHY Enter SECTION */
.why-participate-premium {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1a2e 50%, #16213e 100%);
  overflow: hidden;
  min-height: 100vh;
}

/* Animated Background Wrapper */
.participate-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* Animated Gradient Overlay */
.animated-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,
      rgba(138, 43, 226, 0.05),
      rgba(255, 215, 0, 0.05),
      rgba(30, 144, 255, 0.05),
      rgba(255, 20, 147, 0.05));
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Floating Orbs */
.floating-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: orbFloat 20s ease-in-out infinite;
}

.orb-purple {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(138, 43, 226, 0.4), transparent);
  top: 10%;
  left: -10%;
  animation-duration: 18s;
}

.orb-gold {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.3), transparent);
  bottom: 15%;
  right: -5%;
  animation-duration: 22s;
  animation-delay: 5s;
}

.orb-blue {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(30, 144, 255, 0.3), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 25s;
  animation-delay: 10s;
}

@keyframes orbFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(30px, -50px) scale(1.1);
  }

  50% {
    transform: translate(-20px, -30px) scale(0.9);
  }

  75% {
    transform: translate(40px, 20px) scale(1.05);
  }
}

/* Section Header */
.participate-header-modern {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
}

/* Header Decoration */
.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.deco-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
  position: relative;
}

.deco-dot {
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  }

  50% {
    transform: scale(1.3);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
  }
}

/* Section Title */
.section-title-modern {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.highlight-gradient {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 3s ease infinite;
}

@keyframes gradientWave {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.section-subtitle-modern {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Benefits Grid */
.benefits-grid-modern {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

/* Benefit Cards */
.benefit-card-modern {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.benefit-card-modern:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.benefit-card-modern:hover::before {
  opacity: 1;
}

/* Card Glow Effect */
.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.benefit-card-modern:hover .card-glow {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* Card Border Gradient */
.card-border-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), transparent, rgba(255, 165, 0, 0.3));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.benefit-card-modern:hover .card-border-gradient {
  opacity: 1;
}

/* Card Content */
.card-content-wrapper {
  position: relative;
  z-index: 1;
}

/* Icon Wrapper */
.icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 50%;
  transition: all 0.4s ease;
}

.benefit-card-modern:hover .icon-bg-pulse {
  transform: scale(1.2);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
  }

  50% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.7);
  }
}

.card-icon {
  font-size: 36px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.benefit-card-modern:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.5));
}

/* Card Title */
.card-title-modern {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Card Text */
.card-text-modern {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

.card-text-modern strong {
  color: #FFD700;
  font-weight: 600;
}

/* CTA Section */
.cta-section-modern {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.cta-glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.08), transparent);
  border-radius: 50%;
  filter: blur(60px);
  animation: ctaGlowFloat 4s ease-in-out infinite;
}

@keyframes ctaGlowFloat {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.cta-content-modern {
  position: relative;
  z-index: 1;
}

.cta-title-modern {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  line-height: 1.6;
}

.cta-subdescription {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* CTA Button */
.cta-btn-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.cta-btn-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFA500, #FFD700);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cta-btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
  color: #0a0e1a;
}

.cta-btn-modern:hover::before {
  opacity: 1;
}

.btn-content {
  position: relative;
  z-index: 1;
}

.btn-glow-effect {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s ease;
}

.cta-btn-modern:hover .btn-glow-effect {
  left: 150%;
}

.btn-arrow {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: transform 0.4s ease;
}

.cta-btn-modern:hover .btn-arrow {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .section-title-modern {
    font-size: 54px;
  }

  .cta-title-modern {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .why-participate-premium {
    padding: 80px 0;
  }

  .section-title-modern {
    font-size: 42px;
  }

  .section-subtitle-modern {
    font-size: 16px;
  }

  .benefits-grid-modern {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .benefit-card-modern {
    padding: 30px;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .card-icon {
    font-size: 32px;
  }

  .card-title-modern {
    font-size: 22px;
  }

  .card-text-modern {
    font-size: 15px;
  }

  .cta-section-modern {
    padding: 40px 30px;
  }

  .cta-title-modern {
    font-size: 32px;
  }

  .cta-description {
    font-size: 18px;
  }

  .cta-subdescription {
    font-size: 15px;
  }

  .cta-btn-modern {
    padding: 15px 35px;
    font-size: 16px;
  }

  .orb-purple,
  .orb-gold,
  .orb-blue {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .section-title-modern {
    font-size: 36px;
  }

  .cta-title-modern {
    font-size: 28px;
  }

  .header-decoration {
    gap: 10px;
  }

  .deco-line {
    width: 50px;
  }

  .benefit-card-modern {
    padding: 25px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon {
    font-size: 28px;
  }

}

/* award-trophy page */

.trophy-section-premium {
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1a2e 50%, #16213e 100%);
  overflow: hidden;
  padding: 100px 0;
}

/* Background Effects */
.trophy-bg-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.trophy-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,
      rgba(255, 215, 0, 0.03),
      rgba(255, 165, 0, 0.02),
      rgba(30, 144, 255, 0.03));
  background-size: 400% 400%;
  animation: gradientShift 20s ease infinite;
}

.trophy-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trophy-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
  animation: orbFloat 25s ease-in-out infinite;
}

.orb-gold-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4), transparent);
  top: 15%;
  right: 10%;
  animation-duration: 20s;
}

.orb-gold-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 165, 0, 0.3), transparent);
  bottom: 20%;
  left: 5%;
  animation-duration: 24s;
  animation-delay: 7s;
}

.orb-blue-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30, 144, 255, 0.25), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 28s;
  animation-delay: 12s;
}

/* Hero Header Section */
.trophy-hero-section {
  position: relative;
  z-index: 2;
  padding: 60px 0 80px;
}

.trophy-hero-header {
  text-align: center;
}

.hero-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.hero-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.hero-trophy-icon {
  font-size: 42px;
  color: #FFD700;
  animation: trophyPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes trophyPulse {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.1) rotate(-5deg);
  }
}

.trophy-main-title {
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -2px;
  line-height: 1.1;
}

.title-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.trophy-main-subtitle {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  font-weight: 300;
}

/* Story Section */
.trophy-story-section {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.story-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 50px 60px;
  overflow: hidden;
}

.story-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.06), transparent);
  border-radius: 50%;
  filter: blur(50px);
  animation: storyGlowFloat 5s ease-in-out infinite;
}

@keyframes storyGlowFloat {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.story-content {
  position: relative;
  z-index: 1;
}

.story-lead {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}

.gold-text {
  color: #FFD700;
  font-weight: 700;
}

.story-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.story-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.story-list li:hover {
  transform: translateX(10px);
  color: #ffffff;
}

.list-icon {
  font-size: 20px;
  color: #FFD700;
  flex-shrink: 0;
}

.story-list li strong {
  color: #FFD700;
  font-weight: 700;
}

/* Trophy Showcase */
.trophy-showcase {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

/* Trophy Image Column */
.trophy-image-wrapper {
  position: relative;
  padding: 40px;
}

.image-glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
  border-radius: 50%;
  filter: blur(80px);
  animation: imageGlowPulse 4s ease-in-out infinite;
}

@keyframes imageGlowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.trophy-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 215, 0, 0.2);
  transition: all 0.5s ease;
}

.trophy-image-container:hover {
  transform: scale(1.05) rotate(-2deg);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.3);
}

.trophy-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.image-shine {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
}

.trophy-image-container:hover .image-shine {
  top: 100%;
  left: 100%;
}

.floating-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
  animation: badgeFloat 3s ease-in-out infinite;
}

@keyframes badgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.floating-badge i {
  font-size: 16px;
}

/* Trophy Details Column */
.trophy-details-wrapper {
  padding: 20px 0;
}

.details-title {
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.2;
}

/* Detail Cards */
.detail-card {
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.detail-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.2);
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.detail-icon-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.detail-card:hover .detail-icon-wrapper {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  transform: scale(1.1) rotate(5deg);
}

.detail-icon {
  font-size: 28px;
  color: #FFD700;
}

.detail-content {
  flex: 1;
}

.detail-heading {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.detail-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

.detail-text strong {
  color: #FFD700;
  font-weight: 600;
}

/* Pricing Card */
.pricing-card {
  position: relative;
  background: rgba(255, 215, 0, 0.05);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 25px;
  padding: 40px;
  margin-top: 35px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.pricing-card:hover {
  background: rgba(255, 215, 0, 0.08);
  border-color: rgba(255, 215, 0, 0.5);
  transform: scale(1.02);
  box-shadow: 0 15px 50px rgba(255, 215, 0, 0.2);
}

.pricing-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
  border-radius: 50%;
  filter: blur(40px);
  animation: pricingGlowPulse 3s ease-in-out infinite;
}

@keyframes pricingGlowPulse {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.pricing-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.price-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.price-icon {
  font-size: 24px;
  color: #FFD700;
}

.price-label {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price-amount {
  font-size: 48px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 30px;
  line-height: 1;
}

.amount-value {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Order Trophy Button */
.order-trophy-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.order-trophy-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFA500, #FFD700);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.order-trophy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
  color: #0a0e1a;
}

.order-trophy-btn:hover::before {
  opacity: 1;
}

.btn-text {
  position: relative;
  z-index: 1;
}

.btn-shine-effect {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s ease;
}

.order-trophy-btn:hover .btn-shine-effect {
  left: 150%;
}

.btn-icon {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: transform 0.4s ease;
}

.order-trophy-btn:hover .btn-icon {
  transform: translateX(5px) scale(1.1);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .trophy-main-title {
    font-size: 60px;
  }

  .details-title {
    font-size: 36px;
  }

  .price-amount {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .trophy-image-wrapper {
    margin-bottom: 50px;
  }

  .details-title {
    text-align: center;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .trophy-section-premium {
    padding: 60px 0;
  }

  .trophy-hero-section {
    padding: 40px 0 60px;
  }

  .trophy-main-title {
    font-size: 48px;
  }

  .trophy-main-subtitle {
    font-size: 18px;
  }

  .story-card {
    padding: 35px 30px;
  }

  .story-lead {
    font-size: 18px;
  }

  .story-list li {
    font-size: 16px;
  }

  .details-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .detail-card {
    flex-direction: column;
    padding: 25px;
  }

  .detail-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .detail-icon {
    font-size: 24px;
  }

  .detail-heading {
    font-size: 20px;
  }

  .detail-text {
    font-size: 15px;
  }

  .pricing-card {
    padding: 30px;
  }

  .price-amount {
    font-size: 36px;
  }

  .order-trophy-btn {
    padding: 15px 35px;
    font-size: 16px;
  }

  .orb-gold-1,
  .orb-gold-2,
  .orb-blue-1 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .trophy-main-title {
    font-size: 36px;
  }

  .trophy-main-subtitle {
    font-size: 16px;
  }

  .hero-line {
    width: 60px;
  }

  .hero-trophy-icon {
    font-size: 32px;
  }

  .story-card {
    padding: 25px 20px;
  }

  .story-lead {
    font-size: 16px;
  }

  .story-list li {
    font-size: 15px;
  }

  .details-title {
    font-size: 28px;
  }

  .detail-card {
    padding: 20px;
  }

  .detail-heading {
    font-size: 18px;
  }

  .pricing-card {
    padding: 25px 20px;
  }

  .price-amount {
    font-size: 32px;
  }

}

/* how to nominate page */

.nomination-process-premium {
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1a2e 50%, #16213e 100%);
  padding: 100px 0;
  overflow: hidden;
}

/* Background Effects */
.nomination-bg-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.nom-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,
      rgba(255, 215, 0, 0.02),
      rgba(138, 43, 226, 0.03),
      rgba(30, 144, 255, 0.02));
  background-size: 400% 400%;
  animation: gradientShift 18s ease infinite;
}

.nom-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nom-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
  animation: orbFloat 22s ease-in-out infinite;
}

.nom-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.3), transparent);
  top: 10%;
  left: 10%;
  animation-duration: 20s;
}

.nom-orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(138, 43, 226, 0.25), transparent);
  bottom: 10%;
  right: 15%;
  animation-duration: 24s;
  animation-delay: 8s;
}

.nom-orb-3 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(30, 144, 255, 0.2), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 26s;
  animation-delay: 14s;
}

/* Hero Header */
.nomination-hero-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 60px;
}

.nom-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.nom-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.nom-icon {
  font-size: 38px;
  color: #FFD700;
  animation: nomIconFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes nomIconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

.nom-main-title {
  font-size: 68px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -2px;
  line-height: 1.1;
}

.nom-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.nom-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  font-weight: 300;
}

/* Introduction Card */
.nom-intro-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 40px 50px;
  margin-bottom: 80px;
  overflow: hidden;
}

.intro-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.08), transparent);
  border-radius: 50%;
  filter: blur(50px);
  animation: introGlowPulse 4s ease-in-out infinite;
}

@keyframes introGlowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.intro-text {
  position: relative;
  z-index: 1;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 0;
}

/* Process Timeline */
.process-timeline {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Timeline Step */
.timeline-step {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

/* Step Marker */
.step-marker {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marker-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border: 3px solid rgba(255, 215, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.marker-circle::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.timeline-step:hover .marker-circle {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  border-color: #FFD700;
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
}

.timeline-step:hover .marker-circle::before {
  opacity: 1;
}

.marker-number {
  font-size: 32px;
  font-weight: 900;
  color: #FFD700;
}

.marker-final {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-color: #FFD700;
}

.marker-final i {
  font-size: 36px;
  color: #0a0e1a;
}

.timeline-step:hover .marker-final {
  transform: scale(1.15) rotate(10deg);
}

/* Step Line */
.step-line {
  width: 3px;
  flex-grow: 1;
  background: linear-gradient(to bottom, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0.1));
  margin: 10px 0;
  position: relative;
}

.step-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, #FFD700, rgba(255, 215, 0, 0.5));
  transition: height 0.6s ease;
}

.timeline-step:hover .step-line::after {
  height: 100%;
}

/* Step Card */
.step-card {
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.step-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.step-card:hover::before {
  opacity: 1;
}

.card-glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.step-card:hover .card-glow-effect {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

/* Step Icon */
.step-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.step-card:hover .step-icon-wrapper {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  transform: scale(1.1) rotate(-5deg);
}

.step-icon-large {
  font-size: 32px;
  color: #FFD700;
}

/* Step Card Content */
.step-card-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.step-card-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

/* Step Checklist */
.step-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.step-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.step-checklist li:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.step-checklist li i {
  font-size: 18px;
  color: #FFD700;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Step CTA Link */
.step-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  color: #FFD700;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.step-cta-link:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  border-color: #FFD700;
  color: #FFD700;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

.step-cta-link i {
  transition: transform 0.4s ease;
}

.step-cta-link:hover i {
  transform: translateX(5px);
}

/* Final Step Card */
.step-card-final {
  border: 2px solid rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.03);
}

.step-card-final:hover {
  border-color: #FFD700;
  box-shadow: 0 20px 50px rgba(255, 215, 0, 0.2);
}

/* Trophy Purchase CTA */
.trophy-purchase-cta {
  position: relative;
  z-index: 2;
  background: rgba(255, 215, 0, 0.05);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  padding: 50px;
  margin-top: 80px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.trophy-purchase-cta:hover {
  background: rgba(255, 215, 0, 0.08);
  border-color: rgba(255, 215, 0, 0.5);
  transform: scale(1.02);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.2);
}

.trophy-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
  border-radius: 50%;
  filter: blur(60px);
  animation: trophyCtaGlowPulse 4s ease-in-out infinite;
}

@keyframes trophyCtaGlowPulse {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.trophy-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.trophy-cta-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: trophyIconSpin 6s linear infinite;
}

@keyframes trophyIconSpin {

  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(10deg) scale(1.1);
  }
}

.trophy-cta-icon i {
  font-size: 42px;
  color: #0a0e1a;
}

.trophy-cta-title {
  font-size: 36px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 20px;
}

.trophy-cta-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto 30px;
}

.trophy-cta-text strong {
  color: #FFD700;
  font-weight: 700;
}

/* Trophy CTA Button */
.trophy-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.trophy-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFA500, #FFD700);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.trophy-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
  color: #0a0e1a;
}

.trophy-cta-button:hover::before {
  opacity: 1;
}

.trophy-cta-button span:first-child {
  position: relative;
  z-index: 1;
}

.button-shine-effect {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 0;
}

.trophy-cta-button:hover .button-shine-effect {
  left: 150%;
}

.trophy-cta-button i {
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.trophy-cta-button:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .nom-main-title {
    font-size: 58px;
  }

  .trophy-cta-title {
    font-size: 32px;
  }
}

@media (max-width: 992px) {

  /* Normalize Layout - RESET DESKTOP STYLES */
  .stepped-timeline .timeline-step {
    gap: 0px;
    margin-bottom: 60px !important;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    transform: none !important;
    /* RESET DESKTOP TRANSFORMS */
    top: auto !important;
    left: auto !important;
  }

  .stepped-timeline .timeline-step:last-child {
    margin-bottom: 0 !important;
  }

  /* Card Layout: Left Text, Space for Circle on Left */
  .stepped-timeline .step-card {
    text-align: left !important;
    align-items: flex-start !important;
    padding: 30px 30px 30px 140px !important;
    /* Increased to 140px */
    min-height: 120px;
    justify-content: center;
    transform: none !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 15;
    /* Sit ABOVE the connector line (z-10) */
  }

  /* Circle: Absolute Top Left */
  .stepped-timeline .step-card .step-circle {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 20px !important;
    margin: 0 !important;
    z-index: 20;
    width: 70px !important;
    height: 70px !important;
  }

  .stepped-timeline .step-circle .step-number {
    font-size: 24px !important;
  }

  /* Custom Mobile Connector (Vertical) - USE ::BEFORE TO AVOID CONFLICT */
  /* We use ::before for the mobile line, and hide ::after (desktop line) */
  .stepped-timeline .timeline-step::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    /* Center of Circle (20px + 35px) */
    width: 4px;
    height: calc(100% + 60px);
    /* Span to next card center */
    background: linear-gradient(180deg, #ec4899, #f59e0b);
    z-index: 10;
    /* Reset any desktop ::before styles (like row-ends) */
    border: none !important;
    border-radius: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  /* Ensure lines show even for last-child of intermediate rows */
  .stepped-timeline .timeline-step:last-child::before {
    display: block !important;
  }

  /* ONLY Hide connector on the TRUE last item (Step 7) */
  /* Assuming the last row is the last .timeline-row */
  .stepped-timeline .timeline-row:last-child .timeline-step:last-child::before {
    display: none !important;
  }

  /* KILL ALL DESKTOP ::AFTER CONNECTORS */
  .stepped-timeline .timeline-step::after {
    display: none !important;
    content: none !important;
  }

  /* KILL SPECIFIC DESKTOP ::BEFORE (Row Ends) logic but keep them visible as vertical lines via above rule */
  /* The rule .stepped-timeline .timeline-step::before above applies to ALL steps, including Row Ends. */
  /* To ensure Row End ::before doesn't override with box shape, we reset it above. */

  .step-marker {
    width: 70px;
  }

  .marker-circle {
    width: 70px;
    height: 70px;
  }

  .marker-number {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .nomination-process-premium {
    padding: 60px 0;
  }

  .nom-main-title {
    font-size: 46px;
  }

  .nom-subtitle {
    font-size: 18px;
  }

  .nom-intro-card {
    padding: 30px;
    margin-bottom: 60px;
  }

  .intro-text {
    font-size: 17px;
  }

  .timeline-step {
    flex-direction: column;
    gap: 20px;
  }

  .step-marker {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .marker-circle {
    width: 60px;
    height: 60px;
  }

  .marker-number {
    font-size: 24px;
  }

  .marker-final i {
    font-size: 28px;
  }

  .step-line {
    display: none;
  }

  .step-card {
    padding: 30px;
    transform: none !important;
  }

  .step-card-title {
    font-size: 24px;
  }

  .step-card-text {
    font-size: 15px;
  }

  .step-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .step-icon-large {
    font-size: 28px;
  }

  .trophy-purchase-cta {
    padding: 35px 30px;
    margin-top: 60px;
  }

  .trophy-cta-icon {
    width: 75px;
    height: 75px;
  }

  .trophy-cta-icon i {
    font-size: 36px;
  }

  .trophy-cta-title {
    font-size: 28px;
  }

  .trophy-cta-text {
    font-size: 16px;
  }

  .trophy-cta-button {
    padding: 15px 35px;
    font-size: 16px;
  }

  .nom-orb-1,
  .nom-orb-2,
  .nom-orb-3 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .nom-main-title {
    font-size: 36px;
  }

  .nom-subtitle {
    font-size: 16px;
  }

  .nom-line {
    width: 60px;
  }

  .nom-icon {
    font-size: 32px;
  }

  .nom-intro-card {
    padding: 25px 20px;
  }

  .intro-text {
    font-size: 16px;
  }

  .marker-circle {
    width: 50px;
    height: 50px;
  }

  .marker-number {
    font-size: 20px;
  }

  .marker-final i {
    font-size: 24px;
  }

  .step-card {
    padding: 25px 20px;
  }

  .step-card-title {
    font-size: 22px;
  }

  .step-card-text,
  .step-checklist li {
    font-size: 14px;
  }

  .step-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .step-icon-large {
    font-size: 24px;
  }

  .step-cta-link {
    padding: 10px 20px;
    font-size: 14px;
  }

  .trophy-purchase-cta {
    padding: 30px 20px;
  }

  .trophy-cta-icon {
    width: 65px;
    height: 65px;
  }

  .trophy-cta-icon i {
    font-size: 30px;
  }

  .trophy-cta-title {
    font-size: 24px;
  }

  .trophy-cta-text {
    font-size: 15px;
  }

  .trophy-cta-button {
    width: 100%;
    justify-content: center;
  }
}

/* ================================================================ */
/* IMPORTANT DATES SECTION - PREMIUM DESIGN */
/* ================================================================ */

.important-dates-premium {
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #1a1a2e 100%);
  padding: 100px 0;
  overflow: hidden;
}

/* Dates Header */
.dates-header {
  text-align: center;
  margin-bottom: 70px;
}

.dates-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.dates-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.dates-icon {
  font-size: 36px;
  color: #FFD700;
  animation: datesIconPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes datesIconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.dates-main-title {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.dates-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.dates-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

/* Dates Grid */
.dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

/* Date Card */
.date-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.date-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.date-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.date-card:hover::before {
  opacity: 1;
}

/* Date Card Glow */
.date-card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.date-card:hover .date-card-glow {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

/* Date Icon Wrapper */
.date-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.date-card:hover .date-icon-wrapper {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  transform: scale(1.1) rotate(-10deg);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.date-icon {
  font-size: 36px;
  color: #FFD700;
  transition: all 0.4s ease;
}

.date-card:hover .date-icon {
  transform: scale(1.15);
  filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.6));
}

/* Date Card Content */
.date-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.date-value {
  font-size: 32px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.date-card:hover .date-value {
  transform: scale(1.05);
  text-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
}

.date-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* Countdown Notice */
.countdown-notice {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), rgba(255, 165, 0, 0.05));
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.countdown-notice:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.12), rgba(255, 165, 0, 0.08));
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2);
}

.notice-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
  border-radius: 50%;
  filter: blur(40px);
  animation: noticeGlowPulse 3s ease-in-out infinite;
}

@keyframes noticeGlowPulse {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.notice-icon {
  font-size: 32px;
  color: #FFD700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  animation: noticeIconBounce 2s ease-in-out infinite;
}

@keyframes noticeIconBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.notice-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.notice-text strong {
  color: #FFD700;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .dates-main-title {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .dates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .important-dates-premium {
    padding: 60px 0;
  }

  .dates-header {
    margin-bottom: 50px;
  }

  .dates-main-title {
    font-size: 40px;
  }

  .dates-subtitle {
    font-size: 16px;
  }

  .dates-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .date-card {
    padding: 35px 25px;
  }

  .date-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .date-icon {
    font-size: 32px;
  }

  .date-card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .date-value {
    font-size: 28px;
  }

  .date-label {
    font-size: 13px;
  }

  .countdown-notice {
    flex-direction: column;
    text-align: center;
    padding: 25px 30px;
    gap: 15px;
  }

  .notice-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .dates-main-title {
    font-size: 32px;
  }

  .dates-line {
    width: 60px;
  }

  .dates-icon {
    font-size: 30px;
  }

  .date-card {
    padding: 30px 20px;
  }

  .date-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .date-icon {
    font-size: 28px;
  }

  .date-card-title {
    font-size: 17px;
  }

  .date-value {
    font-size: 24px;
  }

  .countdown-notice {
    padding: 20px 25px;
  }

  .notice-icon {
    font-size: 28px;
  }

  .notice-text {
    font-size: 15px;
  }
}

/* JUDGING CRITERIA PAGE */
.judging-criteria-premium {
  background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #1a1a2e 100%);
}

/* Criteria Hero */
.criteria-hero {
  padding: 100px 0 80px;
}

.criteria-hero-header {
  text-align: center;
}

.criteria-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.criteria-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.criteria-icon {
  font-size: 40px;
  color: #FFD700;
  animation: criteriaIconSwing 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes criteriaIconSwing {

  0%,
  100% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

.criteria-main-title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.criteria-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.criteria-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Section Headers */
.section-header-center {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-gold {
  font-size: 42px;
  font-weight: 800;
  color: #FFD700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title-gold::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.section-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Framework Section */
.framework-section {
  padding: 80px 0 60px;
}

/* Parameters Section */
.parameters-section {
  padding: 60px 0;
}

.parameters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.parameter-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  transition: all 0.4s ease;
}

.parameter-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.param-level {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 165, 0, 0.2));
  border-radius: 20px;
  color: #FFD700;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.param-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.param-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

/* Impact Metrics Section */
.impact-metrics-section {
  padding: 60px 0;
}

.metrics-list {
  max-width: 900px;
  margin: 0 auto;
}

.metric-item {
  display: flex;
  gap: 25px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.metric-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateX(10px);
}

.metric-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  color: #0a0e1a;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

.metric-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.metric-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* Verification Section */
.verification-section {
  padding: 60px 0;
}

.verification-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.verification-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease;
}

.verification-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-8px);
}

.verify-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.verification-card:hover .verify-icon-wrapper {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  transform: scale(1.1);
}

.verify-icon {
  font-size: 32px;
  color: #FFD700;
}

.verification-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.verification-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0;
}

/* Scoring Section */
.scoring-section {
  padding: 60px 0;
}

.scoring-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.scoring-card {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.1));
  border: 2px solid rgba(255, 215, 0, 0.4);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
}

.scoring-card:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.15));
  border-color: #FFD700;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 215, 0, 0.3);
}

.scoring-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
  transition: all 0.4s ease;
}

.scoring-card:hover .scoring-icon {
  transform: scale(1.1) rotate(10deg);
}

.scoring-icon i {
  font-size: 36px;
  color: #0a0e1a;
}

.scoring-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 15px;
}

.scoring-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* Evaluation Rounds Section */
.evaluation-rounds-section {
  padding: 60px 0;
}

.rounds-intro {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.rounds-timeline {
  max-width: 800px;
  margin: 0 auto;
}

.round-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.round-item:last-child {
  margin-bottom: 0;
}

.round-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.round-dot {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  border: 4px solid rgba(255, 215, 0, 0.3);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  flex-shrink: 0;
}

.final-dot {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.7);
}

.round-line {
  width: 3px;
  flex-grow: 1;
  background: linear-gradient(to bottom, rgba(255, 215, 0, 0.4), rgba(255, 215, 0, 0.1));
  margin: 10px 0;
}

.round-content {
  flex: 1;
  padding-top: 0;
}

.round-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.round-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* Objectivity Section */
.objectivity-section {
  padding: 60px 0;
}

.objectivity-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 900px;
  margin: 0 auto;
}

.objectivity-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

/* Results Verification Section */
.results-verification-section {
  padding: 60px 0;
}

.results-verification-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.verification-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 30px;
}

.verification-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 165, 0, 0.2));
  border: 2px solid rgba(255, 215, 0, 0.5);
  border-radius: 50px;
  color: #FFD700;
  font-weight: 700;
  font-size: 16px;
}

.verification-badge i {
  font-size: 24px;
}

/* Commitment Section */
.commitment-section {
  padding: 60px 0 100px;
}

.commitment-card {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), rgba(255, 165, 0, 0.05));
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 50px 60px;
  max-width: 900px;
  margin: 0 auto;
}

.commitment-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .criteria-main-title {
    font-size: 54px;
  }

  .section-title-gold {
    font-size: 38px;
  }
}

@media (max-width: 992px) {

  .parameters-grid,
  .verification-grid,
  .scoring-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .criteria-hero {
    padding: 60px 0 50px;
  }

  .criteria-main-title {
    font-size: 42px;
  }

  .criteria-subtitle {
    font-size: 17px;
  }

  .section-title-gold {
    font-size: 32px;
  }

  .section-desc {
    font-size: 16px;
  }

  .parameters-grid,
  .verification-grid,
  .scoring-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .metric-item {
    flex-direction: column;
    gap: 15px;
    padding: 25px;
  }

  .metric-number {
    margin: 0 auto;
  }

  .metric-content {
    text-align: center;
  }

  .round-item {
    gap: 20px;
  }

  .objectivity-card,
  .results-verification-card,
  .commitment-card {
    padding: 30px 25px;
  }
}

@media (max-width: 576px) {
  .criteria-main-title {
    font-size: 34px;
  }

  .criteria-line {
    width: 60px;
  }

  .criteria-icon {
    font-size: 32px;
  }

  .section-title-gold {
    font-size: 28px;
  }

  .parameter-card,
  .verification-card,
  .scoring-card {
    padding: 25px 20px;
  }

  .param-title,
  .verification-card h4,
  .scoring-card h3 {
    font-size: 18px;
  }

  .metric-item {
    padding: 20px;
  }

  .metric-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .round-content h4 {
    font-size: 18px;
  }

  .objectivity-card,
  .results-verification-card,
  .commitment-card {
    padding: 25px 20px;
  }

  .objectivity-text,
  .verification-text,
  .commitment-text {
    font-size: 15px;
  }
}


/* JUDGES page 1st section */
.judges-premium {
  background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #1a1a2e 100%);
  padding: 100px 0;
}

/* Judges Hero Header */
.judges-hero-header {
  text-align: center;
  margin-bottom: 70px;
}

.judges-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.judges-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.judges-icon {
  font-size: 38px;
  color: #FFD700;
  animation: judgesIconPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes judgesIconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.judges-main-title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.judges-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.judges-subtitle {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 700px;
  margin: 0 auto;
}

/* Judges Grid */
.judges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 60px;
}

/* Judge Card */
.judge-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.judge-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Judge Image Wrapper */
.judge-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.judge-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.judge-card:hover .judge-photo {
  transform: scale(1.1);
}

/* Judge Overlay */
.judge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 14, 26, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.judge-card:hover .judge-overlay {
  opacity: 1;
}

/* Level Badge */
.judge-level-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 16px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
  transition: all 0.4s ease;
}

.judge-card:hover .judge-level-badge {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

/* Judge Info */
.judge-info {
  padding: 25px 20px;
  text-align: center;
}

.judge-name {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.judge-card:hover .judge-name {
  color: #FFD700;
}

.judge-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0;
  min-height: 42px;
}

/* Pagination */
.judges-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagination-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-btn:not(:disabled):hover {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
  color: #FFD700;
}

.pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination-btn i {
  font-size: 12px;
}

.pagination-numbers {
  display: flex;
  gap: 10px;
}

.page-number {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-number:hover {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
  color: #FFD700;
}

.page-number.active {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-color: #FFD700;
  color: #0a0e1a;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .judges-main-title {
    font-size: 54px;
  }

  .judges-grid {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .judges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .judges-premium {
    padding: 60px 0;
  }

  .judges-hero-header {
    margin-bottom: 50px;
  }

  .judges-main-title {
    font-size: 42px;
  }

  .judges-subtitle {
    font-size: 17px;
  }

  .judges-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }

  .pagination-btn span {
    display: none;
  }

  .pagination-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .judges-main-title {
    font-size: 34px;
  }

  .judges-line {
    width: 60px;
  }

  .judges-icon {
    font-size: 32px;
  }

  .judge-info {
    padding: 20px 15px;
  }

  .judge-name {
    font-size: 20px;
  }

  .judge-title {
    font-size: 13px;
  }

  .judge-level-badge {
    font-size: 10px;
    padding: 5px 14px;
  }

  .page-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .pagination-btn {
    width: 40px;
    height: 40px;
  }

  .pagination-btn i {
    font-size: 11px;
  }
}

/* ================================================================ */
/* JUDGES page 2nd section */
/* ================================================================ */

.judges-content-section {
  background: linear-gradient(135deg, #16213e 0%, #0a0e1a 50%, #1a1a2e 100%);
  padding: 80px 0 100px;
}

/* Content Header */
.content-header {
  text-align: center;
  margin-bottom: 60px;
}

.content-section-title {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.title-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.content-section-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 650px;
  margin: 0 auto;
}

/* Judges Content Grid */
.judges-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Judge Content Card */
.judge-content-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 35px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.judge-content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.judge-content-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.judge-content-card:hover::before {
  opacity: 1;
}

/* Content Badge */
.content-badge {
  display: inline-block;
  padding: 6px 18px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 165, 0, 0.2));
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 20px;
  color: #FFD700;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.judge-content-card:hover .content-badge {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 165, 0, 0.3));
  border-color: #FFD700;
  transform: scale(1.05);
}

/* Content Judge Name */
.content-judge-name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.judge-content-card:hover .content-judge-name {
  color: #FFD700;
}

/* Content Judge Title */
.content-judge-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

/* Content Judge Specialty */
.content-judge-specialty {
  font-size: 14px;
  color: #FFD700;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  opacity: 0.9;
}

/* Content Judge Bio */
.content-judge-bio {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Responsive Design for Content Section */
@media (max-width: 1200px) {
  .content-section-title {
    font-size: 42px;
  }
}

@media (max-width: 992px) {
  .judges-content-grid {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .judges-content-section {
    padding: 60px 0 80px;
  }

  .content-header {
    margin-bottom: 50px;
  }

  .content-section-title {
    font-size: 36px;
  }

  .content-section-desc {
    font-size: 16px;
  }

  .judges-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .judge-content-card {
    padding: 30px 25px;
  }

  .content-judge-name {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .content-section-title {
    font-size: 32px;
  }

  .judge-content-card {
    padding: 25px 20px;
  }

  .content-judge-name {
    font-size: 20px;
  }

  .content-judge-title {
    font-size: 15px;
  }

  .content-judge-specialty {
    font-size: 13px;
  }

  .content-judge-bio {
    font-size: 14px;
  }

  .content-badge {
    font-size: 10px;
    padding: 5px 16px;
  }
}

/* PAST WINNERS PAGE section-1 */
.past-winners-archive {
  background: #f5f5f5;
  padding: 80px 0 100px;
  min-height: 100vh;
}

/* Archive Hero Header */
.archive-hero-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #FFD700;
}

.archive-main-title {
  font-size: 48px;
  font-weight: 800;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.archive-subtitle {
  font-size: 17px;
  color: #666;
  font-style: italic;
}

/* Filters Section */
.winners-filters {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.filter-search {
  flex: 1;
  min-width: 250px;
  position: relative;
}

.search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}

.search-input {
  width: 100%;
  padding: 14px 18px 14px 50px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #FFD700;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}

.search-input::placeholder {
  color: #999;
}

.filter-group {
  flex: 0 0 auto;
}

.filter-select {
  padding: 14px 40px 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path fill="%23666" d="M0 0l6 8 6-8z"/></svg>') no-repeat right 15px center;
  background-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 180px;
}

.filter-select:hover {
  border-color: #FFD700;
}

.filter-select:focus {
  outline: none;
  border-color: #FFD700;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}

/* Winners Grid */
.winners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

/* Winner Card */
.winner-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 25px 25px 25px 75px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.winner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #FFD700;
}

/* Winner Rank Badge */
.winner-rank-badge {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Winner Content */
.winner-content {
  position: relative;
  z-index: 1;
}

.winner-name {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.winner-card:hover .winner-name {
  color: #FFD700;
}

.winner-award {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.winner-award i {
  color: #FFD700;
  margin-top: 2px;
  flex-shrink: 0;
}

.winner-category {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.winner-category i {
  color: #999;
  margin-top: 2px;
  flex-shrink: 0;
}

.winner-info {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.winner-info i {
  color: #999;
  width: 14px;
  flex-shrink: 0;
}

/* Winner Status Badge */
.winner-status-badge {
  margin-top: 15px;
  padding: 10px 15px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.winner-status-badge i {
  margin-right: 8px;
}

.winner-year {
  font-size: 16px;
  font-weight: 900;
}

/* Archive Pagination */
.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.archive-pagination .page-number {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-pagination .page-number:hover {
  background: #fff;
  border-color: #FFD700;
  color: #FFD700;
}

.archive-pagination .page-number.active {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-color: #FFD700;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.page-dots {
  color: #999;
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .archive-main-title {
    font-size: 42px;
  }

  .winners-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 992px) {
  .winners-filters {
    flex-direction: column;
  }

  .filter-search {
    min-width: 100%;
  }

  .filter-select {
    width: 100%;
  }

  .winners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .past-winners-archive {
    padding: 60px 0 80px;
  }

  .archive-hero-header {
    margin-bottom: 40px;
  }

  .archive-main-title {
    font-size: 36px;
  }

  .archive-subtitle {
    font-size: 16px;
  }

  .winners-filters {
    margin-bottom: 40px;
  }

  .winners-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .winner-card {
    padding: 20px 20px 20px 65px;
  }

  .winner-rank-badge {
    width: 45px;
    font-size: 28px;
  }

  .winner-name {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .archive-main-title {
    font-size: 32px;
  }

  .winner-card {
    padding: 18px 18px 18px 60px;
  }

  .winner-rank-badge {
    width: 42px;
    font-size: 24px;
  }

  .winner-name {
    font-size: 19px;
  }

  .winner-award {
    font-size: 13px;
  }

  .winner-category {
    font-size: 12px;
  }

  .winner-info {
    font-size: 12px;
  }

  .archive-pagination .page-number {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

/* PAST WINNERS PAGE section-2 */
.winners-gallery-hover {
  background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #1a1a2e 100%);
  padding: 100px 0;
}

/* Gallery Hero Header */
.gallery-hero-header {
  text-align: center;
  margin-bottom: 60px;
}

.gallery-main-title {
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.gallery-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.gallery-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* Winners Image Grid */
.winners-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

/* Winner Image Card */
.winner-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 3/4;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.winner-image-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.winner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.winner-image-card:hover .winner-img {
  transform: scale(1.1);
}


/* Hover Overlay */
.winner-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(10, 14, 26, 0.4) 60%,
      rgba(10, 14, 26, 0.95) 100%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.winner-image-card:hover .winner-hover-overlay {
  background: linear-gradient(180deg,
      rgba(10, 14, 26, 0.3) 0%,
      rgba(10, 14, 26, 0.8) 40%,
      rgba(10, 14, 26, 0.98) 100%);
}

/* Overlay Content */
.overlay-content {
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.overlay-name {
  font-size: 26px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.overlay-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  margin-bottom: 15px;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.winner-image-card:hover .overlay-divider {
  opacity: 1;
  transform: scaleX(1);
}

.overlay-award {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.winner-image-card:hover .overlay-award {
  opacity: 1;
  transform: translateY(0);
}

.overlay-category {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 215, 0, 0.8);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.winner-image-card:hover .overlay-category {
  opacity: 1;
  transform: translateY(0);
}

.overlay-details {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}

.winner-image-card:hover .overlay-details {
  opacity: 1;
  transform: translateY(0);
}

.overlay-country,
.overlay-badge {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 6px;
}

.overlay-country i,
.overlay-badge i {
  color: #FFD700;
  font-size: 13px;
}

.overlay-year {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #0a0e1a;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.winner-image-card:hover .overlay-year {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery-main-title {
    font-size: 46px;
  }

  .winners-image-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 992px) {
  .winners-image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .winners-gallery-hover {
    padding: 60px 0 80px;
  }

  .gallery-hero-header {
    margin-bottom: 50px;
  }

  .gallery-main-title {
    font-size: 38px;
  }

  .gallery-subtitle {
    font-size: 17px;
  }

  .winners-image-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .winner-hover-overlay {
    padding: 25px;
  }

  .overlay-name {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .gallery-main-title {
    font-size: 32px;
  }

  .winners-image-grid {
    gap: 18px;
  }

  .winner-hover-overlay {
    padding: 20px;
  }

  .overlay-name {
    font-size: 22px;
  }

  .overlay-award {
    font-size: 15px;
  }

  .overlay-category {
    font-size: 12px;
  }

  .overlay-details {
    flex-direction: column;
    gap: 10px;
  }
}

/* JUDGE DETAILS PAGE */
.judge-details-section {
  background: #f8f8f8;
  padding: 100px 0;
  min-height: calc(100vh - 200px);
}

/* Judge Profile Wrapper */
.judge-profile-wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Judge Photo Container */
.judge-photo-container {
  position: relative;
}

.judge-photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.judge-profile-photo {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.judge-photo-frame:hover .judge-profile-photo {
  transform: scale(1.05);
}

/* Judge Info Container */
.judge-info-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.judge-header {
  padding-bottom: 25px;
  border-bottom: 3px solid #FFD700;
}

.judge-profile-name {
  font-size: 48px;
  font-weight: 800;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.1;
}

.judge-profile-title {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Judge Bio */
.judge-bio {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bio-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-align: justify;
}

/* Judge Meta */
.judge-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #666;
  font-weight: 600;
}

.meta-item i {
  font-size: 18px;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .judge-profile-wrapper {
    grid-template-columns: 350px 1fr;
    gap: 50px;
    padding: 40px;
  }

  .judge-profile-name {
    font-size: 42px;
  }
}

@media (max-width: 992px) {
  .judge-profile-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px;
  }

  .judge-photo-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .judge-header {
    text-align: center;
  }

  .judge-profile-name {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .judge-details-section {
    padding: 60px 0;
  }

  .judge-profile-wrapper {
    padding: 30px;
    gap: 30px;
  }

  .judge-profile-name {
    font-size: 34px;
  }

  .judge-profile-title {
    font-size: 16px;
  }

  .bio-text {
    font-size: 15px;
    text-align: left;
  }

  .judge-meta {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .judge-profile-wrapper {
    padding: 25px 20px;
  }

  .judge-profile-name {
    font-size: 30px;
  }

  .judge-profile-title {
    font-size: 15px;
  }

  .bio-text {
    font-size: 14px;
  }

  .meta-item {
    font-size: 14px;
  }

  .meta-item i {
    font-size: 16px;
  }
}

/* PAST WINNER DETAILS PAGE */
.past-winner-details-section {
  background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #1a1a2e 100%);
  padding: 100px 0;
  min-height: calc(100vh - 200px);
}

/* Winner Profile Card */
.winner-profile-card {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Winner Image Header */
.winner-image-header {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.winner-detail-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winner-badge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 14, 26, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.winner-year-badge {
  padding: 10px 24px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

/* Winner Content Body */
.winner-content-body {
  padding: 50px;
}

/* Winner Detail Header */
.winner-detail-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.2);
}

.winner-detail-name {
  font-size: 52px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 15px;
  text-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.winner-detail-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  font-weight: 600;
}

.winner-category-tag {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 20px;
  color: #FFD700;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Winner Stats Grid */
.winner-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 45px;
}

.stat-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(255, 215, 0, 0.08);
  border-color: rgba(255, 215, 0, 0.4);
  transform: translateY(-5px);
}

.stat-item i {
  font-size: 28px;
  color: #FFD700;
  margin-bottom: 15px;
  display: block;
}

.stat-value {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Winner Story Section */
.winner-story-section {
  margin-bottom: 45px;
}

.story-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.story-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  margin-bottom: 25px;
  border-radius: 2px;
}

.story-text {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

/* Project Impact Section */
.project-impact-section {
  margin-bottom: 45px;
  padding: 35px;
  background: rgba(255, 215, 0, 0.05);
  border-left: 4px solid #FFD700;
  border-radius: 12px;
}

.impact-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.impact-title i {
  font-size: 28px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.impact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.impact-card:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: scale(1.05);
}

.impact-number {
  font-size: 42px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 10px;
  text-shadow: 0 3px 10px rgba(255, 215, 0, 0.4);
}

.impact-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

/* Winner Quote */
.winner-quote {
  position: relative;
  padding: 35px 40px;
  background: rgba(255, 215, 0, 0.08);
  border-left: 5px solid #FFD700;
  border-radius: 12px;
}

.quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  color: rgba(255, 215, 0, 0.3);
}

.quote-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 30px;
}

.quote-author {
  font-size: 16px;
  color: #FFD700;
  font-weight: 700;
  text-align: right;
}

/* Responsive Design */
@media (max-width: 992px) {
  .winner-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .past-winner-details-section {
    padding: 60px 0;
  }

  .winner-profile-card {
    margin: 0 15px;
  }

  .winner-image-header {
    height: 300px;
  }

  .winner-content-body {
    padding: 35px 25px;
  }

  .winner-detail-name {
    font-size: 40px;
  }

  .winner-detail-subtitle {
    font-size: 18px;
  }

  .winner-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .story-title {
    font-size: 28px;
  }

  .project-impact-section {
    padding: 25px 20px;
  }

  .impact-title {
    font-size: 20px;
  }

  .quote-text {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  .winner-content-body {
    padding: 30px 20px;
  }

  .winner-detail-name {
    font-size: 34px;
  }

  .winner-detail-subtitle {
    font-size: 16px;
  }

  .stat-item {
    padding: 20px 15px;
  }

  .stat-value {
    font-size: 20px;
  }

  .story-text {
    font-size: 15px;
  }

  .impact-number {
    font-size: 36px;
  }

  .quote-text {
    font-size: 15px;
  }

  .winner-quote {
    padding: 25px 20px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .step-connect-left::after {
    width: 50px !important;
  }
}

/* ================================================================ */
/* DESKTOP TIMELINE LAYOUT & CONNECTORS (MIGRATED FROM STYLE.CSS)   */
/* ================================================================ */
@media (min-width: 993px) {

  /* Main Container - Flex Column */
  .stepped-timeline {
    /* Define variables locally since :root in media query is shaky */
    --tl-gap-x: 30px;
    --tl-gap-y: 80px;

    display: flex;
    flex-direction: column;
    /* gap: var(--tl-gap-y); */
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* Rows - Flex Row */
  /* Increased specificity to override mobile styles */
  .stepped-timeline .timeline-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: visible;
  }

  /* Row 2 (6, 5, 4) */
  /* We want Step 4 (2022) on the Right to connect with Step 3 (2021). */
  /* HTML Order: 6, 5, 4. */
  /* Normal Row: 6(L), 5(C), 4(R). */
  /* This puts 4 on the Right. Perfect. */
  .stepped-timeline .timeline-row.timeline-row-reverse {
    flex-direction: row;
    /* Enforce LTR so 4 ends up on Right */
  }

  /* Step Container */
  .timeline-step {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    overflow: visible;
    /* Prevent clipping */
    /* Distribute space equally */
    margin: 0 15px;
    /* Half of 30px gap */
    min-width: 0;
  }

  /* Card Styling - HIGH SPECIFICITY to override general .step-card */
  .timeline-step .step-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    /* Top padding increased to 80px to clear the 50px overlapping circle + 30px buffer */
    padding: 80px 30px 30px 30px !important;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 50px;
    /* Space for the half-overlapping circle */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* vertical alignment */
  }

  .timeline-step:hover .step-card {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
  }

  /* Circle Absolute Positioning (Inside Card) */
  .step-card .step-circle {
    position: absolute;
    top: -50px;
    /* Top Half overlapping */
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    margin: 0;
  }

  .step-circle:hover {
    transform: translateX(-50%) scale(1.1) rotate(5deg);
  }

  /* ----------------------
     Connectors (Card-to-Card)
     ---------------------- */

  @keyframes lineFlow {
    0% {
      background-position: 0% 50%;
    }

    100% {
      background-position: 100% 50%;
    }
  }

  /* Horizontal Right (1->2, 2->3) */
  /* Connect Right of Card to Left of Next Card. */
  /* Gap is 30px. Connector 50px ensures bridging without excessive overflow. */
  .step-connect-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6, #ec4899);
    background-size: 200% auto;
    animation: lineFlow 3s linear infinite;
    z-index: 1;
    transform: translateY(-50%);
  }

  /* Horizontal Left (4->5, 5->6) */
  /* For Row 2 (Right to Left flow). */
  /* Connect Left of Card to Right of neighbor. */
  .step-connect-left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ec4899, #f59e0b);
    background-size: 200% auto;
    animation: lineFlow 3s linear infinite;
    z-index: 1;
    transform: translateY(-50%);
  }

  /* ----------------------
     Snake Connectors (Ends of Rows)
     ---------------------- */

  /* Row 1 End: Step 3 (Right) -> Step 4 (Right) */
  /* Bracket on Right Side */
  .step-row-1-end::before {
    content: '';
    position: absolute;
    top: calc(50%);
    right: -40px;
    /* Push into margin */
    width: 60px;
    /* Bracket Width */
    height: calc(100% + 55px);
    /* Reach Next Row */
    border-top: 4px solid #f59e0b;
    border-right: 4px solid #f59e0b;
    border-bottom: 4px solid #f59e0b;
    border-radius: 0 40px 40px 0;
    z-index: 0;
  }

  /* Row 2 End: Step 6 (Left) -> Step 7 (Left/Center) */
  /* Step 6 is Item 1 (Leftmost). */
  /* Step 7 is in Row 3 (Center). */
  /* Connection: Left Side of 6 -> Down -> Left Side of 7? */
  /* Bracket logic: Out Left -> Down -> In Right (to 7)? */
  /* Or Out Left -> Down -> In Left (to 7)? */
  /* Step 7 is centered. Left side of 7 is further right than Left side of 6. */
  /* 6 (Col 1). 7 (Col 2). */
  /* So we need: Left Out of 6 -> Down -> Right into 7. */
  /* This is a U-turn that spans inwards. */
  /* Or simplifies: L-Shape from Left of 6 -> Center 7? No. */
  /* Let's stick to the "Bracket on Left" to drop down. */
  /* And then an extension to reach the Center. */

  .step-row-2-end::before {
    content: '';
    position: absolute;
    top: calc(50%);
    left: -40px;
    width: 60px;
    height: calc(100% + 55px);
    border-top: 4px solid #ec4899;
    border-left: 4px solid #ec4899;
    border-bottom: 4px solid #ec4899;
    border-radius: 40px 0 0 40px;
    z-index: 0;
  }

  /* Horizontal Extension to reach Step 7 (Center) */
  /* Step 6 is at flex-start. Step 7 is at flex-center. */
  /* Distance to traverse = 50% width + gap? */
  /* Fluid width makes this hard exactly. */
  /* But Step 7 is centered. */
  /* Let's make the bottom border of the bracket extend? */
  /* We can't extend border width dynamically easily. */
  /* We add an ::after to Step 6 that is a long line to the right. */
  .step-row-2-end::after {
    /* content: '';
    position: absolute;
    top: calc(100% + var(--tl-gap-y) + 50px - 25px - 2px);
    left: 10px;
    width: 150%;
    height: 4px;
    background: #ec4899;
    z-index: 0; */
  }

  /* Centering Step 7 */
  .timeline-row-final {
    justify-content: center;
  }

  .timeline-row-final .timeline-step {
    flex: 0 0 33.33%;
    /* Explicit width for center item */
    margin: 0;
  }
}

/* ================================================================ */
/* NOMINATION PROCESS PAGE STYLES (Refactored to avoid index conflict) */
/* ================================================================ */

/* HOW TO NOMINATE page specific styles */

.nom-process-premium {
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1a2e 50%, #16213e 100%);
  padding: 100px 0;
  overflow: hidden;
}

/* Background Effects */
.nom-bg-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.nom-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,
      rgba(255, 215, 0, 0.02),
      rgba(138, 43, 226, 0.03),
      rgba(30, 144, 255, 0.02));
  background-size: 400% 400%;
  animation: gradientShift 18s ease infinite;
}

.nom-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nom-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
  animation: orbFloat 22s ease-in-out infinite;
}

.nom-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.3), transparent);
  top: 10%;
  left: 10%;
  animation-duration: 20s;
}

.nom-orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(138, 43, 226, 0.25), transparent);
  bottom: 10%;
  right: 15%;
  animation-duration: 24s;
  animation-delay: 8s;
}

.nom-orb-3 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(30, 144, 255, 0.2), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 26s;
  animation-delay: 14s;
}

/* Hero Header */
.nom-hero-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 60px;
}

.nom-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.nom-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.nom-icon {
  font-size: 38px;
  color: #FFD700;
  animation: nomIconFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes nomIconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

.nom-main-title {
  font-size: 68px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -2px;
  line-height: 1.1;
}

.nom-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.nom-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  font-weight: 300;
}

/* Introduction Card */
.nom-intro-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 40px 50px;
  margin-bottom: 80px;
  overflow: hidden;
}

.nom-intro-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.08), transparent);
  border-radius: 50%;
  filter: blur(50px);
  animation: introGlowPulse 4s ease-in-out infinite;
}

@keyframes introGlowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.nom-intro-text {
  position: relative;
  z-index: 1;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 0;
}

/* Process Timeline (Renamed from process-timeline) */
.nom-process-timeline {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Timeline Step (Renamed for compatibility) */
.nom-timeline-step {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.nom-timeline-step:last-child {
  margin-bottom: 0;
}

/* Step Marker */
.nom-step-marker {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nom-marker-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border: 3px solid rgba(255, 215, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.nom-marker-circle::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nom-timeline-step:hover .nom-marker-circle {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  border-color: #FFD700;
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
}

.nom-timeline-step:hover .nom-marker-circle::before {
  opacity: 1;
}

.nom-marker-number {
  font-size: 32px;
  font-weight: 900;
  color: #FFD700;
}

.nom-marker-final {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-color: #FFD700;
}

.nom-marker-final i {
  font-size: 36px;
  color: #0a0e1a;
}

.nom-timeline-step:hover .nom-marker-final {
  transform: scale(1.15) rotate(10deg);
}

/* Step Line */
.nom-step-line {
  width: 3px;
  flex-grow: 1;
  background: linear-gradient(to bottom, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0.1));
  margin: 10px 0;
  position: relative;
}

.nom-step-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, #FFD700, rgba(255, 215, 0, 0.5));
  transition: height 0.6s ease;
}

.nom-timeline-step:hover .nom-step-line::after {
  height: 100%;
}

/* Step Card (Renamed) */
.nom-step-card {
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin-top: 0;
  /* Override generic margin if any */
}

.nom-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nom-step-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.nom-step-card:hover::before {
  opacity: 1;
}

.nom-card-glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.nom-step-card:hover .nom-card-glow-effect {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

/* Step Icon */
.nom-step-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.nom-step-card:hover .nom-step-icon-wrapper {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  transform: scale(1.1) rotate(-5deg);
}

.nom-step-icon-large {
  font-size: 32px;
  color: #FFD700;
}

/* Step Card Content */
.nom-step-card-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.nom-step-card-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

/* Step Checklist */
.nom-step-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.nom-step-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.nom-step-checklist li:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.nom-step-checklist li i {
  font-size: 18px;
  color: #FFD700;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Step CTA Link */
.nom-step-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  color: #FFD700;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.nom-step-cta-link:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  border-color: #FFD700;
  color: #FFD700;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

.nom-step-cta-link i {
  transition: transform 0.4s ease;
}

.nom-step-cta-link:hover i {
  transform: translateX(5px);
}

/* Final Step Card */
.nom-step-card-final {
  border: 2px solid rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.03);
}

.nom-step-card-final:hover {
  border-color: #FFD700;
  box-shadow: 0 20px 50px rgba(255, 215, 0, 0.2);
}

/* Trophy Purchase CTA */
.nom-trophy-cta {
  position: relative;
  z-index: 2;
  background: rgba(255, 215, 0, 0.05);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  padding: 50px;
  margin-top: 80px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.nom-trophy-cta:hover {
  background: rgba(255, 215, 0, 0.08);
  border-color: rgba(255, 215, 0, 0.5);
  transform: scale(1.02);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.2);
}

.nom-trophy-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
  border-radius: 50%;
  filter: blur(60px);
  animation: trophyCtaGlowPulse 4s ease-in-out infinite;
}

@keyframes trophyCtaGlowPulse {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.nom-trophy-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.nom-trophy-cta-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: trophyIconSpin 6s linear infinite;
}

@keyframes trophyIconSpin {

  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(10deg) scale(1.1);
  }
}

.nom-trophy-cta-icon i {
  font-size: 42px;
  color: #0a0e1a;
}

.nom-trophy-cta-title {
  font-size: 36px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 20px;
}

.nom-trophy-cta-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto 30px;
}

.nom-trophy-cta-text strong {
  color: #FFD700;
  font-weight: 700;
}

/* Trophy CTA Button */
.nom-trophy-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a0e1a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.nom-trophy-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFA500, #FFD700);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nom-trophy-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
  color: #0a0e1a;
}

.nom-trophy-cta-button:hover::before {
  opacity: 1;
}

.nom-trophy-cta-button span:first-child {
  position: relative;
  z-index: 1;
}

.nom-button-shine-effect {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 0;
}

.nom-trophy-cta-button:hover .nom-button-shine-effect {
  left: 150%;
}

.nom-trophy-cta-button i {
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.nom-trophy-cta-button:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .nom-main-title {
    font-size: 58px;
  }

  .nom-trophy-cta-title {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .nom-timeline-step {
    gap: 30px;
  }

  .nom-step-marker {
    width: 70px;
  }

  .nom-marker-circle {
    width: 70px;
    height: 70px;
  }

  .nom-marker-number {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .nom-process-premium {
    padding: 60px 0;
  }

  .nom-main-title {
    font-size: 46px;
  }

  .nom-subtitle {
    font-size: 18px;
  }

  .nom-intro-card {
    padding: 30px;
    margin-bottom: 60px;
  }

  .nom-intro-text {
    font-size: 17px;
  }

  .nom-timeline-step {
    flex-direction: column;
    gap: 20px;
  }

  .nom-step-marker {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .nom-marker-circle {
    width: 60px;
    height: 60px;
  }

  .nom-marker-number {
    font-size: 24px;
  }

  .nom-marker-final i {
    font-size: 28px;
  }

  .nom-step-line {
    display: none;
  }

  .nom-step-card {
    padding: 30px;
    transform: none !important;
  }

  .nom-step-card-title {
    font-size: 24px;
  }

  .nom-step-card-text {
    font-size: 15px;
  }

  .nom-step-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .nom-step-icon-large {
    font-size: 28px;
  }

  .nom-trophy-cta {
    padding: 35px 30px;
    margin-top: 60px;
  }

  .nom-trophy-cta-icon {
    width: 75px;
    height: 75px;
  }

  .nom-trophy-cta-icon i {
    font-size: 36px;
  }

  .nom-trophy-cta-title {
    font-size: 28px;
  }

  .nom-trophy-cta-text {
    font-size: 16px;
  }

  .nom-trophy-cta-button {
    padding: 15px 35px;
    font-size: 16px;
  }

  .nom-orb-1,
  .nom-orb-2,
  .nom-orb-3 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .nom-main-title {
    font-size: 36px;
  }

  .nom-subtitle {
    font-size: 16px;
  }

  .nom-line {
    width: 60px;
  }

  .nom-icon {
    font-size: 32px;
  }

  .nom-intro-card {
    padding: 25px 20px;
  }

  .nom-intro-text {
    font-size: 16px;
  }

  .nom-marker-circle {
    width: 50px;
    height: 50px;
  }

  .nom-marker-number {
    font-size: 20px;
  }

  .nom-marker-final i {
    font-size: 24px;
  }

  .nom-step-card {
    padding: 25px 20px;
  }

  .nom-step-card-title {
    font-size: 22px;
  }

  .nom-step-card-text,
  .nom-step-checklist li {
    font-size: 14px;
  }

  .nom-step-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .nom-step-icon-large {
    font-size: 24px;
  }

  .nom-step-cta-link {
    padding: 10px 20px;
    font-size: 14px;
  }

  .nom-trophy-cta {
    padding: 30px 20px;
  }

  .nom-trophy-cta-icon {
    width: 65px;
    height: 65px;
  }

  .nom-trophy-cta-icon i {
    font-size: 30px;
  }

  .nom-trophy-cta-title {
    font-size: 24px;
  }

  .nom-trophy-cta-text {
    font-size: 15px;
  }

  .nom-trophy-cta-button {
    width: 100%;
    justify-content: center;
  }
}

/* ================================================================ */
/* IMPORTANT DATES SECTION - PREMIUM DESIGN (Renamed) */
/* ================================================================ */

.nom-important-dates-premium {
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #1a1a2e 100%);
  padding: 100px 0;
  overflow: hidden;
}

/* Dates Header */
.nom-dates-header {
  text-align: center;
  margin-bottom: 70px;
}

.nom-dates-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.nom-dates-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.nom-dates-icon {
  font-size: 36px;
  color: #FFD700;
  animation: datesIconPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 20px rgba(255, 215, 0, 0.5));
}

@keyframes datesIconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.nom-dates-main-title {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.nom-dates-highlight {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientWave 4s ease infinite;
}

.nom-dates-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

/* Dates Grid */
.nom-dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

/* Date Card */
.nom-date-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.nom-date-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nom-date-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.nom-date-card:hover::before {
  opacity: 1;
}

/* Date Card Glow */
.nom-date-card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.nom-date-card:hover .nom-date-card-glow {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

/* Date Icon Wrapper */
.nom-date-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.15));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.nom-date-card:hover .nom-date-icon-wrapper {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 165, 0, 0.25));
  transform: scale(1.1) rotate(-10deg);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.nom-date-icon {
  font-size: 36px;
  color: #FFD700;
  transition: all 0.4s ease;
}

.nom-date-card:hover .nom-date-icon {
  transform: scale(1.15);
  filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.6));
}

/* Date Card Content */
.nom-date-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.nom-date-value {
  font-size: 32px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.nom-date-card:hover .nom-date-value {
  transform: scale(1.05);
  text-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
}

.nom-date-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* Countdown Notice */
.nom-countdown-notice {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), rgba(255, 165, 0, 0.05));
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.nom-countdown-notice:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.12), rgba(255, 165, 0, 0.08));
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2);
}

.nom-notice-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
  border-radius: 50%;
  filter: blur(40px);
  animation: noticeGlowPulse 3s ease-in-out infinite;
}

@keyframes noticeGlowPulse {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.nom-notice-icon {
  font-size: 32px;
  color: #FFD700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  animation: noticeIconBounce 2s ease-in-out infinite;
}

@keyframes noticeIconBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.nom-notice-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.nom-notice-text strong {
  color: #FFD700;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .nom-dates-main-title {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .nom-dates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .nom-important-dates-premium {
    padding: 60px 0;
  }

  .nom-dates-header {
    margin-bottom: 50px;
  }

  .nom-dates-main-title {
    font-size: 40px;
  }

  .nom-dates-subtitle {
    font-size: 16px;
  }

  .nom-dates-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .nom-date-card {
    padding: 35px 25px;
  }

  .nom-date-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .nom-date-icon {
    font-size: 32px;
  }

  .nom-date-card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .nom-date-value {
    font-size: 28px;
  }

  .nom-date-label {
    font-size: 13px;
  }

  .nom-countdown-notice {
    flex-direction: column;
    text-align: center;
    padding: 25px 30px;
    gap: 15px;
  }

  .nom-notice-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .nom-dates-main-title {
    font-size: 32px;
  }

  .nom-dates-line {
    width: 60px;
  }

  .nom-dates-icon {
    font-size: 30px;
  }

  .nom-date-card {
    padding: 30px 20px;
  }

  .nom-date-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .nom-date-icon {
    font-size: 28px;
  }

  .nom-date-card-title {
    font-size: 17px;
  }

  .nom-date-value {
    font-size: 24px;
  }

  .nom-countdown-notice {
    padding: 20px 25px;
  }

  .nom-notice-icon {
    font-size: 28px;
  }

  .nom-notice-text {
    font-size: 15px;
  }
}

/* Premium Form Elements */
.premium-input,
.premium-select,
.premium-textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.3s ease;
}

.premium-input:focus,
.premium-select:focus,
.premium-textarea:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #FFD700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);
  outline: none;
}

.premium-select option {
  background: #0a0e1a;
  color: #fff;
}

/* Custom Radio Card */
.custom-radio-card {
  display: block;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.custom-radio-card input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-radio-card:hover {
  border-color: rgba(255, 215, 0, 0.5);
  background: rgba(255, 215, 0, 0.05);
}

.custom-radio-card:has(input:checked),
.custom-radio-card input:checked+.radio-card-content,
.custom-radio-card input:checked~span {
  border-color: #FFD700;
  background: rgba(255, 215, 0, 0.1);
  color: #FFD700;
}

.custom-radio-card input:checked+* {
  color: #FFD700;
}

/* Fallback for older browsers if :has isn't supported, 
   the JS logic or simple sibling selectors help. 
   But mostly :checked + span works if structure matches.
*/

/* Custom Radio Pill (Nominee Type) */
.custom-radio-pill {
  position: relative;
  cursor: pointer;
}

.custom-radio-pill input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-radio-pill span {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  font-size: 14px;
}

.custom-radio-pill input:checked+span {
  background: #FFD700;
  color: #000;
  border-color: #FFD700;
  font-weight: 600;
}

/* File Input Styling */
.file-input-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.file-input {
  display: none;
}

.file-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid #FFD700;
  border-radius: 8px;
  color: #FFD700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-label:hover {
  background: #FFD700;
  color: #000;
}

.file-name {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.file-upload-wrapper {
  border: 2px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.file-upload-wrapper:hover {
  border-color: #FFD700;
  background: rgba(255, 215, 0, 0.02);
}

.file-upload-wrapper input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


/* Ultra Premium Design Enhancements */

/* Glassmorphism Utilities */
.bg-dark-glass {
  background: rgba(10, 14, 26, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bg-dark-glass-2 {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

/* Premium Form Section Card */
.premium-form-section {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-form-section:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 215, 0, 0.15);
}

/* Section Header Styling */
.section-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 107, 0, 0.1));
  border-radius: 12px;
  color: #FFD700;
  font-size: 20px;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(135deg, #fff, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

/* Input Enhancements */
.premium-input:focus,
.premium-textarea:focus,
.premium-select:focus {
  background: rgba(255, 255, 255, 0.08);
  /* Slightly lighter on focus */
  border-color: #FFD700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.15);
  /* Enhanced glow */
}

/* Placeholder styling */
.premium-input::placeholder,
.premium-textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
}

/* Floating Label Tweaks */
.floating-label label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
}

/* Static Label */
.static-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}


/* Header Profile Dropdown */
.header-profile-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.profile-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  transition: all 0.3s ease;
}

.header-profile-dropdown:hover .profile-trigger {
  background: rgba(255, 215, 0, 0.1);
  border-color: #FFD700;
}

.profile-icon {
  font-size: 24px;
  color: #FFD700;
}

.profile-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-name {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-info i {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
}

.header-profile-dropdown:hover .profile-info i {
  transform: rotate(180deg);
}

.profile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  background: #111;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}

.header-profile-dropdown:hover .profile-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-header {
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-user-img {
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFD700;
}

.menu-user-img i {
  color: #FFD700;
  font-size: 20px;
}

.menu-user-info {
  display: flex;
  flex-direction: column;
}

.menu-user-info .name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.menu-user-info .email {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.menu-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.menu-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}

.menu-list li a:hover {
  background: rgba(255, 215, 0, 0.05);
  color: #FFD700 !important;
}

.menu-list li a i {
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.logout-link:hover {
  color: #ff4d4d !important;
  background: rgba(255, 77, 77, 0.05) !important;
}


/* Premium Toast Styles */
.premium-toast {
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(15px) !important;
  background: rgba(17, 17, 17, 0.95) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 215, 0, 0.1) !important;
  padding: 15px 20px !important;
  width: auto !important;
  min-width: 320px !important;
}

.premium-toast-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.swal2-icon {
  border: none !important;
  margin-right: 15px !important;
  scale: 0.7 !important;
}

.premium-toast-progress {
  background: linear-gradient(90deg, #FFD700, #FF6B00) !important;
  height: 3px !important;
}

/* Fix for first line display issue */
.swal2-html-container {
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0 0 0 10px !important;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(50px);
  }
}

.animate__fadeInRight {
  animation: fadeInRight 0.5s ease forwards;
}

.animate__fadeOutRight {
  animation: fadeOutRight 0.5s ease forwards;
}


/* Fix for fixed height body issue caused by JS libraries */
body,
html {
  height: auto !important;
  min-height: 100% !important;
}

/* Fix for dropdown option visibility */
#discount_select option {
  background-color: #0a0e1a;
  color: #ffffff;
  padding: 10px;
}

.blog-read .post-text ul {
  padding: 0;
  list-style: none;
}

.blog-read .post-text ul li {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0px;
  padding-left: 30px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 1.6em;
  margin: 5px 0 5px 0;
}

.blog-read .post-text ul li::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: var(--primary-color);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.05);
}

.flip-card-back {
  height: fit-content;
  margin-bottom: 50px;
}

.flip-card-3d:hover {
  margin-bottom: 100px;
}