@font-face {
  font-family: 'Roboto';
  src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  /* IE9 Compat Modes */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/*///////////// SEO //////////////*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*///////////// STRUCTURE //////////////*/
html {
  width: 100% !important;
  overflow-x: hidden; /* Change from overflow: hidden */
  background-color: #fff;
}

body {
  font-family: 'Roboto', Courier New Verdana, sans-serif !important;
  background-color: #fff !important;
  margin: 0; /* Remove margin-right: -1px */
  overflow-x: hidden;
  min-height: 100vh; /* Changed from height to min-height */
  overflow-y: auto !important;
  display: flex;
  flex-direction: column;
}
.bg-black{
  background-color: #000 !important;
}
.ff-electrolize {
  font-family: 'Electrolize', Courier New Verdana, sans-serif !important;
  color: #000;
}

header {
  height: 90px !important;
  width: 100%;
  margin: 0 auto;
  z-index:100 !important; 
  background-color: #000 !important;
}

.border-header {
  background-size: 100% 90px;
  background-repeat: no-repeat;
  height: 90px !important;
}
.header-background{
  background-image:url('../images/layout/header.webp');
  background-size: 100% 98px;
  background-repeat:no-repeat;
}

.main-container {
  display: block !important;
  color:#000;
  background-color: #fff;
  flex: 1; /* This makes main-container grow to fill available space */
}

footer {
  background-image:url('../images/layout/footer.webp');
  background-repeat: no-repeat;
  background-size: 100% 16px;
  background-position-y:-1px;
  background-color: #000 !important;
  z-index:10 !important;
  width: 100%;
  color: white;
  padding: 10px 0 0 0;
  height: 97px;
  max-height: 100px !important;
  display: block;
  margin-top: auto; /* This pushes footer to bottom when content is short */
}

/*///////////// UI //////////////*/

/* Header */
header .dep-link {
  color: #fff;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 16px;
  letter-spacing: 0;
}


header .dep-link:hover {
  color: #FF9900 !important;
  /*border-bottom: solid 2px #000;*/
}

.link-margin{
  margin-bottom:3px;
}
.logo:hover {
  border-bottom: none;
}

/* Desktop Menu */

.dropdown-menu-dark {
  background-color: #000 !important;
  margin-top: 20px !important;
}

.dropdown-menu-dark>li>.dropdown-item:hover {
  text-decoration-color: #FF9900 !important;
}

.accordion-item,
.dropdown-menu {
  border: 0 !important;
}

.dropdown-menu {
  transform: translate(0px, 36px) !important;
}

.dropdown-toggle-split {
  color: #fff;
}

.dropdown-toggle-split:hover {
  color: #000;
}

/* Mobile Menu */
.dropdown-menu-mobile {
  margin-top: 50px !important;
}

.mobile-menu button {
  background: none;
  border: none;
}

.mobile-menu button i {
  color: #fff;
  transition: all 0.3s ease-in;
}

.mobile-menu button i:hover {
  color: #FF9900;
}
.accordion-button:hover{
  color: #FF9900 !important;

}

/* Search Styles*/
.btn-search {
  background: none;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in;
}

.btn-search:hover {
  color: #FF9900 !important;
}

#search-form {
  display: none;
  background: #fff;
  position: relative;
  z-index: 1000;
}

#search-container {
  width: 100%;
  position: absolute;

}

#search-container input {
  width: 89%;
  height: 50px;
  font-size: 22px;
  border-radius: 0;
}

#search-container button.submit {
  width: 11%;
  background-color: #000;
  color: #fff;
  border-radius: 0 !important;
  border-color: transparent;
  font-size: 25px;
  height: 50px;
  top: 0;
  left: 89%;
  position: absolute;
}

.form-group {
  margin-bottom: 0 !important;
}

/* Footer */
#topBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 94%;
  z-index: 99;
  width: 41px;
  height: 41px;
  border: solid 2px #FF9900;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 35px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.fa-caret-up {
  position: relative;
  top: -5px;
}

#topBtn:hover .pop {
  animation: pop 0.3s linear 1 !important;
}

footer a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in !important;
  text-decoration: none !important;
  font-size: 18px !important;
}

footer a:hover,
footer a:focus {
  color: #FF9900 !important;
  text-decoration: underline !important;
}

/*.fa-facebook-square,
.fa-instagram,
.fa-youtube {
  color: #fff;
}
.fa-facebook-square:hover {
  color: #1877F2 !important;
}
.fa-instagram:hover {
  background: radial-gradient(circle at 12% 107%, #fdf497 4%, #fdf497 16%, #fd5949 38%, #d6249f 66%, #285AEB 92%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.fa-youtube:hover {
  color: #FF0000 !important;
} */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Default UI styles*/


a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #FF9900;
  font-weight: bold !important;
  transition: all 0.3s ease-in !important;
}

a:hover {
  color: #FF9900 !important;
  text-decoration: underline;
  text-decoration-color: #000;
}

.active {
  text-decoration: none !important;
  color: #FF9900 !important;
}

.activeA {
  color: #FF9900 !important;
  text-decoration: none !important;
}

.button {
  display: flex;
  align-items: center;
  justify-self: end;
  background-color: rgba(240, 240, 240, 0.8);
  border: 2px solid #000;
  padding: 4px 8px;
  text-align: center;
  margin-left: 25px;
  text-decoration: none;
  cursor: pointer;
}

/* Page Elements */
.span-new {
  top: 30px;
  right: 10px;
  border-radius: 50%;
  font-size: 18px;
  padding: 14px 8px;
}

/* Home Page Elements */

#homeCarousel {
  height: calc(100vh - 187px); /* Match main container height: viewport minus header (90px) and footer (97px) */
}

.carousel-control-prev {
  text-decoration: none !important;
}

.carousel-control-next {
  text-decoration: none !important;
}

.banner {
  position: relative;
  z-index: 0 !important;
  height: 100% !important; /* Fill the entire minh-550 container */
  max-height: calc(100vh - 187px) !important; /* Subtract header (90px) + footer (97px) */
  overflow: hidden;
}

.banner-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: calc(100vh - 187px) !important;
  min-height: calc(100vh - 187px) !important;
}

.banner-text {
  position: absolute;
  bottom: 12%;
  z-index: 10;
  padding: 20px;
  max-width: 40%;
}

.banner-text-left {
  left: 5%;
}

.banner-text-right {
  right: 5%;
}

.banner-title{
  background-color: #7FBA00 !important;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 15px !important;
  position: relative;
}

.banner-body {
  position: relative !important;
  bottom: auto !important;
  width: auto !important;
  left: auto !important;
  margin-bottom: 15px;
}

.banner-btn {
  position: relative;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 0;
  background-color: transparent !important;
  transition: all 0.3s ease-in;
}

.banner-btn:hover {
  border-color:#000;
  background-color: #fff !important;
}
.banner-btn:hover a {
  color: #000 !important;
}

.banner-btn a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
}


/* Department Page Elements */
.card img {
  height: 220px;
  transition: opacity 0.5s ease-in-out;
  /* Smooth transition for opacity */
  position: absolute;
  top: 0;
  left: 0;
}

.card {
  position: relative;
  height: 380px;
  color:#000;
}

.card img.hidden {
  opacity: 0;
}

.card img.show {
  opacity: 1;
}

.card .fa-refresh {
  cursor: pointer;
}

.card .fa-refresh:hover+.tooltip {
  opacity: 1;
  visibility: visible;
}

.card .tooltip {
  position: absolute;
  top: -30px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  z-index: 10;
}

.card:hover>img {
  animation: pop2 0.3s linear 1;
}

/* Product Page Elements */
.product-video:hover .pop {
  animation: pop 0.3s linear 1;
}

.striped:nth-child(even) {
  background-color: #ddd;
}
.prod-container a{
  color:#000;
}
.findDealerButton {
  display: block;
  min-width: 130px !important;
  text-decoration: none !important;
  background-color: #fff;
}
.findDealerButton:hover {
  border-color: #FF9900;
}

.submitButton {
  display: block;
  min-width: 130px !important;
  text-decoration: none !important;
}

.submitButton:hover {
  color: #FF9900;
}

#LargeImage:hover .ImageContainer-zoom-icon {
  animation: shake 0.5s linear;
}

#LargeImage {
  text-align: center;
}

#thumbnails {
  text-align: center;
  padding-bottom: 10px;
}

.thumbnail_strip {
  margin: auto;
}

#ProductDownloads a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in;
  justify-self: start !important;
  width: 236px;
}

#ProductDownloads a:hover {
  border-color: #FF9900;
}

.ProductText {
  margin-top: 20px;
}

.ProductText ul {
  margin-left: 20px;
  padding: 0;
}

.ProductText li {
  margin: 5px 0;
}

.ProductText a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #FF9900;
}

.ProductText a:hover {
  color: #FF9900;
}

.ProductThumbnail {
  margin: 5px 3px;
}

.img-thumbnail {
  padding: 0;
  margin: 4px 0;
  width: 100%;
}

.ProductText h3 {
  margin-top: 40px;
}

.table td {
  border: none !important;
  padding: 4px 5px !important;
  font-size: 14px;
}

.Disclaimer {
  font-style: italic;
  font-size: 12px;
}

.ImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.ImageContainer-zoom-icon {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 10;
  pointer-events: none;
}

.product-playlist {
  padding: 0px !important;
  background: none !important;
  width: 100%;
  height: 360px;
}

.product-video {
  height: 360px;
  width: 100%;
}

/* North American Dealers */
#map {
  width: 880px;
  height: 430px;
}

#map a {
  color: black;
  text-decoration: underline;
}

#map a:hover {
  color: #FF9900;
}

.bh-sl-container {
  float: none;
}

.bh-sl-container button,
.bh-sl-container .bh-sl-loc-list .list-label {
  background: #000;
}

.bh-sl-container button:hover {
  background: #FF9900;
}

/* International Distributors */
.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 4px;
  padding: 10px;
  z-index: 1000;
  display: none;
  color: #232323;
}

.mapael .map {
  overflow: hidden;
  position: relative;
  background-color: #9cc0f9;
  border-radius: 5px;
}

.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mapael .zoomReset {
  top: 10px;
}

.mapael .zoomIn {
  top: 30px;
}

.mapael .zoomOut {
  top: 50px;
}

/*///////////// COLOURS //////////////*/
.text-blue {
  color: #FF9900;
}

.bg-blue {
  background-color: #FF9900 !important;
}

.bg-opaque {
  background-color: rgba(240, 240, 240, 0.6);
}

.bg-grey {
  background-color: #404040;
}

.bg-black {
  background-color: #000;
}

.link-light {
  color: #fff !important;
}

.link-light:hover {
  color: #FF9900 !important;
  text-decoration: none !important;
}

.link-dark {
  text-decoration: underline;
  text-decoration-color: #FF9900;
  transition: all 0.3s ease-in;
}

.link-dark:hover {
  color: #FF9900;
}


/*/////////////// SIZES /////////////////*/
.fs-7 {
  font-size: 14px;
}

.maxw-220 {
  min-width: 40px;
  max-width: 200px;
}

.maxw-300 {
  min-width: 40px;
  max-width: 300px;
}

.maxw-500 {
  min-width: 15px;
  max-width: 300px;
}

.maxh-20 {
  min-height: 20px;
  max-height: 20px;
}
.maxh-30 {
  min-height: 30px;
  max-height: 30px;
}

.maxh-40 {
  min-height: 40px;
  max-height: 40px;
}

.maxh-48 {
  min-height: 0px;
  max-height: 48px;
}

.maxh-60 {
  min-height: 60px;
  max-height: 60px;
}

.maxh-75 {
  min-height: 60px;
  max-height: 100px;
}

.maxh-80 {
  min-height: 80px;
  max-height: 80px;
}

.maxh-90 {
  min-height: 30px;
  max-height: 90px;
}

.maxh-100 {
  min-height: 100px;
  max-height: 100px;
}

.maxh-120 {
  min-height: 120px;
  max-height: 120px;
}

.maxh-120-2 {
  min-height: 40px;
  max-height: 120px;
}

.maxh-140 {
  min-height: 20px;
  max-height: 140px;
}

.maxh-150 {
  min-height: 40px;
  max-height: 150px;
}

.maxh-170-2 {
  min-height: 90px;
  max-height: 170px;
}

.maxh-170 {
  min-height: 170px;
  max-height: 170px;
}

.maxh-175 {
  min-height: 90px;
  max-height: 175px;
}

.maxh-180 {
  min-height: 180px;
  max-height: 180px;
}

.maxh-200 {
  min-height: 200px;
  max-height: 200px;
}

.maxh-240 {
  min-height: 240px;
  max-height: 240px;
}

.maxh-300 {
  min-height: 300px;
  max-height: 300px;
}

.maxh-480 {
  min-height: 480px;
  max-height: 480px;
}

.maxh-540 {
  min-height: 540px;
  max-height: 540px;
}

.maxh-700 {
  min-height: 700px;
  max-height: 700px;
}

.minh-550 {
  min-height: 750px;
  position: relative; /* Ensure proper positioning */
}

.margin-minus {
  margin-left: -40px;
}
/*////////// MEDIA QUERIES //////////*/
@media (max-width:350px){
  .banner-body {
    width:290px !important;
  }
}

@media (max-width:576px){
  .findDealerButton{
    min-width:80px !important;
    height: 50px !important;
  }
}

@media (max-width: 991px) {
  #homeCarousel {
    height: calc(100vh - 95px) !important;
  }
  
  .banner {
    height: calc(100vh - 95px) !important;
    max-height: calc(100vh - 95px) !important;
  }
  
  .banner-image img {
    height: calc(100vh - 95px) !important;
    min-width: 100% !important;
    object-fit: fit !important;
    object-position: center !important;
  }
}

@media (max-width: 767px) {
  body{
    font-size: 0.8rem !important;
  }
  header{
    min-height: 95px !important;
    max-height: 95px !important;
  }
  .maxh-60{
    min-height: 50px !important;
    max-height: 50px !important;
  }
  .maxh-100{
    min-height: 95px !important;
    max-height: 95px !important;
  }
  .maxh-220{
    min-height:140px !important;
    max-height:170px !important;
  }  
  .menu>div {
    height: 30px !important;
    padding-top: 8px;
  }
  .menu {
    margin-top: 60px;
    height: 30px !important;
    background-image: -webkit-linear-gradient(130deg, #555 94%, rgba(0, 0, 0, 0) 0%);
  }
  .dropdown-item {
    font-size: 0.8rem !important;
  }
  footer{
    height:60px !important;
  }
  footer a {
    font-size: 0.8rem !important;
  }
  #topBtn{
    bottom: 10px !important;
    left: 85% !important;
  }


.banner-text {
  bottom:130px !important;
  left:40px !important;
  padding: 8px !important;
  font-size:1rem !important;
}
.banner-body {
  background-color: rgba(0,0,0,0.4) !important;
  padding:4px !important;
  text-shadow: 2px 2px 3px #000,
  -2px -2px 3px #000 !important;
  font-size:0.9rem !important;
}
.banner-btn a{
  padding:7px 4px 4px !important;
  width: 100px !important;
  height: 40px !important;
  font-size: 0.8rem !important;
}
.banner-title{
  font-size:1.4rem;
}
.span-new{
  top: 10px;
  right:10px;
}
  .carousel-indicators [data-bs-target] {
    height: 13px !important;
  }
  .header>.row {
    margin: 0 15px;
  }
  .ProductContainer {
    margin-top: 10px;
  }
  #ProductMedImage {
    min-height: 0px;
  }
  #search-container button.submit {
    margin: 0;
  }
  .ImageContainer {
    margin-top: 20px;
  }
  #search-container input,
  #search-container button.submit {
    float: left;
  }
  .prod-row {
    display: inline-block;
  }

}

@media (min-width: 991px) and (max-width: 1366px) and (max-height:610px){
  body{
    font-size: 0.8rem !important;
  }
  header{
    min-height: 95px !important;
    max-height: 95px !important;
  }
  .maxh-60{
    min-height: 50px !important;
    max-height: 50px !important;
  }
  .maxh-100{
    min-height: 95px !important;
    max-height: 95px !important;
  }
  .maxh-220{
    min-height:170px !important;
    max-height:170px !important;
  }  
  .menu>div {
    height: 30px !important;
    padding-top: 8px;
  }
  .menu {
    margin-top: 60px;
    height: 30px !important;
    background-image: -webkit-linear-gradient(130deg, #555 94%, rgba(0, 0, 0, 0) 0%);
  }
  .dropdown-item {
    font-size: 0.8rem !important;
  }
  footer{
    height:60px !important;
  }
  footer a {
    font-size: 0.8rem !important;
  }
  #topBtn{
    bottom: 10px !important;
  }

.banner-text > img {
  transform:scale(0.8) !important;
}
.banner-text {
  bottom:10px !important;
  left:80px !important;
  padding: 8px !important;
  font-size:1rem !important;
}
.banner-body {
  background-color: rgba(0,0,0,0.4) !important;
  padding:4px !important;
  text-shadow: 2px 2px 3px #000,
  -2px -2px 3px #000 !important;
  font-size:0.9rem !important;
}
.banner-btn a{
  padding:7px 4px 4px !important;
  width: 100px !important;
  height: 40px !important;
  font-size: 0.8rem !important;
}
.banner-title{
  font-size:1.4rem;
}
.span-new{
  top: 10px;
  right:40px;
}
}
@media (min-width: 991px) and (max-width: 1634px){
   .banner-image img {
    height: calc(100vh - 187px) !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
   }
}
@media (min-width: 767px) and (max-width: 1188px)  {

  .banner-text {
    bottom: 100px;
    left: 100px;
    padding: 8px;
  }
  .banner-body, .banner-btn {
    background-color: rgba(0,0,0,0.4);
    padding:4px;
    text-shadow: 2px 2px 3px #000,
    -2px -2px 3px #000;
  }

  #ProductDescription {
    margin-bottom: 20px;
  }
}


@media (min-width: 400px) {
  /* Removed fixed footer positioning to allow flexible footer behavior */
}




/*/////////////////// ANIMATIONS ///////////////////*/
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes pop2 {
  50% {
    transform: scale(1.1);
  }
}

@keyframes shake {
  10% {
    transform: rotate(-25deg);
  }

  30% {
    transform: rotate(25deg);
  }

  50% {
    transform: rotate(-25deg);
  }

  70% {
    transform: rotate(25deg);
  }

  90% {
    transform: scale(1.4);
  }
}