body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
.bg-color {
  background-color: #12002b;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
}


.highlighted-item {
    color: #ff1a94;
}


.nav-items:hover {
  color: #ff1a94;
}

.dropdown.active .dropdown-toggle {
  color: #ff1a94;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px; /* Adjust the width as needed */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Box shadow for the dropdown */
  z-index: 1;
}


.dropdown:hover .dropdown-content {
  display: block;
}

/* Style the dropdown links */
.dropdown-content a {
  color: #ffffff; /* Text color of the dropdown items */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change the link color on hover */
.dropdown-content a:hover {
  background-color: #004BDD; /* Background color on hover */
}

/* Mobile Menu */
/* CSS for the mobile menu overlay */
#nav-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  z-index: 1000; /* Higher z-index to overlay other content */
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}

#nav-menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%; /* Adjust the width as needed */
  background-color: #12002b; /* Background color of the menu */
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5); /* Add shadow to the menu */
  overflow-y: auto; /* Enable vertical scrolling if needed */
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

#nav-menu-mobile.open {
  transform: translateX(0);
}
 
.mobile-nav-items {
  display: grid;
  margin: auto;
  margin: 50px;
  padding: 0px 20px; /* Adjust the padding as needed */
  text-decoration: none;
  font-weight: bold;
  color: #ffffff; /* Text color for mobile menu items */
  transition: background-color 0.3s ease-in-out;
}

/* Mobile Menu */

.btn-color {
    color: white;
    background-color:#ff1a94;;
}
.btn-color:hover{
    background-color: #004BDD;
}
.cta-color {
    color: #ff1a94;
}
.cta-color:hover{
    color: #004BDD;
}

.rounded {
    border-radius: 0.80rem;
}

.text-hero {
    font-family: 'Google Sans Display', sans-serif;
    font-size: 3.25rem;
    font-weight:900;
}

.text-heading {
    font-family: 'Google Sans Display', sans-serif;
    font-size: 2.25rem;
    line-height: 1.75rem;
}

.text-lg {
    font-size: 1.125rem/* 18px */;
    line-height: 1.75rem/* 28px */;
    font-family: 'Google Sans Display', sans-serif;
}

.body-font {
    font-family: 'Google Sans Display', sans-serif;
}

.hero-bg-color {
background-color: #2d3436;
background-image: linear-gradient(to top, #3d5074 0%, #100b2a 60%);}

.hero-bg-color {
    background-image: url('/Startedge/StartEdgeV5/img/gradient.png'); /* Replace with the actual path to your PNG image */
    background-size: cover;
    background-position: center;
  }

.gradient-text {
    font-weight:bolder;
    background: #ff1a94;
    background: linear-gradient(to right, #ff1a94 0%, #004BDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-bg-color {
    background-clip: text; /* Apply gradient to the text */
    color: transparent; /* Make the original text color transparent */
    background-image: linear-gradient(to right, #FF00B8, #5d00ff); /* Define the gradient */
}

.cta-container {
    width: 100%;
}

.horizontal-line{
    width: 20%; /* Set the width to 1/3 of the container's width */
    height: 1px; /* Set the height to create a horizontal line */
    background-color: #ff1a94; /* Set the line color (you can change this to your preferred color) */
    margin: 0 auto; /* Center the line within its container */
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.vertical-center {
    display: inline-block;
    text-align: center;
    padding-left: 150px;
}
  
.rounded-lg {
    border-radius: 1.80rem/* 8px */;
}

.sticky {
    position: sticky;
}
 
.backdrop-blur-md {
    backdrop-filter: blur(10px); /* Adjust the blur intensity as needed */
    background-color: rgba(16, 11, 42, 0.9); /* Adjust the background color and opacity as needed */
}
  

#jumpToTopBtn {
    display: none;
    transition: opacity 0.3s ease-in-out;
}
  
  #jumpToTopBtn.active {
    display: block;
}

@keyframes glow {
    0% {
      box-shadow: 0 0 5px hwb(0 100% 0% / 0.7);
    }
    50% {
      box-shadow: 0 0 20px #ffffff, 0 0 30px #ffffffb3;
    }
    100% {
      box-shadow: 0 0 5px #ffffff;
    }
  }


/* CARDS START */
.p-4 {
    padding: 4rem
}
.card {
    width: 300px;
    background: white;
    padding: .8em;
    border-radius: 16px;
}
.training-card {
  width: 300px;
  background: #004BDD;
  padding: .8em;
  border-radius: 16px;
}
.training-card:hover {
  transform: scale(0.98);
}
  
.card-image {
  background-color: rgb(210, 210, 210);
  width: 100%;
  height: 200px;
  border-radius: 16px 16px 0 0;
}
  
  .card:hover {
    transform: scale(0.98);
    -webkit-transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
    transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
    transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease;
    transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;

  }
  
  .category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #ff1a94;
    padding: 10px 7px 0;
  }
  .training-category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 10px 7px 0;
  }
  
  .category:hover {
    cursor: pointer;
  }
  
  .heading {
    font-size: 24px;
    font-weight: 600;
    color: rgb(88, 87, 87);
    padding: 7px;
  }
  .training-heading {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 7px;
  }
  .training-heading:hover {
    cursor: pointer;
  }
  
  .heading:hover {
    cursor: pointer;
  }
  
  .author {
    color: gray;
    font-weight: 400;
    font-size: 11px;
    padding-top: 20px;
  }
  .training-author {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 11px;
    padding-top: 20px;
  }
  
  .name {
    font-weight: 600;
  }
  
  .name:hover {
    cursor: pointer;
  }
/* .cards:hover {
    cursor:pointer;
    animation: glow 1s infinite;
} */

.cards {
    background-color: white;
}
/* CARDS END */

/* Styles for smaller screens (1023px and below) */
@media (max-width: 1023px) {
    .nav-items {
        display: none;
    }
    .contact-btn {
        display: none;
    }
    
    /* Hide the desktop menu for smaller screens */
    #desktop-menu {
        display: none;
    }
    
    /* Display the hamburger icon for smaller screens */
    #mobile-menu-toggle {
        display: inline-flex;
    }
    
    /* Show the dropdown menu when the hamburger icon is clicked */
    #mobile-menu-toggle.active + #desktop-menu {
        display: block;
    }
    }
    
    /* Hide the navigation links on screens narrower than 768px */
@media (max-width: 767px) {
    .nav-items {
        display: none;
    }
}

@media (min-width: 768px) {
    .md\:w-5\/6 {
        width: 100%;
    }
}

@media (min-width: 450px) {
  .heading {
    font-size: 16px;
  }
}

@media (min-width: 374px) {
.blog-card-content {
    padding: 0rem 0rem 0rem;
}
}
/* reveal */
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}