html,body{
  overflow-x: hidden;
  max-width: 100dvw;
}

.theme-btn8-secondary {
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--vtc-bg-main6);
    outline: none !important;
    background-color: var(--vtc-bg-main6);
    color: var(--vtc-text-white);
    letter-spacing: 0px;
    transition: 500ms;
    overflow: hidden;
    border-radius: 8px;
    padding: 12px 24px;
    z-index: 2;
    position: relative;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    transition: all ease 0.3s;
    text-align: center;
    text-decoration: none;
  }
  .theme-btn8-secondary:hover {
    color: var(--vtc-text-white);
  }
  
  .theme-btn8__text {
    position: relative;
    z-index: 2;
  }

  
.theme-btn7-secondary  {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 17px 22px 17px 22px;
    border-radius: 52px;
    background-color: unset;
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .theme-btn7-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: var(--vtc-text-title1);
    border-radius: 25px;
    z-index: -1;
    transition: all 0.4s;
    animation-timing-function: linear;
  }
  .theme-btn7:hover {
    color: var(--vtc-text-white);
    transition: all 0.4s;
    transform: translateY(-5px);
  }
  .theme-btn7:hover::after {
    transition: all 0.4s;
    width: 100%;
    left: 0;
    right: auto;
    animation-timing-function: linear;
  }

  .lightmode-bg *{
color: rgb(255, 244, 231) !important;
  }


  .blog-cover-image{
    width: 855px !important;
    height: 415px !important;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 5px;
  } 
.about4-images img{
  object-fit: cover;
}
  /* Schedule Timeline Styles */
.schedule-timeline {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
}

.schedule-item {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.schedule-item.highlight-item {
  background-color: #f8f9fe;
  border-left: 4px solid var(--vtc-bg-main6);
}

.schedule-time {
  display: flex;
  flex-direction: column;
}

.time-range {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.time-zone {
  font-size: 12px;
  color: #777;
}

.speaker-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.speaker-info {
  display: flex;
  align-items: center;
}

.session-tag {
  background: var(--vtc-bg-main6);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
}

.body-guest{
  background-color: #321F00;
}

.logo-header{
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guest-container *{
  padding: 0;
  margin: 0;
}


.guest-container{
  padding: 0;
  margin: 0;
  min-width: 100lvw;
  overflow: hidden;
}

.left-guest-widget > main{
  display: flex;
  justify-content: center;

}

.left-guest-widget::after{
      content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    background: linear-gradient(270deg, #321f00, #321f00ba);
}

.img-guest-bg{
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position-x: right;
}

.img-guest-bg::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #321f00, transparent);
}

.inner-guest-content {
  width: 85%;

}

.inner-guest-content > h4{
  font-size: 3rem;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.inner-guest-content > p{
  font-size: 1rem;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.guest-link{
  color: #FDBA0F;
}
.guest-form > .row{
gap: 0;
margin-top: 1rem;
}

.guest-form > .row > *{
  padding: 0 0.5rem;
  }
.guest-input{
  background-color: #5D3A00;
  color: #FFFFFF;
  border: 2px solid #955D00;
  padding: 20px;
  border-radius: 15px;
}

/* Hide the default checkbox */
.guest-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.guest-checkbox-label {
  display: flex;
  gap: 10px;
  color: #FFF;
}


/* Create a custom checkbox */
.checkmark {
  position: relative;
  box-shadow: rgb(255, 84, 0) 0px 0px 0px 2px;
  background-color: rgba(16, 16, 16, 0.5);
  height: 20px;
  width: 20px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: -1px;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  transform-origin: 0px 10px;
  border-radius: 4px;
  margin: -1px 10px 0px 0px;
  padding: 0px;
  box-sizing: border-box;
}

.guest-checkbox-label input:checked ~ .checkmark {
  box-shadow: rgb(255, 84, 0) 0px 0px 0px 2px;
  background-color: rgba(245, 24, 24, 0.5);
  height: 20px;
  width: 20px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: -1px;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  transform-origin: 0px 10px;
  border-radius: 4px;
  margin: -1px 10px 0px 0px;
  padding: 0px;
  box-sizing: border-box;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.guest-checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.guest-checkbox-label .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
  transition: all 500ms ease-in-out;
}

.guest-form-submit-button{
  background-color: #955D00;
  border: none;
  outline: none;
  color: #FDBA0F;
  padding: 20px;
  border-radius: 15px;
}

.guest-input::placeholder{
  color: #FFFFFF;
  opacity: 56%;
  font-weight: lighter;
}
.guest-form-note{
  color: #FFF;

}
.guest-form-note > a{
  color: #FDBA0F;
  
}

.guest-error {

}

@media (max-width: 767.98px) { 
  .left-guest-widget {
    position: absolute !important;
    z-index: 100;
  }
.left-guest-widget::after{
  display: none;
}
  .img-guest-bg{
    background-position-x: 100px !important;
  }
#particlesGuest-js{
  position: fixed;
}
  .img-guest-bg::after{
    background: #201400b8;
  }
}


.badge {
  padding: 0.3em 0.6em;
  border-radius: 12px;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
}

.badge.elite {
  background-color: #eab308;
}

.badge.pro {
  background-color: #3b82f6;
}

.badge.core {
  background-color: #10b981;
}
.leaderboard-container {
  position: relative;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  color: wheat;
  padding: 10px;
  border-radius: 15px;
  background: #000;
  overflow: hidden;
}

.leaderboard-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  background: linear-gradient(45deg, #ffcc00, #ff8800, #ffd700, #ff4500);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--vtc-bg-main1);
  --bs-btn-border-color: var(--vtc-bg-main1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--vtc-bg-main1);
  --bs-btn-hover-border-color: var(--vtc-bg-main1);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--vtc-bg-main1);
  --bs-btn-active-border-color: var(--vtc-bg-main1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--vtc-bg-main1);
  --bs-btn-disabled-border-color: var(--vtc-bg-main1);
}

.btn-outline-primary {
  --bs-btn-color: var(--vtc-bg-main1);
  --bs-btn-border-color: var(--vtc-bg-main1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--vtc-bg-main1);
  --bs-btn-hover-border-color: var(--vtc-bg-main1);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--vtc-bg-main1);
  --bs-btn-active-border-color: var(--vtc-bg-main1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--vtc-bg-main1);
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(255, 165, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

.leaderboard-table th, .leaderboard-table td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(255, 165, 0, 0.3);
  text-align: left;
}

.leaderboard-table th {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffd700;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.leaderboard-table tbody tr {
  transition: background-color 0.3s ease;
}

.leaderboard-table tbody tr:hover {
  background-color: rgba(255, 165, 0, 0.1);
}

.leaderboard-table tbody tr:nth-child(1) td {
  color: #ffd700; /* Gold for 1st place */
  font-weight: bold;
}

.leaderboard-table tbody tr:nth-child(2) td {
  color: #c0c0c0; /* Silver for 2nd place */
  font-weight: bold;
}

.leaderboard-table tbody tr:nth-child(3) td {
  color: #cd7f32; /* Bronze for 3rd place */
  font-weight: bold;
}

/* Animated glow effect */
.glow {
  position: absolute;
  top: -150%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: conic-gradient(
      #ff8800, 
      #ffd700, 
      #ffcc00, 
      #ff4500, 
      #000, 
      #ff8800
  );
  animation: rotate 8s linear infinite, pulse 3s ease-in-out infinite;
  z-index: 1;
  opacity: 0.6;
  filter: blur(40px);
}

 /* Countdown Timer */
 .countdown-container {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 20px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 165, 0, 0.5);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
}

.countdown-number {
  font-size: 32px;
  font-weight: bold;
  color: #ffd700;
  margin-top: 10px;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.8);
}

.countdown-label {
  font-size: 12px;
  color: #ffcc00;
  margin-top: 5px;
}
.vl-mobile-menu-stack{
  margin-bottom: 5px;
}
.countdown-text {
  margin-top: 20px;
  color: #ff8800;
  font-weight: bold;
  font-size: 18px;
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 1s ease;
}
.main-heading4{
  padding-right: 0;
}

#particlesGuest-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
      opacity: 0.6;
  }
  50% {
      opacity: 0.8;
  }
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

/* Desktop: Grid layout */
@media (min-width: 992px) {
  #topMembers .swiper-wrapper {
      display: flex;
      flex-wrap: wrap;
  }

  #topMembers .swiper-slide {
      flex: 0 0 auto;
      width: 33.3333%; /* 3 cards per row */
  }
 
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
      display: none !important;
  }
}/* Enhanced Explore Mega Menu - keeping your existing style */
        .sub-menu.mega-explore {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            border: none;
            min-width: 600px;
            padding: 0;
            position: absolute;
            top: 100%;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .has-dropdown:hover .sub-menu.mega-explore {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .mega-explore-content {
            padding: 25px;
        }
        
        .mega-section {
            padding: 15px;
            border-radius: 6px;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .mega-section:hover {
            background: rgba(0,123,255,0.05);
            transform: translateY(-2px);
        }
        
        .mega-section-title {
            color: #2c3e50;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            position: relative;
        }
        
        .mega-section-title::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 30px;
            height: 2px;
            background: #007bff;
            transition: width 0.3s ease;
        }
        
        .mega-section:hover .mega-section-title::after {
            width: 60px;
        }
        
        .mega-section-title i {
            margin-right: 8px;
            color: #007bff;
            width: 16px;
        }
        
        .mega-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mega-links li {
            margin-bottom: 8px;
        }
        
        .mega-links a {
            display: flex;
            align-items: center;
            padding: 10px 12px;
            color: #333;
            text-decoration: none;
            border-radius: 6px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .mega-links a::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 3px;
            height: 100%;
            background: #007bff;
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }
        
        .mega-links a:hover::before {
            transform: scaleY(1);
        }
        
        .mega-links a:hover {
            background: rgba(0,123,255,0.1);
            color: #007bff;
            padding-left: 20px;
        }
        
        .mega-links a i {
            margin-right: 12px;
            width: 16px;
            color: #666;
            transition: color 0.3s ease;
        }
        
        .mega-links a:hover i {
            color: #007bff;
        }
        
        .mega-links a span {
            font-weight: 500;
            display: block;
        }
        
        .mega-links a small {
            color: #666;
            font-size: 12px;
            margin-left: auto;
            opacity: 0.8;
        }
        
        .coming-soon-tag {
            background: #ffc107;
            color: #333;
            padding: 2px 6px;
            border-radius: 10px;
            font-size: 10px !important;
            font-weight: 500;
        }
        
        /* Pixel Character Section */
        .pixel-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .pixel-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
            background-size: 20px 20px;
            animation: pixelMove 10s linear infinite;
        }
        
        .pixel-character-showcase {
            position: relative;
            z-index: 1;
            padding: 10px;
        }
        
        .pixel-avatar {
            width: 80px;
            height: 80px;
            margin: 0 auto 15px;
            position: relative;
        }
        
        .pixel-face {
            width: 100%;
            height: 100%;
            background: #4ecdc4;
            border-radius: 20px;
            position: relative;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            animation: pixelBounce 2s ease-in-out infinite;
        }
        
        .pixel-eyes {
            position: absolute;
            top: 25px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
        }
        
        .eye {
            width: 8px;
            height: 8px;
            background: #2c3e50;
            border-radius: 50%;
            animation: pixelBlink 3s infinite;
        }
        
        .pixel-mouth {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 10px;
            border: 2px solid #2c3e50;
            border-top: none;
            border-radius: 0 0 20px 20px;
        }
        
        .pixel-character-showcase h6 {
            margin: 8px 0 5px;
            font-weight: 600;
            font-size: 16px;
        }
        
        .pixel-character-showcase p {
            margin: 0 0 15px;
            font-size: 12px;
            opacity: 0.9;
        }
        
        .pixel-btn {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 12px;
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .pixel-btn:hover {
            background: rgba(255,255,255,0.3);
            transform: translateY(-2px);
            color: white;
        }
        
        @keyframes pixelMove {
            0% { transform: translate(0, 0); }
            100% { transform: translate(20px, 20px); }
        }
        
        @keyframes pixelBounce {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-5px) rotate(2deg); }
        }
        
        @keyframes pixelBlink {
            0%, 90%, 100% { transform: scaleY(1); }
            95% { transform: scaleY(0.1); }
        }
        .vl-main-menu .vl-mobile-menu-stack {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            align-items: center;
        }
        
        .vl-main-menu .vl-mobile-menu-stack > li {
            position: relative;
            margin: 0 15px;
        }
        
        .vl-main-menu .vl-mobile-menu-stack > li > a {
            display: flex;
            align-items: center;
            padding: 10px 0;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .vl-main-menu .vl-mobile-menu-stack > li > a:hover {
            color: #007bff;
        }
        
        /* Mega Menu Dropdown */
        .mega-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border-radius: 10px;
            min-width: 800px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 9999;
            margin-top: 10px;
            border: 1px solid rgba(0,0,0,0.1);
        }
        
        .has-dropdown:hover .mega-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }
        
        .mega-menu-content {
            padding: 30px;
        }
        
        .mega-menu-section {
            margin-bottom: 25px;
        }
        
        .mega-menu-section:last-child {
            margin-bottom: 0;
        }
        
        .mega-menu-title {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #007bff;
            display: flex;
            align-items: center;
        }
        
        .mega-menu-title i {
            margin-right: 8px;
            color: #007bff;
            width: 16px;
        }
        
        .mega-menu-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mega-menu-links li {
            margin-bottom: 6px;
        }
        
        .mega-menu-links a {
            color: #666;
            text-decoration: none;
            padding: 6px 10px;
            display: block;
            transition: all 0.3s ease;
            border-radius: 5px;
            font-size: 14px;
        }
        
        .mega-menu-links a:hover {
            color: #007bff;
            background: rgba(0, 123, 255, 0.1);
            transform: translateX(5px);
        }
        
        /* Special Ramadan sections */
        .special-section {
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
            border-radius: 10px;
            padding: 20px;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .special-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }
        
        .special-section .mega-menu-title {
            color: white;
            border-bottom-color: rgba(255,255,255,0.3);
            position: relative;
            z-index: 1;
        }
        
        .special-section .mega-menu-title i {
            color: #fbbf24;
        }
        
        .special-section .mega-menu-links {
            position: relative;
            z-index: 1;
        }
        
        .special-section .mega-menu-links a {
            color: rgba(255,255,255,0.9);
        }
        
        .special-section .mega-menu-links a:hover {
            color: white;
            background: rgba(255,255,255,0.2);
            transform: translateX(5px);
        }
        
        /* Badges */
        .competition-badge {
            background: #ef4444;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 11px;
            margin-left: 8px;
            animation: pulse 2s infinite;
        }
        
        .competition-badge.completed {
            background: #10b981;
            animation: none;
        }
        
        .coming-soon {
            background: #f59e0b;
            color: white;
            padding: 2px 6px;
            border-radius: 10px;
            font-size: 10px;
            margin-left: 5px;
        }
        
        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.7; }
            100% { opacity: 1; }
        }
        
        /* Pixel character showcase */
        .pixel-showcase {
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .pixel-showcase::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
            animation: shine 3s infinite;
        }
        
        .pixel-character {
            font-size: 40px;
            margin-bottom: 10px;
            animation: bounce 2s infinite;
            position: relative;
            z-index: 1;
        }
        
        .pixel-showcase h5,
        .pixel-showcase p {
            position: relative;
            z-index: 1;
            margin: 0;
        }
        
        .pixel-showcase .btn {
            position: relative;
            z-index: 1;
            margin-top: 10px;
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
            40% { transform: translateY(-8px); }
            60% { transform: translateY(-4px); }
        }
        
        @keyframes shine {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .mega-menu {
                min-width: 700px;
            }
        }
        
        @media (max-width: 992px) {
            .mega-menu {
                min-width: 600px;
            }
            .mega-menu-content {
                padding: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .vl-main-menu .vl-mobile-menu-stack {
                flex-direction: column;
            }
            
            .mega-menu {
                position: static;
                transform: none;
                min-width: auto;
                width: 100%;
                opacity: 1;
                visibility: visible;
                box-shadow: none;
                border-radius: 0;
                margin-top: 0;
            }
            
            .mega-menu-content {
                padding: 15px;
            }
        }
        
        /* Ensure proper spacing */
        .container.header2-bg {
            position: relative;
        }