* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  background-color: #F5F5F5;
}

.navbar {
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #F5F5F5;
  padding: 20px 120px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.nav-links {
  list-style: none;
  display: flex;
  gap: 100px;
  margin: 0 auto;
  padding: 0;
  flex-grow: 0;
}

.nav-links li a {
  color: #F5F5F5;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 20px;
}

.nav-links li a:hover {
  color: #F9DA06;
}

.nav-brand {
  position: static;
  margin-right: auto; /* Pushes nav-links to center */
}

.nav-brand .logo {
  height: 100px;
  border-radius: 10px;
  transition: 0.3s ease;
  overflow: hidden;
}

.logo:hover {
  transform: scale(1.1);
}

#hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

#hamburger.active {
  border: 2px solid white;
  border-radius: 5px;
}

#top-section {
  background-color: #202020;
  color: #F9DA06;
  padding: 90px 20px 40px;
  text-align: center;
  position: relative;
  top: 0;
}

#top-section::before {
  content: "";
  background-image: url(images/grid-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
}

.highlight{
  font-family: Helvetica;
}

#Unstop{

  text-shadow: 0 0 1px black;
  
}

.luma-ticker {
  width: auto;
  overflow: hidden;
  background: linear-gradient(90deg, #009879 80%, #00b894 100%);
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 20;
  min-height: 44px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.luma-ticker-content {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  white-space: nowrap;
  width: max-content;
  animation: ticker-move 18s linear infinite;
  font-family: 'Inter', 'Montserrat', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
}
.luma-ticker-content:hover {
  animation-play-state: paused;
}
.luma-ticker-text {
  color: #fff;
  margin-right: 20px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.luma-ticker-btn {
  background: #fff;
  color: #009879;
  font-weight: 700;
  border: none;
  border-radius: 20px;
  padding: 5px 14px;
  margin-left: 12px;
  margin-right: 60px;
  margin-top: 5px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-size: 0.95rem;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.luma-ticker-btn:hover {
  background: #00b894;
  color: #fff;
}

@keyframes ticker-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .luma-ticker-content {
    font-size: 0.95rem;
  }
  .luma-ticker-btn {
    padding: 6px 14px;
    font-size: 0.95rem;
  }
}

.main-content {
  position: relative;
}

.main-content h1 {
  font-family: 'Noto Serif Dives Akuru', serif;
  font-size: 3rem;
  letter-spacing: 10px;
  word-spacing: 20px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  color: white;
  margin-top: 10px;
}

.course-description {
  font-size: 1.1rem;
  color: #e6e6e6;
  margin-top: 10px;
}

.cta-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.btn {
  padding: 10px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  width: 146px;
}

.register-now-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 0.8rem 2.2rem;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #00A7E1 0%, #F9DA06 100%);
  border: none;
  border-radius: 30px;
  color: #202020;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 167, 225, 0.18);
  transition: all 0.3s ease, box-shadow 0.3s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.register-now-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 25px rgba(249, 218, 6, 0.25);
  background: linear-gradient(90deg, #F9DA06 0%, #00A7E1 100%);
}

.register-now-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
  pointer-events: none;
}

.register-now-btn:hover::before {
  animation: shimmer 1.2s;
}

@keyframes shimmer {
  0% { transform: translateX(-100%);}
  100% { transform: translateX(100%);}
}

.countdown-hero {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: rgba(32,32,32,0.7);
  border-radius: 18px;
  padding: 32px 24px 24px 24px;
  max-width: 520px;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
}

.countdown-headline {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #F9DA06;
  margin-bottom: 10px;
  text-align: center;
}

.countdown-visual {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 8px;
}

.countdown-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.segment-value {
  font-size: 3.2rem;
  font-weight: 900;
  background: linear-gradient(90deg, #00A7E1 0%, #F9DA06 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 0.2em;
  text-shadow: 0 2px 12px rgba(0, 167, 225, 0.18);
  transition: transform 0.2s;
}

.segment-value.beat {
  animation: beat 0.5s;
}

@keyframes beat {
  0% { transform: scale(1);}
  50% { transform: scale(1.18);}
  100% { transform: scale(1);}
}

.segment-label {
  font-size: 1rem;
  font-weight: 700;
  color: #F5F5F5;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown-luma-reminder {
  margin-top: 10px;
  font-size: 1.08rem;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.18);
  padding: 8px 16px;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .countdown-hero {
    padding: 18px 6px 14px 6px;
    max-width: 98vw;
  }
  .countdown-visual {
    gap: 12px;
  }
  .segment-value {
    font-size: 2rem;
  }
  .segment-label {
    font-size: 0.8rem;
  }
}
/* .btn-slack:hover {
  background-color: #50144c;
  color: white;
} */

.slack-img {
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  width: 30px;
  position: relative;
}

.luma-img {
  width: 25px;
  background-color: white;
  padding: 1px;
  border-radius: 50%;
}

.bottom-section {
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

.live-status {
  position: relative;
  font-size: 1rem;
  color: #202020;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
}

.live {
  color: red;
  font-weight: bold;
  padding: 0 5px 0 0;
  width: 150px;
  text-align: left;
}

.updates-box {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 20px auto 0;
  border: 2px solid black;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  color: #202020;
}

.updates-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 17px;
  animation: scrollText 7s linear infinite alternate;
}

@keyframes liveBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes scrollText {
  0% { left: 0; }
  100% { left: calc(100% - 420px); }
}

.course-section {
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.course-resources-heading {
  text-align: center;
  color: #009879;
  font-size: 2rem;
  font-family: 'Montserrat', 'Inter', sans-serif;
  margin: 40px 0 20px 0;
  letter-spacing: 1px;
  font-weight: 800;
}
.collapsible {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: 1px solid #202020;
  text-align: left;
  font-size: 24px;
  border-radius: 5px;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  transition: background 0.5s ease;
  box-shadow: 0 2px 2px black;
}

.week{
  display: flex;
  gap: 10px;
}

.week-logo-container{
  display: flex;
  align-content: center;
  width: 32px;
}

.week-logo{
  width: 40px;
}

.week-logo-grn{
  width: 30px;
}

.week-num{
  padding-left: 10px;
}

.collapsible:hover {
  background-color: #f5f5f5;
  color: #3FBA9E;
  box-shadow: 0 2px 2px #3fba9d65;
}

.arrow-container{
  display: flex;
  flex-direction: row-reverse;
}

.arrow {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.arrow-red{
  color: #E95434;
}

.arrow-yel{
  color: #F9DA06;
}

.arrow-blu{
  color: #00A7E1;
}

.arrow-grn{
  color: #3FBA9E;
}

.collapsible.active .arrow {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
  padding: 0 18px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.98em;
    font-family: 'Inter', sans-serif;
    min-width: 700px;
    width: 90vw;
    max-width: 100vw;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    background: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    table-layout: fixed;
    margin-left: auto; margin-right: auto;
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th {
  padding: 12px 15px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.styled-table td{
  padding: 12px 15px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

td.day-txt{
  text-align: center;
}


.styled-table td a{
  text-decoration: none;
  color: #009879;
}

.styled-table td a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url('images/external-link.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.session-links{
  text-decoration: none;
}

.session-links:hover{
  font-weight: bold;
}

.footer {
  background-color: #202020;
  color: white;
  padding: 40px 20px;
  text-align: center;
  text-shadow: 0 0 2px black;
  border-top: 8px solid #00b894;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}


#footer::before {
  content: "";
  background-image: url("images/grid-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}

.footer h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-size: 36px;
}

.footer h3,
.connect-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 12px;
}

.sponsor{
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}


.sponsor-card{
  background-color: #F5F5F5;
  height: 100px;
  width: 200px;
  position: relative;
  z-index: 1;
}

.connect{
  display: flex;
  flex-direction: column;
}

.connect-text{
  font-weight: bold;
  font-size: 22px;
}

.connect-ppl{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.ppl{
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  color: #f5f5f5;
  gap: 10px;
}

#tanish{
  padding-bottom: 0;
}

#kartik{
  padding-top: 0;
}

.ppl-name{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 175px;
}

.ppl-name-txt{
  font-size: 23px;
}

.ppl-connects{
  /* align-self: flex-end; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 10px;
}

.ppl-connect-icon{
  width: 25px;
  transition: transform 0.3s ease;
}

.ppl-connect-icon:hover{
  transform: scale(1.2);
  filter: brightness(1.2);

}

.footer-contact{
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  justify-items: center;
  align-content: center;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}

.ecell-logo-footer{
  height: 40px;
  width: 130px;
  padding-bottom: 7px;
}

.footer-copyrights{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 7px;
}

.contact-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.contact-icons a img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.contact-icons a:hover img {
  transform: scale(1.2);
  filter: brightness(1.2);
}

#mail_img_invert {
  filter: invert(1);
}

.Whatsapp-icon{
  background-color: #44c454;
  border-radius: 50%;
  padding: 2px;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 1100px) {

  .navbar {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    background-color: #202020;
    padding: 8px 20px 10px 30px;
    z-index: 10;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: transparent;
    margin-top: 10px;
    padding: 0;
    opacity: 0;
    transition: max-height 0.8s ease-in, padding 0.8s ease-in, opacity 0.8s ease-in;
    border-radius: 10px;
    gap: 10px;
    order: 2;
  }

  .nav-links.show {
    max-height: 500px;
    padding: 10px 0;
    opacity: 1;
  }

  .nav-brand {
    position: absolute;
    order: 1;
    top: 10px;
    right: 10px;
  }

  .nav-brand .logo{
    height: 60px;
  }

  .nav-links li {
    padding: 8px 20px;
  }

  #hamburger {
    display: block;
    order: 0;
    margin-bottom: 10px;
  }



  .content {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  .connect{
    display: flex;
    flex-direction: column;
  }

  .ppl-name{
    width: 150px;
  }

  /* #tanish{
    margin-left: 0px;
    margin-right: 10px;
  }

  #kartik{
    margin-left: 10px;
    margin-right: 0px;
  } */
  .footer {
    position: relative; /* Ensure it's explicitly declared */
    overflow: hidden;   /* Ensures background stays within */
  }

  #footer::before {
    content: "";
    background-image: url("images/grid-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
  }

  .footer * {
    position: relative;
    z-index: 1;
  }
  
  .footer-contact{
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-content: center;
      align-items: center;
    }
}
