body {
    font-family: "Inter Tight", sans-serif;
	overflow-x: hidden;
}

span {
	font-family: "Inter Tight", sans-serif;
}

::selection {
	color: #fff;
	background: #d11f2e;
}

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7); /* Black background with opacity */
	z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
}

.vertical-nav {
  min-width: 17rem;
  width: 17rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  overflow-y: auto;
}

.page-content {
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}

#sidebar {
	  background-color: #3a3a3a !important;
	  z-index: 1000;
}

#sidebar img {
	padding: 10px;
}

.bg-yellow {
	background-color: #ffdd00;
}

.bg-dark-grey {
	background-color: #444;
}

.bg-red {
	background-color: #d11f2e;
}

.grey {
	color: #444;
}

.nav-item a {
	display: block;
	text-transform: uppercase;
	font-family: 'Inter Tight', sans-serif;
	margin-left: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.5s ease;
}

.nav-item a:hover {
	color: #fab500;
	animation: headShake; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 0.8s; /* don't forget to set a duration! */
}

.nav-item a:active {
	color: #fab500;
}

.nav-item a:focus {
	color: #fab500;
}

.nav-item ul {
	list-style: none;
	display: none;
}

.nav-subitem a {
	margin-left: 16px;
	color: #fff;
	font-size: 16px;
	padding-bottom: 6px;
	text-transform: none;
	font-weight: bold;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -17rem;
}

#content {
	margin-left: -0rem;
	width: 100%;
}

#content.active {
  width: 100%;
  margin: 0;
  
}

#sidebarCollapse {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1090;
	transition: all 0.5s ease;
}

#sidebarCollapse:hover, #product-showcase-btn:hover {
	background-color: #fab500;
}

#sidebarCollapse .close {
	background-color: #3a3a3a !important;
	color: #fff !important;
}

/*@media (max-width: 768px) {
  #sidebar {
    margin-left: -17rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
  }
}*/

.white {
	color: #fff;
}

.red {
	color: #d11f2e;
}

.yellow {
	color: #fab500;
}


.ramsay-btn {
  color: #fff;
  background: #d11f2e;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 1.1rem;
  padding: 12px 35px;
  display: inline-block;
  transform: skew(-21deg);
  transition: all 0.5s ease;
}
.ramsay-btn:visited {
  color: #fff;
}
.ramsay-btn:hover {
  background: #fab500;
  color: #fff;
}
.ramsay-btn > span {
  display: inline-block;
  transform: skew(21deg);
}

.size-large {
	font-size: 1.5rem;
}

.size-largest {
	font-size: 2rem;
}

.w-100 {
	width: 100%;
}

.grid {
	background: rgba(0,0,0,0.6);
	transition: all 0.5s ease;
}

.grid:hover {
	background: rgba(0,0,0,0.4);
}

#footer-container {
	background-color: #3f3f3f;
}

#footer-container a {
	display: block;
	color: #fff;
	padding-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
}

#footer-container a:hover {
	color: #fab500;
}

#footer-copyright-container {
	background-color: #333;
	color: #fff;
}

.clear {
	text-decoration: none;
}

.product {
	background-color: #fff;
}

.product:hover {
	background-color: #f7f7f7;
}

.border-top-red {
	border-top: 6px solid #fab500;
}

.red-link, .red-link:hover, .red-link:active, .red-link:focus {
	color: #d11f2e;
}

.yellow-link, .yellow-link:hover, .yellow-link:active, .yellow-link:focus {
	color: #fab500;
	text-decoration: none;
}

.white-link, .white-link:hover, .white-link:active, .white-link:focus {
	color: #fff;
	text-decoration: none;
}

.download-pdf {
	background-color: #d11f2e;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

.download-pdf:hover {
	color :#fff;
	text-decoration: none;
}

.border-6 {
	--bs-border-width: 8px;
}

@font-face {
  font-family: 'accoyadisplay-regular';
  src: url('accoyadisplay-regular-webfont.woff2') format('woff2'),
  url('accoyadisplay-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.accoya-title {
	font-family: 'accoyadisplay-regular';
}

.accoya-content {
	font-family: 'Mulish';
}

.grecaptcha-badge { 
    visibility: hidden;
}

.accordion {
	--bs-accordion-active-bg: #d11f2e;
	--bs-accordion-active-color: #fff;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.download-link:hover i {
	color: #d11f2e;
}

.carousel-indicators-yellow .carousel-indicators li {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #fab500;
}

.carousel-indicators-yellow .carousel-indicators [data-bs-target] {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #fab500;
}

.form-container-required {
	border: 2px solid #d11f2e;
}

#logo-container {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
	max-width: 350px;
	top: 0px;
	left: 0px;
	z-index: 10;
	border-bottom-right-radius: 100px;
}


.img-margin-top-mobile {
	margin-top: 152px;
}

.img-margin-top {
	margin-top: 152px;
}

#mobile-static-header {
	background: rgba(0, 0, 0, 0.8);
}

#home-carousel-container {
	margin-top: 152px;
}

@media (min-width: 1400px) {
	
	.img-margin-top-mobile {
		/*margin-top: 0px;*/
	}
	
	.sticky-visible {
		display: block !important;
	}

}

@media (min-width: 1200px) {

	#home-carousel-container {
			margin-top: 0px;
	}
	
}






@keyframes moveLeft {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2); /* Add scaling effect if needed */
    }
}

.freeman-regular {
	font-family: "Freeman", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  

#home-slide-text-container {
    transition: background-color 1s ease;
	min-height: 420px;
}

#slide-text, #slide-title {
	transition: color 1s ease;
}

#home-slide-image-container {
    border: 30px solid #d11f2e;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    transition: border-color 1s ease;
}

.slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	animation: moveLeft 8s forwards;
}


#home-slide-image-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the content fits within the container */
}