@font-face {
  font-family: 'Futura';
  src: url('../../webfonts/Futura Bk BT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('../../webfonts/LemonMilk/LEMONMILK-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}


.dark-mode {
  --color-dark-1: #454C9A;
  --color-dark-2: #454C9A;
}

.btn-mod i.align-center:before {
  transform: translateY(0.12em);
}

.btn-mod.btn-w {
  background: rgba(255, 255, 255, .98);
}

.btn-mod.btn-border-w {
  border-color: rgba(255, 255, 255, .98);
}

.btn-mod.btn-small {
  padding: 7px 15px 6px;
}

.section-caption-border {
  font-size: 15px;
  letter-spacing: 0.039em;
}

.section-title-strong {
  font-size: 76px;
}

.features-list-icon {
  top: 0.185em;
  margin-right: 9px;
}

.features-list-text {
  font-size: 20px;
  letter-spacing: -0.008em;
}

.marquee-style-2 {
  font-size: 26px;
  letter-spacing: 0.06em;
}

.testimonials-4-author {
  color: var(--color-dark-1);
}

.testimonials-4-author .small {
  color: var(--color-gray-1);
}

.testimonials-3-author .small {
  color: var(--color-gray-1);
}

.light-content .testimonials-3-author .small {
  color: var(--color-dark-mode-gray-1);
}

.big-icon-gradient {
  box-shadow: 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
}

.features-2-item:before {
  border: 1px solid var(--color-dark-1);
  background: none;
  opacity: 0.15;
  transition: opacity .27s var(--ease-default);
  z-index: -1;
}

.features-2-item:hover:before {
  opacity: 1;
}

.features-2-label {
  font-weight: 500;
  color: var(--color-dark-1);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.features-2-icon:before {
  background: var(--color-gray-light-1);
  opacity: 1;
  z-index: -1;
}

.features-2-icon svg {
  fill: var(--color-dark-1);
}

.light-content .features-2-item:before {
  background: var(--color-dark-mode-gray-2);
  border: 1px solid var(--color-dark-mode-gray-2);
  transition: border-color .27s var(--ease-default);
  opacity: 1;
  z-index: -1;
}

.light-content .features-2-item:hover:before {
  background: var(--color-dark-mode-gray-2);
  opacity: 1;
}

.light-content .features-2-label {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.light-content. features-2-icon {
  color: #fff;
}

.light-content .features-2-icon svg {
  fill: #fff;
}

.light-content .features-2-icon:before {
  background: var(--color-dark-mode-gray-2);
  opacity: 1;
  z-index: -1;
}

.light-content .features-2-descr {
  color: var(--color-dark-mode-gray-1);
}

.services-3-title {
  font-size: 22px;
}

.services-3-text {
  font-size: 17px;
}

.bg-border-gradient:before {
  background: none;
  border: 1px solid var(--color-dark-1);
  opacity: 0.15;
}

.light-content .bg-border-gradient:before {
  background: none;
  border: 1px solid #fff;
  opacity: 0.25;
}

.bg-gradient-dark-alpha-1:before {
  opacity: .9;
}

.bg-gradient-dark-alpha-2:before {
  opacity: .9;
}

.tpl-minimal-tabs {
  font-size: 16px;
  letter-spacing: inherit;
  text-transform: none;
}

.ci-title {
  font-size: 20px;
}

.call-action-4-image-1,
.call-action-4-image-2 {
  border-radius: 0;
}

.light-content .form input.newsletter-field {
  color: rgba(255, 255, 255, .7);
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, .2);
}

.light-content .form input.newsletter-field:hover {
  border-color: rgba(255, 255, 255, .26);
}

.light-content .form input.newsletter-field::placeholder {
  color: rgba(255, 255, 255, .7);
  transition: var(--transition-default), font-size 0s;
}

.light-content .form input.newsletter-field:hover::placeholder {
  color: rgba(255, 255, 255, .8);
}

.light-content .form input.newsletter-field:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

@media only screen and (max-width: 1366px) {
  .section-title-strong {
    font-size: calc(1.363rem + 3.97vw);
  }

  .marquee-style-2 {
    font-size: calc(0.972rem + 0.76vw);
  }
}





.pulsing-text {
  background: linear-gradient(to right, #8097ff, #ee5d7f, #d4685e, #F1C34E, #B9EBC3);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: pulsing-text 5s infinite;
}

@keyframes pulsing-text {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}




.countdown-timer {
  display: flex;
  gap: 30px;
  font-family: "LEMONMILK", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.time-unit {
  text-align: center;
}

.time-number {
  font-size: 64px;
  font-weight: bold;
  display: block;
}

.time-label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.get-notified-text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}




/* Canvas Section */
.scroll-canvas-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: black;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#text-section {
  position: absolute;
  width: 100%;
  height: 400%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.text-block {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}





/* General Styling */
.alt-features-item {
  transition: transform 0.3s ease, color 0.3s ease;
}

.alt-features-title {
  font-size: 2rem;
  font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover Effect */
.alt-features-item:hover {
  transform: scale(1.05);
  color: #DB332A;
  /* Change to your desired hover color */
}

.alt-features-title:hover {
  transform: scale(1.2);
  color: #DB332A;
  /* Change to your desired hover color */
}




/* Swiper Styles */
.logo-carousel {
  width: 100%;
  height: 70px;
  /* Adjust height as needed */
}

.logo-grid-img2 {
  max-height: 60px;
  max-width: 100%;
  display: block;
  margin: auto;
  filter: grayscale(100%);
  /* Optional grayscale effect */
  transition: filter 0.3s ease;
}

.logo-grid-img2:hover {
  filter: none;
  /* Restore color on hover */
}



.post-prev-title {
  color: #DB332A;
}






/* Blog Post Base Styles */
.blog-post-item {
  border: 2px solid transparent;
  /* Default border */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  /* Smooth transition for hover effects */
}

.blog-post-container {
  padding: 15px;
  background-color: transparent;
  /* White background */
  position: relative;
  z-index: 1;
}

/* Pulsing Border Container */
.blog-post-item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  border-radius: 12px;
  background: linear-gradient(90deg,
      #9BADD0,
      #2B21C2,
      #BD3F33,
      #F3C34E,
      #BAEGC3,
      #9BADD0);
  background-size: 400% 400%;
  /* Make the gradient flow */
  animation: customPulseAnimation 6s infinite;
  /* Continuous animation */
  opacity: 0;
  /* Invisible by default */
  transition: opacity 0.3s ease;
  /* Smooth fade-in */
}

/* Hover State */
.blog-post-item:hover {
  transform: scale(1.05);
  /* Slight zoom-in effect */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  /* Enhanced shadow */
}

.blog-post-item:hover::before {
  opacity: 1;
  /* Show the pulsing border */
}

/* Pulsing Animation */
@keyframes customPulseAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}




/* Countdown Container */
.modern-countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 20px;
}

.modern-countdown {
  display: flex;
  gap: 50px;
  /* Adjust spacing between units */
}

.countdown-unit {
  text-align: center;
}

/* Number Wrapper */
.countdown-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Countdown Numbers */
.countdown-number {
  font-size: 8rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6);
  line-height: 1;
}

/* Countdown Labels (Centered over Numbers) */
.countdown-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  pointer-events: none;
  /* Prevent text from interfering with hover actions */
  background: linear-gradient(to right, #001780, #5c0a1d, #511a15, #5e4608, #165022);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: pulsing-label 5s infinite;
}



@keyframes pulsing-label {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


/* Responsive Adjustments */
@media (max-width: 768px) {
  .countdown-number {
    font-size: 5rem;
  }

  .countdown-label {
    font-size: 1.2rem;
  }

  .modern-countdown {
    gap: 20px;
  }
}








.sponsor-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sponsor-logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.carousel-logo {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}

.swiper-container {
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-carousel .swiper-slide img {
  max-height: 80px;
  max-width: 150px;
}

@media (max-width: 768px) {
  .sponsor-logo {
    max-width: 150px;
  }

  .carousel-logo {
    max-width: 100px;
  }

  .sponsor-title {
    font-size: 1rem;
  }
}

.logo-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* Remove extra padding */
  margin: 0;
  /* Remove extra margin */
}

.logo-carousel .swiper-slide img {
  max-width: 100px;
  /* Adjust size if necessary */
  max-height: 60px;
}

.swiper-container {
  padding: 10px 0;
  /* Reduce the padding around the carousel */
}

.swiper-wrapper {
  gap: 10px;
  /* Add spacing between slides for better alignment */
}





/* General card styles */
.glass-card {
  position: relative;
  width: 100%;
  height: 350px;
  background: rgba(255, 255, 255, 0.1);
  /* Glass effect */
  backdrop-filter: blur(15px) saturate(180%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 20px rgba(0, 102, 255, 0.6),
    /* Glowing halo */
    inset 0 0 30px rgba(255, 255, 255, 0.05);
  /* Soft diffusion glow */
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.glass-card.flipped {
  transform: rotateY(180deg);
}

/* Image inside the card */
.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backface-visibility: hidden;
  /* Only show the current face */
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}



/* General card styles */
.glass-card {
  position: relative;
  width: 100%;
  height: 250px;
  background: rgba(255, 255, 255, 0.1);
  /* Glass effect */
  backdrop-filter: blur(15px) saturate(180%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  box-shadow: none;
  /* No glow by default */
}

.glass-card:hover {
  box-shadow:
    0 0 15px rgba(0, 102, 255, 0.6),
    /* Blue glow */
    0 0 30px rgba(0, 153, 255, 0.4),
    /* Lighter blue glow */
    0 0 45px rgba(0, 204, 255, 0.2);
  /* Subtle cyan glow */
}

/* Image inside the card */
.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backface-visibility: hidden;
  /* Only show the current face */
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Keyframes for pulsing glow */
@keyframes pulseGlow {

  0%,
  100% {
    box-shadow:
      0 0 15px rgba(0, 102, 255, 0.6),
      0 0 30px rgba(0, 153, 255, 0.4),
      0 0 45px rgba(0, 204, 255, 0.2);
  }

  50% {
    box-shadow:
      0 0 20px rgba(0, 153, 255, 0.8),
      0 0 40px rgba(0, 204, 255, 0.6),
      0 0 60px rgba(51, 255, 255, 0.3);
  }
}

.glass-card:hover {
  animation: pulseGlow 1.5s infinite;
}



.feature-container {
  display: flex;
  flex-wrap: wrap;
  /* Enables wrapping on smaller screens */
  gap: 20px;
  /* Space between boxes */
  justify-content: space-between;
  /* Ensures even spacing */
}

.feature-box {
  position: relative;
  flex: 1 1 calc(25% - 20px);
  /* 4 boxes per row on desktop */
  text-align: center;
  padding: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  /* Adjust the height as needed */
  box-sizing: border-box;
}

.feature-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* Ensures the video fills the entire area */
  z-index: -1;
  /* Keeps the video in the background */
  opacity: 0.6;
  /* Slight transparency */
}

.feature-title {
  font-size: 2.5rem;
  /* Larger font for the number */
  color: #1e90ff;
  /* Blue color for the number */
  margin-bottom: 10px;
  z-index: 1;
  /* Ensures text stays above video */
}

.feature-description {
  font-size: 1.2rem;
  /* Standard font size for the description */
  color: #ffffff;
  /* White color for the text below */
  z-index: 1;
  /* Ensures text stays above video */
}

/* Hover Effects */
.feature-box:hover {
  transform: scale(1.05);
  /* Slight scaling effect */
}

.feature-box:hover video {
  opacity: 1;
  /* Full visibility on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-box {
    flex: 1 1 100%;
    /* Stacks boxes vertically on smaller screens */
    margin-bottom: 20px;
    /* Adds space between rows */
  }
}

input,
textarea {
  font-family: arial;
}



.stacked-pillars {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}



.pillar-section {
  position: relative;
  width: 100%;
  height: 25vh;
  /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Ensure images scale properly and don't crop */
.pillar-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Overlay for better contrast */
  z-index: 0;
}

/* Hover effect for desktop */
@media (min-width: 768px) {
  .pillar-section:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
    filter: brightness(180%);
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .stacked-pillars {
    flex-direction: column;
    gap: 0;
    /* Ensures no vertical space */
  }

  .pillar-section {
    height: auto;
    min-height: 100px;
    /* Keeps them compact */
    max-height: 140px;
    /* Prevents them from being too large */
    width: 100%;
    /* Ensures full width */

    background-size: cover;
    /* Keeps images aligned */
    background-repeat: no-repeat;
  }
}


/* Glow Color Classes */
.orange-glow:hover {
  box-shadow: 0 0 200px rgba(255, 95, 0, 1);
}

.blue-glow:hover {
  box-shadow: 0 0 200px rgba(0, 51, 153, 0.8);
}

.blue-orange-glow:hover {
  box-shadow:
    0 -150px 150px -50px rgba(0, 51, 255, 0.7),
    0 150px 150px -50px rgba(255, 95, 0, 1);
}


/* Modal Styles */
.pillar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 999;
}

.pillar-modal.active {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}

.pillar-modal-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 80%;
}

.pillar-modal-content h2 {
  font-family: "LEMONMILK", sans-serif;
  margin-bottom: 10px;
  font-size: 2rem;
}

.pillar-modal-content p {
  font-size: 1rem;
  font-family: "LEMONMILK", sans-serif;
}

.pillar-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pillar-modal-close:hover {
  background: #fff;
}

/* Fade In Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .pillar-modal-content {
    width: 90%;
    padding: 15px;
  }

  .pillar-modal-content h2 {
    font-size: 1.5rem;
  }

  .pillar-modal-content p {
    font-size: 0.9rem;
  }
}



/* Robot Cards Circle*/
.circle-container {
  position: relative;
  width: 800px;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  max-width: 100vw;
}

.circle-card {
  position: absolute;
  width: 190px;
  height: 190px;
  background: #000;
  border-radius: 10px;
  perspective: 1000px;
  transform-origin: center;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.7);
}

.circle-card:hover {
  box-shadow: 0 0 25px rgba(0, 123, 255, 1);
}

.circle-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.circle-card:hover .circle-card-inner {
  transform: rotateY(180deg);
}

.circle-card-front,
.circle-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.circle-card-front {
  background: rgba(255, 255, 255, 0.1);
}

.circle-card-back {
  background: rgba(0, 123, 255, 0.8);
  color: #fff;
  transform: rotateY(180deg);
}

/* Arrange cards in a circle */
.circle-card:nth-child(1) {
  transform: rotate(0deg) translate(0, -300px) rotate(0deg);
}

.circle-card:nth-child(2) {
  transform: rotate(45deg) translate(0, -300px) rotate(-45deg);
}

.circle-card:nth-child(3) {
  transform: rotate(90deg) translate(0, -300px) rotate(-90deg);
}

.circle-card:nth-child(4) {
  transform: rotate(135deg) translate(0, -300px) rotate(-135deg);
}

.circle-card:nth-child(5) {
  transform: rotate(180deg) translate(0, -300px) rotate(-180deg);
}

.circle-card:nth-child(6) {
  transform: rotate(225deg) translate(0, -300px) rotate(-225deg);
}

.circle-card:nth-child(7) {
  transform: rotate(270deg) translate(0, -300px) rotate(-270deg);
}

.circle-card:nth-child(8) {
  transform: rotate(315deg) translate(0, -300px) rotate(-315deg);
}








.counterText {
  text-shadow: 0px 0px 20px #0066ff;
}


.counter-gradient {
  border-radius: 50%;
  box-shadow: 0 0 15px #0066ff, 0 0 30px rgba(0, 102, 255, 0.6), 0 0 45px rgba(0, 102, 255, 0.4);
  animation: pulse-glow-counter-gradient 2s infinite;
}

@keyframes pulse-glow-counter-gradient {
  0% {
    box-shadow: 0 0 15px #0066ff, 0 0 30px rgba(0, 102, 255, 0.6), 0 0 45px rgba(0, 102, 255, 0.4);
  }

  50% {
    box-shadow: 0 0 25px #0066ff, 0 0 50px rgba(0, 102, 255, 0.8), 0 0 70px rgba(0, 102, 255, 0.6);
  }

  100% {
    box-shadow: 0 0 15px #0066ff, 0 0 30px rgba(0, 102, 255, 0.6), 0 0 45px rgba(0, 102, 255, 0.4);
  }
}




.chart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.bar {
  transition: transform 0.3s ease, fill 0.3s ease;
}

.bar:hover {
  transform: scale(1.1);
  fill: #33ccff;
  filter: drop-shadow(0 0 15px #33ccff);
}

.axis text {
  fill: #fff;
}

.axis path,
.axis line {
  stroke: #fff;
}

.glow {
  filter: drop-shadow(0 0 10px #0066ff);
}



.nav-event-date {
  position: absolute;
  left: 20vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}


@media (max-width: 992px) {
  .nav-event-date {
    left: 70%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    text-align: center;
  }
}



.sector-icons-section {
  position: relative;
  overflow: hidden;
}

.sector-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 30px 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}

/* Default icon size */
.sector-icon {
  width: 160px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0.9);
  z-index: 2;
}

/* When an icon is hovered, it grows */
.sector-icon:hover {
  transform: scale(2);
  filter: brightness(1.5);
  z-index: 10;
}

/* Shrink other icons in the same column when one is hovered */
.sector-icons:hover .sector-icon:not(:hover) {
  transform: scale(0.5);
  filter: brightness(0.6);
}

/* Center Spline model */
.spline-container {
  position: relative;
  max-width: 100%;
  transform: scale(1.3);
  /* Increase robot size */
}

spline-viewer {
  margin-top: 80px;
  ;
  width: 100%;
  height: 600px;
  /* Make the robot bigger */
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .sector-icon {
    width: 120px;
  }

  .spline-container {
    transform: scale(1.1);
  }

  spline-viewer {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .sector-icons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sector-icon {
    width: 150px;
  }

  .spline-container {
    transform: scale(1);
  }

  spline-viewer {
    height: 400px;
  }
}




.sector-icons-section.blur {
  filter: blur(10px);
  pointer-events: none;
}


/* Triangle shape layout for sector icons */
@media (min-width: 768px) {
  .sector-icons.triangle-left .sector-icon:nth-child(1) {
    margin-left: 40px;
  }

  .sector-icons.triangle-left .sector-icon:nth-child(2) {
    margin-left: 30px;
  }

  .sector-icons.triangle-left .sector-icon:nth-child(3) {
    margin-left: 0px;
  }

  .sector-icons.triangle-left .sector-icon:nth-child(4) {
    margin-left: 30px;
  }

  .sector-icons.triangle-left .sector-icon:nth-child(5) {
    margin-left: 40px;
  }

  .sector-icons.triangle-right .sector-icon:nth-child(1) {
    margin-right: 40px;
  }

  .sector-icons.triangle-right .sector-icon:nth-child(2) {
    margin-right: 30px;
  }

  .sector-icons.triangle-right .sector-icon:nth-child(3) {
    margin-right: 0px;
  }

  .sector-icons.triangle-right .sector-icon:nth-child(4) {
    margin-right: 30px;
  }

  .sector-icons.triangle-right .sector-icon:nth-child(5) {
    margin-right: 40px;
  }
}


.glass-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 600px;
  padding: 30px 25px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px) brightness(1.1);
  -webkit-backdrop-filter: blur(18px) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 30px rgba(82, 100, 255, 0.3);
  z-index: 1000;
  display: none;
  color: white;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Glass modal header */
.glass-modal h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'LEMONMILK';
  color: #fff;
  text-shadow: 1px 1px #2a2660;
}

/* Close button */
.glass-modal .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 11px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* List styles */
.glass-modal ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
}

.glass-modal ul li {
  padding-left: 20px;
  position: relative;
  margin: 12px 0;
  font-size: 15px;
  color: #eee;
}

.glass-modal ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #a5a9d9;
  border-radius: 50%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .glass-modal {
    padding: 20px 15px;
    border-radius: 12px;
  }

  .glass-modal h2 {
    font-size: 20px;
  }

  .glass-modal ul li {
    font-size: 14px;
  }

  .glass-modal .close-btn {
    top: 10px;
    right: 12px;
    font-size: 22px;
  }
}






/* Container for each stat */
.stat-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/* Container to hold the ring and static content */
.ring-container {
  position: relative;
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}

/* Glowing Rotating Ring */
.ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: ringGlow 2s linear infinite;
}

/* Keyframes for rotating ring animation */
@keyframes ringGlow {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #ffa500;
  }

  50% {
    transform: rotate(180deg);
    box-shadow: 1px 5px 2px #ff6a00;
  }

  100% {
    transform: rotate(360deg);
    box-shadow: 1px 5px 2px #ff4500;
  }
}

/* Ensures the text inside remains static */
.content {
  position: absolute;
  text-align: center;
}

/* Pulsing Number Effect */
.stat-number {
  font-size: 42px;
  font-weight: bold;
  color: #ffc7b3;
  animation: pulseGlow 1.5s infinite;
}

/* Keyframes for pulsing number */
@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 5px #ffa500;
  }

  50% {
    text-shadow: 0 0 15px #ff6a00;
  }

  100% {
    text-shadow: 0 0 5px #ff4500;
  }
}

/* White Title */
.stat-title {
  font-size: 16px;
  font-weight: normal;
  color: white;
  display: block;
  margin-top: 5px;
}




.video-container-faded-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  pointer-events: none;
}


.video-container-faded-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
  pointer-events: none;
}








/* Final Design Updates */


.lmn-mlk-font {
  font-family: 'LEMONMILK', sans-serif;
}




.btn-white-rounded {
  background-color: snow;
  color: #40489E;
  border: none;
  padding: 12px 28px;
  border-radius: 18px;
  font-weight: medium;
  font-family: 'LEMONMILK', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-white-rounded:hover {
  background-color: #2a2660;
  text-decoration: none;
  color: snow;
}

.btn-white-rounded span {
  display: inline-block;
  text-decoration: none;
}


.btn-green-rounded {
  background-color: #BAECC3;
  color: #40489E;
  border: none;
  padding: 12px 28px;
  border-radius: 18px;
  font-weight: medium;
  font-family: 'LEMONMILK', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-green-rounded:hover {
  background-color: #2a2660;
  text-decoration: none;
  color: #a7edb5;
}

.btn-green-rounded span {
  display: inline-block;
  text-decoration: none;
}


.text-purple {
  color: #3b328a;

}

.text-green {
  color: #BAECC3;
}


.overlay-fade-top {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.overlay-fade-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  z-index: -1;
  pointer-events: none;
}



.top-purple-fade,
.bottom-purple-fade {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* Top Fade */
.top-purple-fade::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #454C9A, transparent);
  z-index: -1;
  pointer-events: none;
}

/* Bottom Fade */
.bottom-purple-fade::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #454C9A, transparent);
  z-index: -1;
  pointer-events: none;
}



.industry-facts-structured span {
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .industry-facts-structured span {
    font-size: 1.1rem;
  }

  .industry-facts-structured .display-5 {
    font-size: 2.5rem;
  }
}



.bg-purple {
  background-color: #454C9A !important;
}



.main-nav {
  background-color: rgba(59, 50, 138, 0.85) !important;
  transition: background-color 0.4s ease;
}

/* On scroll, fade the background slightly */
.main-nav.sticky-on {
  background-color: rgba(159, 50, 138, 0.85) !important;
}




@media (min-width: 992px) {
  .main-nav-sub {
    padding: 20px 40px;
    row-gap: 10px;
  }

  .main-nav .logo img {
    width: 280px !important;
  }

  .main-nav .btn-green-rounded {
    margin-left: 20px;
  }
}


.mobile-nav-icon {
  font-size: 20px;
}



.what-to-expect-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border: 1.5px solid #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}


.what-to-expect-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(69, 76, 154, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}

.what-to-expect-card:hover::before {
  background: linear-gradient(to bottom, rgba(145, 132, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.what-to-expect-card:hover {
  transform: scale(1.05);
}

.what-to-expect-title {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: normal;
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  width: 100%;
}


.what-to-expect-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(117, 93, 255, 0.9), 0 0 40px rgba(117, 93, 255, 0.6), 0 0 60px rgba(117, 93, 255, 0.4);
}




#industry-facts-rotator .fact-line {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#industry-facts-rotator .fact-line.active {
  display: block;
  opacity: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

.fadeInUp {
  animation-name: fadeInUp;
}


.enquiry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.enquiry-radio-wrapper {
  width: 100%;
}

.enquiry-radio {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  user-select: none;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-radio-wrapper input[type="radio"] {
  display: none;
}

.enquiry-radio-wrapper input[type="radio"]:checked+.enquiry-radio {
  background-color: white;
  color: #6f42c1;
  border-color: white;
}



.enquiry-radio-wrapper.wide-enq {
  grid-column: span 2;
  white-space: nowrap;
}


/* Default full width (mobile) */
.enquiry-radio-wrapper {
  flex: 1 1 100%;
}



/* MOBILE: Stack everything */
.enquiry-radio-wrapper {
  width: 100%;
}

/* DESKTOP: Grid layout, allow only specific items to span */
@media (min-width: 768px) {
  #enquiry-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .enquiry-radio-wrapper {
    width: auto;
  }

  .enquiry-radio-wrapper.wide {
    grid-column: span 2;
    white-space: nowrap;
  }
}


.reg-mt {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  .reg-mt {
    margin-top: 115px !important;

  }
}



input[type="file"].form-control {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
}




.glass-message-box {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  /* centers horizontally with margin */
  padding: 30px 25px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px) brightness(1.1);
  -webkit-backdrop-filter: blur(18px) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 30px rgba(82, 100, 255, 0.3);
  color: white;
  text-align: center;
  font-family: 'LEMONMILK';
  animation: fadeInUp 0.5s ease-in-out;
}

/* Heading inside message */
.glass-message-box h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px #2a2660;
}

/* Paragraph inside message */
.glass-message-box p {
  font-size: 16px;
  color: #eee;
}

/* Responsive */
@media (max-width: 768px) {
  .glass-message-box {
    padding: 20px 15px;
    border-radius: 12px;
  }

  .glass-message-box h2 {
    font-size: 20px;
  }

  .glass-message-box p {
    font-size: 15px;
  }
}

/* Optional animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}





.venue-photo {
  width: 100%;
  height: auto;
  border: 1.5px solid #fff;
  border-radius: 0;
  max-width: 100%;
}

/* General */
.event-info {
  margin-bottom: 65px;
  padding-left: 60px;
  /* Move blocks further right */
}

.event-label {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}

/* Icon sizes */
.icon {
  flex-shrink: 0;
}

.icon-calendar {
  width: 64px;
  height: 64px;
}

.icon-location {
  width: 54px;
  height: 54px;
}



@media (max-width: 767.98px) {
  .event-info {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-left: 0;
    gap: 16px;
  }

  .event-info img.icon {
    margin-bottom: 0;
    margin-right: 0 !important;
    display: block;
    min-width: 48px;
    /* force equal horizontal alignment for icons */
    text-align: center;
  }

  .icon-calendar {
    width: 48px;
    height: 48px;
  }

  .icon-location {
    width: 42px;
    height: 42px;
    margin-left: 3px;
    /* small nudge to visually align with calendar icon */
  }

  .event-label {
    font-size: 18px;
    text-align: left;
    display: block;
    line-height: 1.4;
  }

  .ps-md-5 {
    padding-left: 0 !important;
    padding-top: 40px;
    /* increased gap between image and icons */
  }
}


@media (max-width: 767.98px) {
  .event-info {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-left: 0;
    gap: 16px;
  }

  .event-info img.icon {
    margin-bottom: 0;
    margin-right: 0 !important;
    display: block;
    min-width: 38px;
    text-align: center;
  }

  .icon-calendar {
    width: 48px;
    height: 48px;
  }

  .icon-location {
    width: 38px;
    height: 38px;
    margin-left: 15px;

  }

  .event-label {
    font-size: 18px;
    text-align: left;
    display: block;
    line-height: 1.4;
  }

  .ps-md-5 {
    padding-left: 0 !important;
    padding-top: 40px;
    /* increased gap between image and icons */
  }
}


/* Align icon+text block to top of image */
.event-details-top {
  padding-top: 0;
  margin-top: -20px;
  /* adjust based on image alignment */
}

.venue-partner-logo {
  max-height: 90px;
  height: auto;
  width: auto;
  display: inline-block;
  padding-left: 25px;
}

.venue-partner {
  padding-left: 140px;
  /* increase to shift right */
}

@media (max-width: 767.98px) {
  .event-details-top {
    margin-top: 0;
  }

  .venue-partner {
    text-align: center !important;
    padding-top: 5px;
    padding-left: 0 !important;
  }

  .venue-partner .event-label {
    text-align: center !important;
    display: block;
  }

  .venue-partner-logo {
    max-height: 85px;
    padding-left: 0 !important;
    margin: 0 auto;
    display: block;
  }
}





.sector-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 320px;
  overflow: hidden;
  border: 1.5px solid white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Darken image subtly */
.sector-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* Hover effect */
.sector-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.sector-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(69, 76, 154, 0.92);
  /* darker overlay */
  color: white;
  padding: 16px 20px;
  transition: all 0.4s ease;
  height: 80px;
  z-index: 2;
}

.sector-card:hover .sector-overlay {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
}

.sector-content {
  position: relative;
  z-index: 3;
}

.sector-title {
  font-weight: bold;
  font-size: 1.4rem;
}

.sector-desc {
  margin-top: 12px;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sector-card:hover .sector-desc {
  opacity: 1;
}

/* Icon */
.sector-about-icon-wrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 4;
  transition: transform 0.4s ease;
}

.sector-about-icon {
  width: 100%;
  height: auto;
}

.sector-card:hover .sector-about-icon-wrapper {
  transform: translateY(-25%);
  transform: scale(1.2);
  transform: rotate(15deg);
}

/* Responsive */
@media (max-width: 767.98px) {
  .sector-card {
    height: 260px;
  }

  .sector-about-icon-wrapper {
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
  }

  .sector-title {
    font-size: 1rem;
  }

  .sector-desc {
    font-size: 0.85rem;
  }

  .sector-card:hover .sector-about-icon {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .sector-about-icon {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}



.partner-logo {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  display: block;
  margin: 0 auto;
  /* filter: brightness(0) invert(1); */
  /* white on dark background */
}

.partner-label {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.partner-logo-wrapper {
  padding: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 15px;
}



@media (max-width: 767.98px) {
  .partner-label {
    font-size: 14px;
    min-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }

  .partner-logo-wrapper {
    height: 80px;
  }

  .partner-logo {
    max-height: 100px;
  }
}





/* Image hover glow  */
.blog-post-item:hover .news-image {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(215, 244, 221, 0.5);
  border: 2px solid #B9EBC3;
}

/* Title styling  */
.post-prev-title {
  font-size: 24px;
  color: #6FC3E5;
  font-weight: 600;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

/* Align all inner content to left */
.blog-post-container {
  padding: 20px;
  text-align: left;
}

/* Subtext inside blog cards */
.blog-post-container p {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Subtle white glow on card */
.blog-post-item {
  background-color: transparent;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.07);
  transition: box-shadow 0.3s ease;
}

/* Image hover glow update */
.blog-post-item:hover .news-image {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(215, 244, 221, 0.5);
  border: 2px solid #B9EBC3;
}

/* Title styling update */
.post-prev-title {
  font-size: 20px;
  color: #6FC3E5;
  font-weight: 600;
  text-align: left;
}

/* Align all inner content to left */
.blog-post-container {
  padding: 20px;
  text-align: left;
}

/* Subtext inside blog cards */
.blog-post-container p {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Subtle white glow on card */
.blog-post-item {
  background-color: transparent;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.07);
  transition: box-shadow 0.3s ease;
}





.press-release-card {
  transition: box-shadow 0.3s ease;
}

.press-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8px rgba(215, 244, 221, 0.25);
  /* subtle base glow */
  transition: box-shadow 0.3s ease;
}

.press-release-card:hover .press-image-wrapper {
  box-shadow: 0 0 20px rgba(215, 244, 221, 0.55);
  /* stronger glow on hover */
}

.press-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.press-title {
  font-size: 24px;
  color: #6FC3E5;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}




.article-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.3s ease;
}

.article-card:hover .article-image-wrapper {
  box-shadow: 0 0 16px rgba(215, 244, 221, 0.3);
}

.article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-title {
  font-size: 24px;
  color: #6FC3E5;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
}



.home-hero {
  margin-bottom: 37vh;
}

.hero-video {
  width: 100%;
  height: 120vh;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-top: 17vh;
}


@media (max-width: 767.98px) {
  .hero-video-wrapper {
    padding-top: 17vh;
    box-sizing: border-box;
  }

  .hero-video {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    margin-top: 15vh;
  }

  .home-hero {
    margin-bottom: calc(13vh + 20px) !important;
  }


  #about.overlay-fade-top::before {
    background: none !important;
  }
}





@media (max-width: 767.98px) {
  #promoVideo {
    width: 100%;
    height: auto;
  }
}




.zone-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.features-2-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}


.features-2-descr {
  color: #fff;
  font-size: 15px;
}






/* Container Box */
.sport-box {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  transition: transform 0.3s ease;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  min-height: 80px;
}

/* Hover Zoom */
.sport-box:hover {
  transform: scale(1.05);
}

/* Icon Styling */
.sport-icon {
  height: 15px;
  width: auto;
  max-width: 15px;
  object-fit: contain;
  margin-right: 12px;
}

/* Text Container */
.sport-text span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

/* Color Utilities */
.text-blue {
  color: #3BD3F3;
  /* Adjust to match your theme */
}

.text-white {
  color: #ffffff;
}


.sport-icon svg path {
  fill: white !important;
  stroke: white !important;
}



.comparison-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}

.column {
  display: flex;
  flex-direction: column;
}

/* Base cell style */
.cell {
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 14px;
  border: none;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

/* Blank top-left corner */
.blank-top {
  height: 108px !important;
}

/* Access and Benefits label row */
.feature-header {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background: transparent;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 14px;
}

/* Feature description cells (left column) */
.feature-col .cell {
  font-size: 13px;
  line-height: 1.5;
  padding: 12px 18px;
  color: white;
  background: transparent;
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  height: 72px;
}

/* Optional: truncate text with ellipsis if needed */
/*
.feature-col .cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
*/

/* Card Info Row (Title, Price, Desc) */
.card-info {
  padding: 20px 16px;
  text-align: center;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

.card-info h4 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.card-info .price {
  font-size: 18px;
  font-weight: bold;
}

.card-info .desc {
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.9;
}

/* Card Action Row (Button) */
.card-action {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-card {
  padding: 10px 20px;
  font-size: 12px;
  background: black;
  color: white;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
}

.btn-card:hover {
  background: #4a3ca8;
  color: black;
}

/* Column backgrounds */
.hall .cell {
  background: linear-gradient(180deg, #7e5bef, #4a3ca8);
  color: white;
}

.platinum .cell {
  background: linear-gradient(180deg, #dadada, #bfbfbf);
  color: black;
}

.gold .cell {
  background: linear-gradient(180deg, #FFD700, #f5c518);
  color: black;
}

.general .cell {
  background: linear-gradient(180deg, #ffffff, #f4f0ff);
  color: black;
}

/* Icon styles */
.purple-check,
.muted-x {
  color: black !important;
  font-size: 18px;
}

/* Hover effect on entire row */
.cell.hover-row {
  background: #bf80ff !important;
  transform: scale(1.03);
  z-index: 2;
}








/* Mobile version styles */
.mobile-pass-cards {
  display: none;
}

@media (max-width: 768px) {
  .comparison-grid {
    display: none;
  }

  .mobile-pass-cards {
    display: block;
    padding: 10px;
  }

  .mobile-pass-card {
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #000;
  }

  .mobile-pass-card.hall {
    background: linear-gradient(135deg, #7e5bef, #4a3ca8);
    color: #fff;
  }

  .mobile-pass-card.platinum {
    background: linear-gradient(135deg, #d3d3d3, #bcbcbc);
  }

  .mobile-pass-card.gold {
    background: linear-gradient(135deg, #FFD700, #f5c518);
  }

  .mobile-pass-card.general {
    background: linear-gradient(135deg, #ffffff, #f4f0ff);
  }

  .mobile-pass-header h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .mobile-pass-header .price {
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-pass-header .target {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 6px;
  }

  .mobile-pass-header .desc {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .toggle-benefits {
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .toggle-benefits.open .arrow {
    transform: rotate(180deg);
  }

  .toggle-benefits .arrow {
    transition: 0.3s ease;
  }

  .mobile-benefits-list {
    display: none;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    font-size: 13px;
  }

  .mobile-benefits-list.show {
    display: block;
  }

  .mobile-benefits-list li {
    margin-bottom: 6px;
    display: flex;
    gap: 6px;
    align-items: flex-start;
  }

  .mobile-benefits-list .check {
    font-size: 14px;
    flex-shrink: 0;
  }
}




.nav-pills .nav-link {
  background-color: #c8f8cd;
  color: #2d2a7e;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

.nav-pills .nav-link.active {
  background-color: #2d2a7e;
  color: #fff;
}



.speaker-stack {
  padding: 80px 0;
  overflow-x: auto;
}

.speaker-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  /* slightly spaced visually via margin-left below */
  perspective: 1200px;
  position: relative;
}

.speaker-card {
  width: 200px;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease, z-index 0.4s ease;
  position: relative;
  margin-left: -50px;
  /* stack with slight gap */
  z-index: 1;
  text-decoration: none;
}

.speaker-inner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #4e40b5, #6458ff);
  box-shadow: 0 0 25px rgba(139, 92, 246, 0.6);
  transition: box-shadow 0.3s ease;
}

.speaker-card:hover .speaker-inner {
  box-shadow: 0 0 45px rgba(139, 92, 246, 0.9);
}

.speaker-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(20, 15, 60, 0.8);
  color: white;
  padding: 12px;
  text-align: center;
}

.speaker-info h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.speaker-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.85;
}




.speaker-card-mobile {
  background-color: #222;
  border-radius: 12px;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.speaker-card-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px 12px 0 0;
}

.speaker-info-mobile {
  background: #000;
  color: white;
  padding: 12px;
  border-radius: 0 0 12px 12px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}


.mt-mobile-titles {
  margin-top: 100px !important;
}




/* --- Ticker under hero --- */
.ticker-strip {
  position: relative;
  background: rgba(255, 255, 255, .06);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  overflow: hidden;
}

.ticker-track {
  display: inline-flex;
  gap: 1.25rem;
  white-space: nowrap;
  padding: .65rem 0;
  font-weight: 600;
  letter-spacing: .04em;
  /* pairs nicely with your existing marquee sizing */
  animation: ticker-move 40s linear infinite;
}

.ticker-item {
  opacity: .95;
}

.ticker-sep {
  opacity: .6;
}

.ticker-strip:hover .ticker-track {
  animation-play-state: paused;
}

@keyframes ticker-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}


@media (max-width: 576px) {
  .ticker-strip {
    top: 30px !important;
    /* adjust as needed */
  }


}

/* ===== Speaker Card Styles (Updated: Square Image, No Crop, No Grayscale) ===== */

.spk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.spk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

/* --- Speaker Image Wrapper (Square & Centered) --- */
.spk-media {
  position: relative;
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

/* --- Image Display (No Crop, No Grayscale) --- */
.spk-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

/* --- Body Content --- */
.spk-body {
  padding: 18px 16px 16px;
  flex-grow: 1;
}

/* --- Name Styling --- */
.spk-name {
  display: flex;
  align-items: baseline;
  gap: 0.35ch;
  margin: 0 0 6px;
  font-family: "LEMONMILK", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}

.spk-first,
.spk-last {
  display: inline;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.spk-first {
  color: #0c0c0c;
}

.spk-last {
  color: #F0C66F;
}

/* --- Meta Info --- */
.spk-meta {
  margin: 0 0 6px;
}

.spk-title {
  color: #202020;
  font-weight: 500;
  font-size: 0.95rem;
}

.spk-org {
  color: #000;
  font-weight: 700;
  font-size: 1.05rem;
}

/* --- Red Ribbon --- */
.spk-ribbon {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 180px;
  background: #E74A3B;
  border-radius: 6px 0 0 6px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.spk-ribbon-text {
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Mobile Adjustments --- */
@media (max-width: 575.98px) {
  .spk-card {
    min-height: 340px;
  }

  .spk-media {
    height: auto;
    /* adaptive height based on width */
  }

  .spk-body {
    padding: 16px 14px 14px;
  }

  .spk-ribbon {
    bottom: 8px;
    padding: 7px 12px;
  }

  .spk-ribbon-text {
    font-size: 0.9rem;
  }
}






/* Only affect cards inside Swiper in home */
.speaker-swiper .spk-card {
  min-height: 360px;
  max-width: 100%;
  height: 100%;
  transform: scale(0.95);
  transition: transform 0.2s ease;
}

.speaker-swiper .spk-card:hover {
  transform: scale(1);
}

/* Optional: Center content if needed */
.speaker-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}


/* Make navigation arrows white */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  stroke: white;
  fill: white;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}



/* Only apply taller cards in homepage carousel */
.home-speaker-carousel .spk-card {
  min-height: 570px;
  /* or whatever height you prefer */
}







.agenda-section {
  padding: 30px 20px;
  color: #000;
  font-family: 'Graphik', sans-serif;
}

.agenda-filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.agenda-date-filters button,
.agenda-category-filters button {
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  color: white;
  border: 2px solid white;
  transition: all 0.3s ease;
}

.agenda-date-filters button.active,
.agenda-category-filters button.active {
  background: #9de2c1;
  color: 454C9A;
  border-color: #9de2c1;
}

.agenda-cat-btn[data-category="workshop"].active {
  background: #f2c94c;
  color: #000;
  border: none;
}

.agenda-cat-btn[data-category="panel-discussion"].active {
  background: #eb5757;
  color: #fff;
  border: none;
}

.agenda-cat-btn[data-category="fireside-chat"].active {
  background: #9de2c1;
  color: #454C9A;
  border: none;
}

.agenda-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.agenda-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: calc(50% - 15px);
  min-height: 300px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.agenda-img img {
  width: 260px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.agenda-content {
  padding: 25px;
  flex: 1;
}

.agenda-category {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 10px;
}

.agenda-cat-workshop {
  background: #f2c94c;
  color: #000;
}

.agenda-cat-panel-discussion {
  background: #eb5757;
  color: #fff;
}

.agenda-cat-fireside-chat {
  background: #9de2c1;
  color: #000;
}

.agenda-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.agenda-speaker {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.agenda-speaker img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.agenda-speaker-info {
  font-size: 14px;
}

.agenda-desc {
  font-size: 15px;
  margin-bottom: 10px;
  color: #111;
}

.agenda-meta span {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  color: #000;
}

.agenda-meta i {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .agenda-card {
    flex-direction: column;
    width: 100%;
  }

  .agenda-img img {
    width: 100%;
    height: 180px;
  }
}



/* === Agenda Filter Buttons === */
.agenda-date-btn,
.agenda-cat-btn {
  border-radius: 40px;
  border: none;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 600;
  margin: 6px;
  color: #454C9A;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

/* === Cyan style for Date Buttons === */
.agenda-date-btn {
  background-color: #9de2c1;
  color: #454C9A;
  border: none;
}

.agenda-date-btn.active,
.agenda-date-btn:hover {
  box-shadow: 0 0 10px #9de2c1;
  transform: scale(1.03);
}

/* === Category Filters Styling === */
.agenda-cat-btn {
  color: #fff;
  border: none;
}

.agenda-cat-btn[data-category="workshop"] {
  background-color: #F4C04D;
}

.agenda-cat-btn[data-category="panel discussion"] {
  background-color: #E44C38;
}

.agenda-cat-btn[data-category="fireside chat"] {
  background-color: #A6D7C9;
}

.agenda-cat-btn.active,
.agenda-cat-btn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transform: scale(1.03);
}

/* === Inside Agenda Card: Compact Category Badge === */
.agenda-category {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #999;
  width: auto;
  max-width: 100%;
}

/* Match category color inside cards */
.agenda-cat-workshop {
  background-color: #F4C04D;
  color: #000;
}

.agenda-cat-panel-discussion {
  background-color: #E44C38;
  color: #000;
}

.agenda-cat-fireside-chat {
  background-color: #A6D7C9;
  color: #454C9A;
}

/* Selected glowing filter buttons */
.agenda-cat-btn.active {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}



@media (max-width: 768px) {
  select.form-select {
    font-size: 16px;
    border-radius: 40px;
    padding: 10px 20px;
    margin-bottom: 12px;
    font-weight: 600;
    background-color: #fff;
    color: #2a2660;
    border: 2px solid #2a2660;
  }
}







.exhibitor-card {
  background: rgba(87, 74, 123, 0.85);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 15px rgba(86,220,117, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.exhibitor-card:hover {
  box-shadow: 0 0 22px rgba(168, 237, 184, 0.6);
  transform: translateY(-5px);
}

.ex-logo-wrap {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.exhibitor-logo-box {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exhibitor-logo {
  max-height: 60px;
  max-width: 60px;
  object-fit: contain;
}

.ex-link {
  font-size: 0.85rem;
  color: #80e598;
  text-decoration: none;
}

.ex-link:hover {
  text-decoration: underline;
}

.text-cyan {
  color: #80e598;
}
