/* Home Page Specific Styles for Zinnov Confluence 2025 */

/* Banner Section */
#banner {
  position: relative;
  overflow: hidden;
}

.video-background-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.3;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.video-banner-content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
  color: #FFF;
  padding: 20px 10px;
}

.video-banner-date {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-image: linear-gradient(to right, rgba(1, 77, 130,0.6), rgba(1, 77, 130,0.3), rgba(0, 0, 0,0.6),rgba(0, 0, 0,0.3));
  padding: 15px;
}

.video-banner-date h5 {
  font-family: Inter, Arial, sans-serif !important;
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.video-content-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Countdown Timer */
#mu-event-counter {
  text-align: center;
  color: #ffffff;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.countdown-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  min-width: 80px;
  backdrop-filter: blur(10px);
}

.countdown-number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: Inter, Arial, sans-serif !important;
}

.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Inter, Arial, sans-serif !important;
}

/* About Event Section */
#about_event {
  padding: 80px 0;
  /* background: #ffffff; */
}

.ae-left {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif !important;
}

.ae-right {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-family: Inter, Arial, sans-serif !important;
}

/* From the Vault Section */
#from-the-vault-section {
  background: #000;
  padding: 0;
}

.highlight-reel-video {
  padding: 0px;
}

.highlight-reel-video video {
  width: 100%;
  height: auto;
  display: block;
}

/* Speakers Section */
#speakers-section {
  background: #151515;
  padding: 60px 0;
}

#speakers-title {
  padding: 60px 0 30px;
  text-align: center;
}

.ppb_title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif !important;
  margin: 0;
}

#speakers-blck {
  margin-bottom: 30px;
}

.speaker_grid_link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.s-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.s-card:hover {
  transform: translateY(-5px);
}

.s-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.s-card:hover img {
  filter: none;
  -webkit-filter: none;
}

.s-card .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4), transparent);
  padding: 20px;
  color: #ffffff;
  transition: height 0.3s ease;
  height: 60px;
}

.s-card:hover .intro {
  height: 98%;
}

.speaker-name {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif !important;
  color: #ffffff;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.speaker-desg {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  display: none;
  font-family: Inter, Arial, sans-serif !important;
  color: #ffffff;
  margin: 0;
}

.s-card:hover .speaker-desg {
  display: block;
}

.speaker-comp {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  font-family: Inter, Arial, sans-serif !important;
  color: #ffffff;
  margin: 0;
}

.see-speakers-btn {
  padding: 30px 0 60px;
  text-align: center;
}

.see-speakers-btn a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  font-family: Inter, Arial, sans-serif !important;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.see-speakers-btn a:hover {
  color: #ff2d54;
}

.see-speakers-btn i {
  font-size: 25px;
  line-height: 28px;
  margin-left: 10px;
}

/* Header Styles */
.header_style_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header_style_wrapper.navbar-fixed {
  background: rgba(0,0,0,0.9);
  position: fixed;
}

#logo_wrapper {
  display: flex;
  align-items: center;
}

.logo_container {
  display: flex;
  align-items: center;
}

.logo_wrapper {
  display: block;
}

.logo_wrapper img {
  max-height: 60px;
  width: auto;
}

/* Navigation */
#main_menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

#main_menu li {
  margin: 0 15px;
}

#main_menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: Inter, Arial, sans-serif !important;
  transition: color 0.3s ease;
}

#main_menu li a:hover,
#main_menu li.current-menu-item a {
  color: #ff2d54;
}

.register-btn {
  background: #ff2d54;
  color: #ffffff;
  padding: 10px 20px !important;
  border-radius: 20px;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-family: Inter, Arial, sans-serif !important;
  text-decoration: none;
  transition: background 0.3s ease;
}

.register-btn:hover {
  background: #d43a3a;
  color: #ffffff;
}

/* Mobile Menu */
.mobile_menu_wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  transition: left 0.3s ease;
}

.mobile_menu_wrapper.active {
  left: 0;
}

#mobile_menu_close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff2d54;
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.mobile_main_nav {
  list-style: none;
  padding: 60px 20px 20px;
  margin: 0;
}

.mobile_main_nav li {
  margin-bottom: 20px;
}

.mobile_main_nav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-family: Inter, Arial, sans-serif !important;
}

.mobile_main_nav li.current-menu-item a {
  color: #ff2d54;
}

/* Footer */
#footer {
  background: #000;
  color: #ffffff;
  padding: 40px 0;
}

.footer_wrapper {
  text-align: center;
}

.footer_logo img {
  max-height: 60px;
  margin-bottom: 20px;
}

.footer_content p {
  margin: 0;
  font-family: Inter, Arial, sans-serif !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .countdown-container {
    gap: 10px;
  }
  
  .countdown-item {
    padding: 15px;
    min-width: 60px;
  }
  
  .countdown-number {
    font-size: 2rem;
  }
  
  .countdown-label {
    font-size: 0.8rem;
  }
  
  .ae-left {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  
  .ppb_title {
    font-size: 36px;
    line-height: 42px;
  }
  
  .video-wrapper {
    height: 40vh !important;
  }
  
  #banner {
    margin-top: 50px;
  }
  
  .video-banner-date {
    position: relative !important;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .video-content-grid > div {
    padding: 0px !important;
  }
}

@media (max-width: 500px) {
  .countdown-container {
    flex-direction: column;
    gap: 15px;
  }
  
  .countdown-item {
    width: 100%;
    max-width: 200px;
  }
  
  .ae-left {
    font-size: 28px;
    line-height: 34px;
  }
  
  .ppb_title {
    font-size: 28px;
    line-height: 34px;
  }
}

/* Animation Classes */
.animated1 { animation-delay: 0.1s; }
.animated2 { animation-delay: 0.2s; }
.animated3 { animation-delay: 0.3s; }
.animated4 { animation-delay: 0.4s; }
.animated5 { animation-delay: 0.5s; }

/* Utility Classes */
.hide { display: none !important; }
.text-white { color: #ffffff !important; }
.text-center { text-align: center; }
.mb-4 { margin-bottom: 1.5rem; }
.mt-4 { margin-top: 1.5rem; }
.p-4 { padding: 1.5rem; }
