        @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

        body {
            font-family: "Open Sans", sans-serif;
            color: #67757F;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        nav {
           background-image: url("../images/header-text-background.png");
           background-repeat: repeat-x;
           background-position: 35% 75%;
            color: white;
            padding: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            height: 75px;
            border-bottom:1px solid #FFF;
        }

        .videoheader {
	  position: relative;
	  background-color: black;
	  height: 100vh;
	  min-height: 35rem;
	  width: 100%;
	  overflow: hidden;
	}

	.videoheader video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
          height: auto;
	  max-width: 100%;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}

	.videoheader .container {
	  position: relative;
	  z-index: 5;
	  margin-top:50px;
	}

	.videoheader .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: black;
	  opacity: 0.5;
	  z-index: 1;
	}

        .videoheader button  {
           background-color:#0e0969;
           font-weight:normal;
           border-radius:6px;
           color:#ffffff;
           cursor:pointer;
        }
        .videoheader button:hover {
           background-color:#bd1a20;
        }

	/* Media Query for devices withi coarse pointers and no hover functionality */

	/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

	@media (pointer: coarse) and (hover: none) {
	  .videoheader {
	    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
	  }

	  /* .videoheader video {
	    display: none;
	  } */
}


           button  {
           background-color:#0e0969;
           font-weight:bold;
           color:#ffffff;
           cursor:pointer;
           border-radius:6px;
        }
        button:hover {
           background-color:#bd1a20;
        }

        #logo
        {
        display:inline;
        float:left;
        margin:0px;
        padding:0px;
        max-height:65px;
        width:auto;
        }
        #menu-toggle {
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            display: none;
            position: absolute;
            right: 10px;
            transition: opacity 0.3s ease;
        }
        #nav-menu {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 0;
            margin-bottom: 0;
        }
        #nav-menu li {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            margin: 0 auto;
            /* margin: 0 0px; */
            /* padding-top:15px; */
        }
        #nav-menu .nav-item {
            color: white;
            text-decoration: none;
            text-transform:uppercase;
            font-weight:normal;
        }

         #nav-menu a:hover {
            color: #b80f0f;
            background-color: transparent;
            text-decoration: none;
        }


        #home {
        padding: 30px 20px 20px;
        }

        #audible {
        padding: 30px 20px 20px;
        background:#edebeb;
        color:#000000;
        }

        #audible img {
         max-width: 100%;
         height:auto;
        }

        #audible h2 {
        color: #b80f0f;
        }

        #mj {
        padding: 30px 20px 20px;
        background:#94222a;
        color:#FFFFFF;
        }

        #mj img {
         max-width: 50%;
         height:auto;
         border-radius:6px;
        }

        #mj h2 {
        color: #FFFFFF;
        }

        #why {
        padding: 30px 20px 20px;
        background:#edebeb;
        color:#000000;
        }

        #why img {
         max-width: 50%;
         height:auto;
         border-radius:6px;
        }

        #why h4 {
        color: #FFFFFF;
        background:#94222a;
        padding:15px;
        font-weight:bold;
        font-size:3.1em;
        }

        #mj h2 {
        color: #FFFFFF;
        font-weight:bold;
        }

        #why h3 {
        color: #000000;
        font-weight:bold;
        }

        #youtube-testimonial {
        padding: 30px 20px 20px;
        background-image: url('../images/people-running.jpg');
        background-size: cover;
        color:#FFFFFF;
        }

        #youtube-testimonial img {
         max-width: 100%;
         height:auto;
        }

        #youtube-testimonial h2 {
        color: #FFFFFF;
        }

        #youtube-testimonial hr {
	        color: #b80f0f;
	        width:45%;
	        border-width:5px;
	        opacity:1;
        }

        #industries {
        padding: 30px 20px 20px;
        background:#edebeb;
        color:#000000;
        text-transform:uppercase;
        }

        #industries img {
         max-width: 100%;
         height:auto;
        }

        #industries h2 {
        color: #000000;
        font-weight:bold;
        }

        #industries #card {
        padding: 25px;
        text-align:center;
        }

        #industries #card #inner{
	        border:1px solid #b80f0f;
	        border-radius:6px;
	        padding: 25px;
	        background:#efefef;
	        text-align:center;
        }

        #industries #card h2 {
        color:#374999;
        font-size:1em;
        font-weight:bold;
        }

         #industries #card i {
          font-size:5em;
          font-weight:bold;
          color: #b80f0f;
         }

        section {
            padding: 100px 20px 20px;
        }

        label, input, textarea, button {
            margin-bottom: 20px;
            padding:10px;
            border-radius:6px;
            border:1px solid #333333;
            height:auto;
        }
        form button {
            padding: 10px;
            border: none;
            cursor: pointer;
            width:250px;
            font-weight:bold;
            text-transform:uppercase;
        }
        form label {
            display:none;
        }

        #image-section {
        background:#edebeb;
        padding:20px;
        text-align:center;
        border-radius:6px;
        margin-bottom:15px;
        color:#000000;
        }

        #image-section img {
        max-width:100%;
        height: auto;
        border-radius:6px;
        }

        #footer {
            text-align:center;
            border-top:1px solid #edebeb;
        }

        #footer a {
            text-decoration:none;
            color: #012c6d;
            margin-bottom: 5px;
        }

        #footer li {
            margin-bottom: 10px;
        }

        #footer a:hover {
            color: #b80f0f;
        }


@media (max-width: 768px) {
    nav {
        justify-content: space-between;
        padding: 10px 20px;
    }
    #menu-toggle {
        display: block;
        margin-right:20px;
    }
    #nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: #333;
        padding: 10px 0;
        margin: 0;
        transition: max-height 0.5s ease-in-out;
        max-height:0;
        overflow: hidden;
    }
    #nav-menu.active {
        display: block;
        max-height: 500px;
    }
    #nav-menu li {
        text-align: center;
        margin: 10px 0;
    }
    #nav-menu li a:hover {
        display:none;
    }
    #home {
        margin-top: 150px;
    }

    form button {
        width:80%;
    }
    form #name {
    width:auto;
    }
    form #email {
    width:auto;
    }

    /* custo - new for small devices */
    .text-white{
        width: 100% !important;
        text-align: center;
    }

    .videoheader {
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .videoheader video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

    .btn{
        margin-bottom: 10px;
    }

    .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
    }
}

/* custom - new */
#nav-container{
    justify-content: space-around;
    padding-left: 35px;
    padding-right: 35px;
    min-height: 200px;
}

.form-label{
    padding: 0px;
    border: none;
    display: contents;
}

.form-control{
    margin-bottom: 0px;
}

.form-group{
    margin-bottom: 20px;
}

li:hover .dropdown-menu {
    display: block !important;
    text-decoration: none !important;
    background-color: #012c6d !important;
}

.dropdown-item{
    color: white;
}

.text-white{
    width: 55%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.scroll-content{
    background-attachment: local;
}

.scroll-text {
    text-shadow: 
    1px 1px 0 black, 
    -1px 1px 0 black, 
    1px -1px 0 black, 
    -1px -1px 0 black; /* Creates a border effect */
}

.scroll-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-image: url('../images/Training-.jpeg'); Replace with your image */
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
    z-index: -1;
}

.accordion-button{
    margin-bottom: 0;
}

.separator {
    height: 1px;
    background-color: #dee2e6;
    margin: 20px 0;
}

.partner-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#selectedTagsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.selected-tag {
    background-color: #007bff;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}
.selected-tag-remove {
    margin-left: 5px;
    cursor: pointer;
    color: white;
}
#tagsSelect {
    height: auto;
    min-height: 38px;
}

.file-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d12c2c;
}
.file-card {
    transition: transform 0.2s, box-shadow 0.2s;
}
.file-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.black-alive-header{
    text-transform: uppercase;
    font-weight: 450;
}

.red-alive-header{
    text-transform: uppercase;
    font-weight: 550;
    color: #d12c2c;
}

.custom-hr{
    height: 5px; /* Adjust height as needed */
    width: 10%; /* Adjust width as needed */
    background-color: navy; /* Navy blue color */
    border: none; /* Remove default border */
    margin: auto; /* Center the hr horizontally */
    opacity: 1;
    margin-bottom: 10px;
  }


/* fix subpost php injection */
/* fix issue with edit */
/* add footer */
/* fix issue with background image */