@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
   
   
   .hero {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero p {
      font-size: 1.2rem;
    }
    /* Additional custom styles */
    .product-card img {
      max-height: 200px;
      object-fit: cover;
    }
    footer {
      background: #333;
      color: #fff;
      padding: 20px 0;
      margin: 80px auto;
    }
    footer a {
      color: #fff;
      text-decoration: none;
    }

    .navbar {
      background-color: rgb(20, 22, 23) !important;
  }

  .nav-link {
      color: white !important;
  }


.nav-item a:hover {
  color: rgb(237, 28, 36);
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: rgb(237, 28, 36);
  }



  .hpHdr {
    color: rgb(237, 28, 36);
    text-transform: uppercase; 
  }


  h3.mt-3 {
    font-size: 20px;
  }

  .commercial {
    border-top: 4px solid rgb(237, 28, 36);
    background: linear-gradient(to bottom, rgba(247,245,250,1) 0%, rgba(255,255,255,1) 15%);
  }


  .commercial h2 {
    color: rgb(237, 28, 36);
  }

  footer {
    background-color: rgb(20, 22, 23) !important;
    color: white;
  }

  .imgfooterLogo {
    display: block;
    width: 300px;
    margin: 30px auto;
  }

  .preNav {
    background-color: #f3f4f7;
    border-bottom: 2px solid #969696;
    padding: 20px 0px 20px 0px;
  }

  .ourTeam {
    background-color: rgb(20, 22, 23) !important;
    padding: 40px 0px 40px 0px;
    color: white;
    margin-bottom: 40px;
  }

  .whiteTxt {
    color: white;
  }

  a.noLine {
    text-decoration: none;
  }

  .btn-form {
    background-color: rgb(237, 28, 36);
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    margin: 10px;
  }

  .navBox {
    width: 100%;
    display: block;
    margin: 0px auto;
    background-color: #737273;
    position: fixed;
    top: 214px;
    left: 4%;
    max-width: 240px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
  }

  @media only screen and (max-width : 450px){
    .navBox {
      width: 100%;
      display: block;
      margin: 0px auto;
      background-color: #737273;
      position: relative;
      max-width: 240px;
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
    }

  }

  ul.theNav {
    padding: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  

  ul.theNav li a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .navBox li {
    list-style: none;
    border-bottom: 1px solid #FFF;
    padding: 10px 10px 10px 6px;
    font-size: 12px;
  }

  .navBox li:last-child {
    padding: 10px 10px 10px 6px;
  }



  .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: rgb(237, 28, 36);
    }


    a.noDecoration {
      text-decoration: none;
      color: rgb(237, 28, 36);
    }


    .img-responsive {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      width: 100%;
      }
      
      a .CatName h2 {
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #212529;
      }
      
      
      
      @media only screen and (max-width : 767px){
        a .CatName h2 {
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          margin-top: 15px;
          margin-bottom: 5px;
          font-family: 'Open Sans', sans-serif;
          font-size: 15px;
          color: #212529;
        }
      }
      
      @media only screen and (max-width : 425px){
        a .CatName h2 {
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          margin-top: 15px;
          margin-bottom: 5px;
          font-family: 'Open Sans', sans-serif;
          font-size: 24px;
          color: #212529;
        }
      }
      
        .descriptionTxt {
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #212529;
      }

      .productBtn {
        color: #FFF;
        background-color: rgb(237, 28, 36);
        margin: 10px auto 30px auto;
        padding: 15px 5px;
        width: 200px;
        border-radius: 4px;
      }

      .col-sm-4 {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Optional: if you want to evenly space items */
    }



    .dropdown-item.emergensee:hover {
      color: #FFF!important;
      background-color: red; /* Change background on hover */
  }
  
    .dropdown-item.prolite:hover {
      color: #000!important;
      background-color: yellow;
    }



    .dropdown-item.spec:hover {
      color: #FFF!important;
      background-color: #000;
    }

    .subNav {
      display: none;
    }
    .theNav li.open > .subNav {
      display: block;
    }

    .toggle-icon {
      float: right;
      margin-left: 10px;
      font-weight: bold;
    }

    .subNav li:last-child {
      border: none;
    }