*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar {
      background-color: #d1e9fd;
      margin: 0;
      padding: 0;
    }

    .navbar-brand,
    .navbar-nav .nav-link {
      color: #000;
      font-weight: 600;
      font-size: 16px;
    }

    .navbar-nav .nav-link:hover {
      color:  black;
    }

    .navbar-toggler {
      border-color: #ffffff;
    }

    .btn-cta {
     background: linear-gradient(90deg, #bd6be4, #3800cf);
    border: none;
    color: white;
    font-weight: bold;
    width: 16%;
    }

    .btn-cta:hover {
      background: linear-gradient(90deg, #bd6be4, #3800cf);
    }
.summit-content p{
    text-align: justify;
}

  .carousel-item img {
    width: 100%;
    /* object-fit: cover; */
  }


  @media (max-width: 768px) {
    .carousel-caption h5 {
      font-size: 6vw;
    }
  }

.locate{
    display: flex;
    flex-direction: column;
    width: 48%;
}
.how-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0d0d2a, #1c1c3c);
  text-align: center;
  color: #ffffff;
}

.section-title {
  font-family: "Switzer", "Switzer Placeholder", sans-serif;
  font-size: 2.4rem;
  background: linear-gradient(90deg, #a020f0, #00ffab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: black;
}
.section-subtitle {
  font-size: 1.2rem;
  color: #aaaaaa;
  margin-bottom: 40px;
}

.roles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.role-card {
  background: rgba(0, 255, 171, 0.08);
  border: 1px solid rgba(0, 255, 171, 0.2);
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #00ffab;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.role-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 255, 171, 0.3);
}

.how-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #e0e0e0;
  max-width: 800px;
  margin: auto;
}
.discussion-section {
  background: linear-gradient(135deg, #214c69, #102f84);
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.discussion-section .section-title {
  font-family: "Switzer", "Switzer Placeholder", sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #00ffab;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  text-align: left;
}

.icon-list li {
  background: rgb(255 255 255 / 30%);
  border: 1px solid rgba(0, 255, 171, 0.15);
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}

.icon-list li:hover {
  background: rgba(0, 255, 171, 0.05);
}

.icon-list .icon {
  margin-right: 12px;
  font-size: 1.3rem;
  color: #00ffab;
}
.discussion-section {
  background: linear-gradient(135deg, #214c69, #102f84);
  color: #fff;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 2.5rem;
  background: linear-gradient(90deg, #00ffab, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.topic-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 171, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  transition: all 0.4s ease;
  box-shadow: 0 0 0 transparent;
  color: #e0e0e0;
}

.topic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(0, 255, 171, 0.2);
  border-color: rgba(0, 255, 171, 0.4);
}
    .summit-content p {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #e0e0e0;
      margin-bottom: 15px;
    }
.card-icon {
  font-size: 2.5rem;
  color: #00ffab;
  margin-bottom: 15px;
  animation: pulse 2s infinite ease-in-out;
}
.section-title-1{
    font-size: 2rem!imnportant;
    background: linear-gradient(90deg, #00ffab, #1e90ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Optional pulse animation for icons */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}
.how-section {
  position: relative;
  background: url(images/bg/bg-1.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
}

.how-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 43, 0.85); /* dark overlay, adjust opacity as needed */
  z-index: -1;
}
#Participants{
    position: relative;
  background: url(images/bg/bg-2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden; 
}
#Participants::before{
 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 43, 0.85); /* dark overlay, adjust opacity as needed */
  z-index: -1;
}
.footer {
  background-color: #0d1117;
  color: #ffffff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.contact-box {
  background: linear-gradient(135deg, #0076d6, #3db8a0);
  padding: 20px;
  border-radius: 15px;
  flex: 1 1 250px;
}

.contact-box h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.contact-box .icon {
  margin-right: 8px;
}

.contact-box a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.contact-box a:hover {
  text-decoration: underline;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
}

.footer-contact {
  flex: 1 1 250px;
}

.footer-contact a {
  color: #9be7ff;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}

.social-icons a:hover {
  color: #00ffb0;
}

.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}
/* Unique section class */
    .section-featured-boxes {
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    /* border-radius: 16px; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: #113182;
    }

    .section-featured-boxes .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .section-featured-boxes .box {
      background: #fefefe;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .section-featured-boxes .box:hover {
      transform: translateY(-5px);
    }

    .section-featured-boxes .box img {
      width: 100%;
      height: auto;
      display: block;
    }

    .section-featured-boxes .box h3 {
      padding: 16px;
      font-size: 18px;
      color: #333;
    }
    .about-vid{
          border-radius: 12px;
    }
     .countdown-box-launch {
      text-align: center;
      background: #0b0f2c;
    }
    #launch-seconds, #launch-minutes, #launch-hours, #launch-days{
          border: 2px solid white;
    border-radius: 50%;
    padding: 3px;
    }

    .countdown-box-launch h1 {
      font-size: 48px;
      color: #00ffe7;
      margin-bottom: 40px;
      text-shadow: 0 0 10px #00ffe7;
    }

    .countdown-box-launch .countdown {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .countdown-box-launch .countdown  {
      background: rgba(255, 255, 255, 0.05);
      /* padding: 25px 20px; */
      border-radius: 12px;
      min-width: 100px;
      box-shadow: 0 0 15px rgba(0, 255, 231, 0.3), 0 0 5px rgba(0, 255, 231, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .countdown-box-launch .countdown div:hover {
      transform: scale(1.05);
      box-shadow: 0 0 20px rgba(0, 255, 231, 0.6), 0 0 8px rgba(0, 255, 231, 0.3);
    }

    .countdown-box-launch .countdown div > div {
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      text-shadow: 0 0 6px #00ffe7;
    }

    .countdown-box-launch .countdown span {
      display: block;
      margin-top: 8px;
      font-size: 16px;
      text-transform: uppercase;
      color: #ffff;
      font-weight: 700;

    }
    .navbar-brand{
  width: 9%;
}
    @media screen and (max-width: 768px) {
.countdown-box-launch .countdown div > div {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 6px #00ffe7;
}
    .summit-content h3 {
        font-size: 19px;
        text-align: left;
        line-height: 29px;
    }
    .locate {
    display: flex
;
    flex-direction: column;
    width: 100%;
}
.roles-grid
 {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 0px;
}
.navbar-brand{
  width: 25%;
}
}