
/*
body, html {
  height: 100%;
  font-family: "Inconsolata", sans-serif;
}
*/
@font-face {
  font-family: "TTFirsNeue";
  src: url("TTFirsNeue.ttf") format("truetype");
}

body, html {
  height: 100%;
  font-family: "TTFirsNeue", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TTFirsNeue", sans-serif;
}

.bgimg {
  position: relative;
  width: 100%;
  height: 100vh; /* This ensures full viewport height */
  overflow: hidden;
}

@media (max-width: 768px) {
  .bgimg {
    height: 100vh; /* Explicitly set for mobile */
    min-height: -webkit-fill-available; /* Fix for iOS Safari */
  }
}

/* Responsive container styles */
.w3-container {
  padding: 16px;
}

@media (max-width: 768px) {
  .w3-container {
    padding: 8px;
  }
}

/* Responsive navigation styles */
@media (max-width: 768px) {
  #navlist-left {
    padding-bottom: 16px;
  }

  #navlist-left > div:first-child {
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 24px;
  }

  #navlist-left .w3-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 0;
  }

  #navlist-left .w3-ul li {
    padding: 8px 16px;
    text-align: center;
  }
}

/* Responsive video container */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; /* Prevent interaction */
  overflow: hidden;
}

.video-container iframe {
  width: 100vw;
  height: 100vw; /* 16:9 aspect ratio */
  /* height: 56.25vw;  16:9 aspect ratio */
  min-height: 60vh;
  min-width: 177.77vh; /* Also maintain 16:9 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .video-container iframe {
    width: auto;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
  }
}

/* Responsive YouTube video embeds */


.youtube-video iframe {
  width: 100%;
  height: 400px;
}
/* Responsive header and logo */
@media (max-width: 768px) {
  .w3-display-middle img {
    width: 90% !important;
    margin: 0 auto;
  }

  .scroll-btn {
    margin-top: 16px;
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* Responsive tab menu */
@media (max-width: 768px) {
  #tab-menu {
    padding: 8px !important;
  }

  #tab-menu .w3-bar-item {
    padding: 8px;
    font-size: 14px;
    margin: 4px;
  }
}

/* Responsive form */
@media (max-width: 768px) {
  .w3-input {
    margin-bottom: 8px;
  }
}

/* Responsive social icons */
@media (max-width: 768px) {
  .social-icons {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    gap: 24px;
  }

  .social-icons a {
    font-size: 24px;
  }
}

/* Responsive text content */
@media (max-width: 768px) {
  p, ul {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 16px;
  }

  h2 {
    font-size: 24px;
  }
}


.mySlides {display: none}

.youtube-video iframe {
  width: 100%;
  height: 400px;
}

/* Scroll Button Styles */
.scroll-btn {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  padding: 15px 30px !important;
  border-radius: 30px !important;
  color: white !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 30px !important; /* Reduced from 60px to 40px */
  position: relative;
}

.scroll-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scroll-arrows {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; /* Reduced from 20px to 10px */
  height: 40px;
  width: 20px;
  pointer-events: none;
}

.scroll-arrows::before,
.scroll-arrows::after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -6px;
  pointer-events: none;
}

.scroll-arrows::before {
  top: 0;
  animation: bounce 2s infinite;
}

.scroll-arrows::after {
  top: 10px;
  animation: bounce 2s infinite 0.3s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: translateY(5px) rotate(45deg);
    opacity: 1;
  }
  60% {
    transform: translateY(3px) rotate(45deg);
    opacity: 1;
  }
}

/* Remove the optional second arrow since we have the dedicated arrows div */
.scroll-btn::before {
  display: none;
}







/*remove bottom border in navbar list lieft */
  .w3-ul li {
    border-bottom: none !important;
  }




  
    .top-bar {
      position: relative;
      background-color: black;
      color: white;
      width: 100%;
      z-index: 10;
    }

    .social-icons {
      position: absolute;
      top: 8px;
      right: 16px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: flex-end;
      z-index: 20;
    }

    .social-icons a {
      color: white;
      font-size: 20px;
      text-decoration: none;
    }

    .logo-container {
      text-align: center;
      padding: 12px 0;
      z-index: 5;
    }

    .logo-img {
      height: 40px;
      transition: opacity 0.3s ease;
    }

    /* Hide logo if screen is less than 500px or if it would be overlapped */
    @media screen and (max-width: 500px) {
      .logo-container {
        display: none;
      }
    }

    /* If icons wrap into 2+ lines (due to lack of space), hide logo */
    @media screen and (max-width: 700px) {
      .social-icons {
        flex-direction: column;
        align-items: flex-end;
      }
    }

    /* Extra precaution: dynamically hide logo if icons are taking over horizontal space */
    @media screen and (max-width: 750px) {
      .logo-container {
        display: none;
      }
    }
  


/* sticky tabbed menu */

/*
  #tab-menu {
    position: sticky;
    top: 0;
    z-index: 999;
  }

  */





  .nav-link.active {
    font-weight: bold;
  }

.bg-class {
/* https://grabient.com/HQVg7AnANKAMCMMQGYAcSAsYZgGyxlwCZFgTthldkZ4JsCjhYIMoNh5UIg?style=linearGradient&steps=3&angle=135 */
  /*background: linear-gradient(135deg, rgba(255, 255, 196, 1.000) 0.000%, rgba(255, 97, 100, 1.000) 50.000%, rgba(176, 0, 18, 1.000) 100.000%)*/
/* https://grabient.com/HQVgDAjANKDMAcMwCYCcMDsA2MMvOlABYMZYtYYJVTgDTlgxUiojgJ51cmxEJeuAWBFQwQA?style=linearGradient&steps=3&angle=135 */
   background: linear-gradient(135deg, rgba(255, 198, 149, 1.000) 0.000%, rgba(99, 102, 118, 1.000) 50.000%, rgba(0, 20, 38, 1.000) 100.000%)




}