:root {
  --bg-dark: #060b1a;
  --card-bg: rgba(10, 20, 42, 0.6);
  --neon-blue: #00f2fe;
  --royal-blue: #4facfe;
  --border-glow: rgba(0, 242, 254, 0.15);
}
.reveal,
.scale-in,
.speaker-item,
.g-item,
.float-chip,
.hero-orb,
.hero-orb-2 {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Update global body font to Plus Jakarta Sans */
html,
body {
  background-color: var(--bg-dark);
  color: #ffffff;
  font-family: "Anton", sans-serif; /* Clean premium body text */
  overflow-x: hidden;
}

/* Update Hero and Section Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.badge-date,
.target-header span,
.badge-title,
.center-circle h4 {
  font-family: "Anton", sans-serif !important;
}

/* Make corporate stats in the center hub pop */
.center-circle h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.center-circle small {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.15em;
}

/* Modern styling for the "// NETWORKING HUB" taglines */
.target-header span {
  letter-spacing: 0.2em !important;
}

/* Tech Background Gradient Glows */
.tech-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgba(79, 172, 254, 0.1) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(0, 242, 254, 0.08) 0%,
      transparent 45%
    );
  z-index: -1;
  pointer-events: none;
}

/* Global Layout Blocks */
.glass-card {
  background: var(--card-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glow);
  border-radius: 12px;
  transition: border-color 0.3s ease;
}

.gradient-text {
  background: linear-gradient(90deg, var(--neon-blue), var(--royal-blue));
  -webkit-background-clip: text;
  -webkit-text-fillcolor: transparent;
}

.section-padding {
  padding: 100px 0;
}

/* DYNAMIC NAV BAR STYLES */
.nav-custom {
  background: transparent !important;
  border-bottom: 1px solid transparent;
  padding: 40px 0;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1050;
  font-family: "Space Grotesk", sans-serif;
}

/* Glassmorphism background triggered via Scroll Handler */
.nav-custom.scrolled {
  background: rgba(6, 11, 26, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 242, 254, 0.15);
  padding: 25px 0;
}
.nav-custom .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative; /* Setup for hover underline */
  padding-bottom: 6px !important;
  transition: color 0.3s ease;
}

.nav-custom .nav-link:hover,
.nav-custom .nav-link.active {
  color: var(--neon-blue) !important;
}
.nav-custom .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--neon-blue);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 242, 254, 0.8);
}
.nav-custom .nav-link:hover::after,
.nav-custom .nav-link.active::after {
  width: 80%; /* Width of the underline line under the text */
}
.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 40px !important;

  width: auto !important;

  max-height: 50px !important;

  max-width: none !important;

  object-fit: contain;

  display: block;
}

.tracking-wider {
  letter-spacing: 0.08em;
}

/* Hero Setup */
/* Hero Setup */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
  overflow: hidden;
}
.hero-section .display-2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}
/* Background Video */

.hero-video {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: 0;

  transform: scale(1.05);

  pointer-events: none;
}

/* Dark Overlay */

.hero-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(rgba(6, 11, 26, 0.72), rgba(6, 11, 26, 0.82));

  z-index: 1;
}

/* Content */

.hero-section .container {
  position: relative;

  z-index: 2;
}
.hero-video {
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1.12);
  }
}
.badge-date {
  background: var(--neon-blue);
  color: #000;
  font-weight: 700;
  transform: skewX(-15deg);
  padding: 8px 24px;
  display: inline-block;
}
.badge-date span {
  transform: skewX(15deg);
  display: block;
}

/* Decorative Background Glow Elements */
.glow-orb {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 242, 254, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
}
.orb-left {
  top: 10%;
  left: -5%;
}
.orb-right {
  bottom: 5%;
  right: -5%;
}

/* Image Integrated Premium Business Cards */
.premium-industry-card {
  position: relative;
  width: 100%;
  min-height: 90px;
  border-radius: 8px;
  border-left: 4px solid var(--neon-blue);
  border-top: 1px solid rgba(0, 242, 254, 0.15);
  border-right: 1px solid rgba(0, 242, 254, 0.15);
  border-bottom: 1px solid rgba(0, 242, 254, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.card-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 20px 24px;
  width: 100%;
}


/*=========================
ABOUT
=========================*/

#about{
    padding:120px 0;
    background:#071221;
    overflow:hidden;
}

.about-wrapper{

    display:grid;

    grid-template-columns:55% 45%;

    align-items:center;

    gap:70px;

}

/* LEFT */

.about-left{

    padding-right:20px;

}

.about-mini-title{

    display:inline-block;

    background:#1f3f8a;

    color:#fff;

    font-size:13px;

    font-weight:600;

    padding:10px 18px;

    border-radius:8px;

    margin-bottom:25px;

}

.about-title{

    font-size:40px;

    line-height:1.08;

    color:#fff;

    font-weight:600;

    margin-bottom:25px;

}

.about-badge{

    display:inline-block;

    background:#243b8e;

    color:#fff;

    padding:10px 18px;

    border-radius:8px;

    font-size:13px;

    margin-bottom:28px;
     font-family: "Anton", sans-serif !important;

}

.about-intro{

    color:#c8d2df;

    line-height:1.9;

    font-size:17px;

    margin-bottom:40px;

}

/* Accordion */

.accordion-item{

    border-bottom:1px solid rgba(255,255,255,.12);

}

.accordion-btn{

    width:100%;

    background:none;

    border:none;

    padding:22px 0;

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#fff;

    font-size:22px;

    font-weight:700;

    cursor:pointer;

}

.accordion-btn span{

    color:#00f2fe;

    font-size:32px;

    transition:.3s;

}

.accordion-content{

    max-height:0;

    overflow:hidden;

    color:#bfc9d7;

    line-height:1.9;

    transition:.35s;

}

.accordion-item.active .accordion-content{

    max-height:220px;

    padding-bottom:22px;

}

.accordion-item.active .accordion-btn span{

    transform:rotate(45deg);

}

/* RIGHT */

.about-right{

    position:relative;

}

.about-image{

    width:90%;

    height:550px;

    object-fit:cover;

    border-radius:24px;

    display:block;
    /* border: 1px solid var(--royal-blue); */
     /* box-shadow:
    0 0 35px rgba(0, 242, 254, 0.2),
    inset 0 0 25px rgba(0, 242, 254, 0.08); */

}

/* Responsive */

@media(max-width:991px){

.about-wrapper{

grid-template-columns:1fr;

gap:50px;

}

.about-title{

font-size:40px;

}

.about-image{

height:450px;

}

}

/* whoattns */
.premium-industry-card {
  position: relative;
  height: 145px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 242, 254, 0.12);
  background: #08111f;
  transition: all 0.45s ease;
  cursor: pointer;
}

.card-image-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
  z-index: 1;
}

.card-image-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 10, 22, 0.96) 20%,
    rgba(4, 10, 22, 0.72) 60%,
    rgba(4, 10, 22, 0.35) 100%
  );
}
.center-circle {
  width: 180px;
  height: 180px;

  position: relative;

  border-radius: 50%;

  background: radial-gradient(
    circle at top,
    rgba(0, 242, 254, 0.22),
    #08111f 72%
  );

  border: 2px solid rgba(0, 242, 254, 0.35);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  overflow: visible;

  z-index: 10;

  box-shadow:
    0 0 35px rgba(0, 242, 254, 0.2),
    inset 0 0 25px rgba(0, 242, 254, 0.08);

  animation: floatCircle 5s ease-in-out infinite;
}

/* Floating */
@keyframes floatCircle {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Ring 1 */
.center-circle::before {
  content: "";

  position: absolute;

  inset: -12px;

  border-radius: 50%;

  border: 1px solid rgba(0, 242, 254, 0.25);

  animation: ringRotate 15s linear infinite;
}

/* Ring 2 */
.center-circle::after {
  content: "";

  position: absolute;

  inset: -24px;

  border-radius: 50%;

  border: 2px dashed rgba(0, 242, 254, 0.18);

  animation: ringRotateReverse 20s linear infinite;
}

/* Rotations */
@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ringRotateReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* Number */
.center-circle h4 {
  font-size: 56px;

  font-weight: 800;

  margin: 0;

  color: #fff;

  text-shadow:
    0 0 12px rgba(0, 242, 254, 0.45),
    0 0 30px rgba(0, 242, 254, 0.25);
}

/* Divider */
.circle-divider {
  width: 70px;

  height: 2px;

  margin: 12px auto;

  background: linear-gradient(90deg, transparent, #00f2fe, transparent);
}

/* Label */
.center-circle small {
  font-size: 11px;

  line-height: 1.5;

  letter-spacing: 0.14em;

  color: #8fdfff !important;

  text-transform: uppercase;
}
.card-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.card-content h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
  transition: 0.35s;
}

.card-content small {
  color: #c7d3df !important;
  font-size: 13px;
  line-height: 1.45;
}

/* Hover */

.premium-industry-card:hover {
  transform: translateY(-8px);
  border-color: #00f2fe;
  box-shadow:
    0 0 25px rgba(0, 242, 254, 0.18),
    0 25px 45px rgba(0, 0, 0, 0.45);
}

.premium-industry-card:hover .card-image-bg {
  transform: scale(1.12);
}

.premium-industry-card:hover h5 {
  color: #00f2fe;
}

.premium-industry-card:hover .card-content {
  transform: translateX(8px);
}

.premium-industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  transform: skewX(-25deg);
  z-index: 8;
}

.premium-industry-card:hover::before {
  left: 150%;
  transition: 1s;
}

.leader-rows {
  margin-top: 70px;
}

.row-badge-container {
  display: flex;
  align-items: center;

  padding: 18px 25px;

  margin-bottom: 18px;

  border-radius: 18px;

  border: 1px solid rgba(0, 242, 254, 0.12);

  background: linear-gradient(
    90deg,
    rgba(0, 242, 254, 0.08),
    rgba(255, 255, 255, 0.02)
  );

  transition: 0.45s;
}

.row-badge-container:hover {
  transform: translateX(8px);

  border-color: #00f2fe;

  box-shadow:
    0 0 25px rgba(0, 242, 254, 0.18),
    0 15px 35px rgba(0, 0, 0, 0.35);
}

.badge-title {
  min-width: 240px;

  color: #fff;

  font-weight: 700;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.badge-items {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}

.badge-items span {
  padding: 8px 18px;

  border-radius: 50px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  background: rgba(255, 255, 255, 0.04);

  color: #cfd8dc;

  transition: 0.35s;

  font-size: 13px;
}

.badge-items span:hover {
  background: #00f2fe;

  color: #08111f;

  transform: translateY(-3px);

  box-shadow: 0 0 20px rgba(0, 242, 254, 0.45);
}
@media (max-width: 991px) {
  .row-badge-container {
    flex-direction: column;

    align-items: flex-start;
  }

  .badge-title {
    min-width: 100%;

    margin-bottom: 15px;
  }
}
/* ===========================
   SPEAKERS SECTION
=========================== */

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.speaker-card {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  background: #08111f;
  border: 1px solid rgba(0, 242, 254, 0.15);
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.speaker-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 242, 254, 0.15);
}

.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.speaker-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.28);
}

.speaker-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  background: linear-gradient(transparent, rgba(6, 11, 26, 0.98));
  transform: translateY(100%);
  transition: 0.45s ease;
}

.speaker-card:hover .speaker-overlay {
  transform: translateY(0);
}

.speaker-overlay h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.speaker-overlay p {
  color: #00f2fe;
  margin-bottom: 8px;
  font-size: 15px;
}

.speaker-overlay span {
  color: #cdd8e5;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.industry {
  color: #7de9ff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Button */

.btn-view {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 50px;
  border: 1px solid #00f2fe;
  color: #00f2fe;
  text-decoration: none;
  transition: 0.4s;
  font-weight: 600;
}

.btn-view:hover {
  background: #00f2fe;
  color: #08111f;
}

/* ===========================
   POPUP
=========================== */

.speaker-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}

.speaker-modal.active {
  display: flex;
  animation: fadeIn 0.35s ease;
}

.modal-box {
  width: 950px;
  max-width: 95%;
  background: #08111f;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  position: relative;
  border: 1px solid rgba(0, 242, 254, 0.2);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.modal-left {
  width: 38%;
}

.modal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-right {
  width: 62%;
  padding: 50px;
  overflow-y: auto;
  max-height: 700px;
}

.modal-right h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}

.modal-right h5 {
  color: #00f2fe;
  font-size: 22px;
  margin-bottom: 8px;
}

.modal-right h6 {
  color: #d4d4d4;
  margin-bottom: 25px;
  font-size: 17px;
}

.modal-right p {
  color: #d7d7d7;
  line-height: 1.9;
  font-size: 15px;
}

.close-modal {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #00f2fe;
  color: #08111f;
  font-size: 26px;
  cursor: pointer;
  transition: 0.3s;
}

.close-modal:hover {
  transform: rotate(180deg);
}

/* Animation */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 1400px) {
  .speaker-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .speaker-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .speaker-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-box {
    flex-direction: column;
  }

  .modal-left,
  .modal-right {
    width: 100%;
  }

  .modal-left img {
    height: 350px;
  }

  .modal-right {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .speaker-grid {
    grid-template-columns: 1fr;
  }

  .speaker-card {
    height: 420px;
  }

  .modal-right h2 {
    font-size: 28px;
  }
}

/* Sponsor Platform Area */
.sponsor-box {
  background: #fff;

  border-radius: 22px;

  padding: 35px;
}

.sponsor-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  align-items: center;
}

.sponsor-item {
  background: #fff;

  height: 95px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px;

  transition: 0.35s;
}

.sponsor-item img {
  width: 100%;

  max-width: 170px;

  max-height: 70px;

  object-fit: contain;

  transition: 0.35s;
}

.sponsor-item:hover {
  transform: translateY(-5px);
}

.sponsor-item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .sponsor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
  }

  .sponsor-item {
    height: 80px;
  }
}

@media (max-width: 480px) {
  .sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-section {
  background: #050b18;

  border-top: 1px solid rgba(0, 242, 254, 0.15);

  padding: 90px 0 30px;
}

.footer-logo {
  height: 55px;

  object-fit: contain;
}

.footer-text {
  color: #9fb3c8;

  line-height: 1.9;

  max-width: 430px;

  font-size: 15px;
}

.footer-title {
  color: #fff;

  font-size: 52px;

  font-weight: 800;

  margin-bottom: 10px;
}

.footer-subtitle {
  color: #9fb3c8;

  margin-bottom: 35px;
}

.footer-contact-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.contact-box {
  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(0, 242, 254, 0.12);

  padding: 22px;

  border-radius: 14px;

  transition: 0.35s;
}

.contact-box:hover {
  transform: translateY(-8px);

  border-color: #00f2fe;

  box-shadow: 0 0 25px rgba(0, 242, 254, 0.15);
}

.contact-box h6 {
  color: #00f2fe;

  margin-bottom: 10px;
}

.contact-box p {
  color: #fff;

  margin-bottom: 6px;

  font-weight: 600;
}

.contact-box a {
  color: #9fb3c8;

  text-decoration: none;

  font-size: 14px;
}

.footer-btn {
  display: inline-block;

  margin-top: 35px;

  padding: 16px 38px;

  border: 1px solid #00f2fe;

  color: #00f2fe;

  text-decoration: none;

  font-weight: 700;

  letter-spacing: 0.08em;

  transition: 0.35s;
}

.footer-btn:hover {
  background: #00f2fe;

  color: #06111f;

  box-shadow: 0 0 30px rgba(0, 242, 254, 0.35);
}
.form-select {
  height: 52px;

  background: #1b2136;

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.08);
}
.form-select {
  height: 52px;

  background: #1b2136;

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 8px;
}

.form-select:focus {
  background: #1b2136;

  color: #fff;

  border-color: #00f2fe;

  box-shadow: none;
}

.contact-form-wrapper label {
  margin-bottom: 8px;

  font-weight: 600;

  color: #fff;
}

textarea.form-control {
  min-height: 140px;
}

.btn-submit {
  width: 100%;

  height: 56px;

  font-size: 16px;
}

.form-select:focus {
  background: #1b2136;

  color: #fff;

  border-color: #00f2fe;

  box-shadow: none;
}

.footer-bottom {
  margin-top: 70px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  padding-top: 25px;

  text-align: center;

  color: #73879d;

  font-size: 14px;
}

@media (max-width: 992px) {
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 38px;
  }
}
.contact-box h6 i,
.contact-box p i,
.contact-box a i {
  color: #00f2fe;
  width: 18px;
}

.contact-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

/* Smooth scroll config layout hook */
html.lenis {
  height: auto;
}
.lenis-smooth {
  scroll-behavior: initial;
}
