/* makes sizing simpler */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default spacing */
/* force styling of type through styling, rather than elements */

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* dark mode user-agent-styles */

html {
  color-scheme: dark light;
}

/* min body height */

body {
    min-height: 100vh;
    width: 100%;
    background-color: white;
   
  
 
}

html {
  scroll-behavior: smooth;
}

h1 {
    
   
  color: black;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
    font-weight: 500;
  font-style: normal;
  text-wrap: balance;

 
}

h1.hero-text {
  font-size: 2.7rem;
  font-family: 'Inter', sans-serif;
  color: white;
  font-weight: 700;
  text-align: left;
  margin:.5rem 1rem;


}

h2.hero-text {
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: white;
  font-weight: 300;
  text-align: left;
  margin:1.5rem 1rem 0 1rem;
}


p.hero-text {
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
  color: white;
  font-weight: 500;
  text-align: left;
  margin: .5rem 1rem;

}

p {
    
   
  color: black;
  text-align: center;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-wrap: balance;

 
}

li {
    
   
  color: black;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
    font-weight: 500;
  font-style: normal;
  font-size: 1rem;

  list-style: none;
  background-image: url('images/check_small.svg'); /* Replace with your SVG path */
  background-repeat: no-repeat;
  background-position: left center; /* Adjust positioning as needed */
  background-size: 30px; /* Adjust size of the SVG */
  padding-left: 30px; /* Add padding to make space for the SVG */
  line-height: 2;

}


.quote-text {
  color: black;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
    font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;

}


h2.package-title {
  color: black;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
    font-weight: 700;
  font-style: normal;
  padding-top: 1rem;;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

nav {
  position: fixed;
  background-color: black;
  height: 6rem;
  width: 100%;
  z-index: 100;
}

.nav-logo {
height: 100px;
width: 100px;
}

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

.hero-container {
  min-height: 40rem;
  width: 100%;
  background-image: url(images/bsf-hero-image-dark.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.hero-text {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  margin: 0 2rem 4rem 2rem;
}

.hero-button { 
  margin: 1rem 0 0 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #B89853;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: flex;
  
  align-items: center;
 
  

}

.hero-button.product { 
  margin: 0 0 0 0;
  padding: 0.75rem 1.5rem;
  background-color: #B89853;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: flex;
  
  align-items: center;
 
  

}

.phone {
  padding: 0 .5rem 0 .5rem;
}

.service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  background-color: #EBEBEB;
  min-height: 30rem;
  border-radius: 25px;
  margin: 1.5rem;
  /* desktop css max-width: 1200px;
  margin: 2rem auto;*/

}



/*.package-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  width: 300px;
  min-height: 20rem;
  margin: 0rem 2rem 0 2rem;
}*/

.carousel-cell.package {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  width: 300px;
  min-height: 30rem;
  margin: 0rem 2rem 0 2rem;
}

.package-text {
  padding: 0 0 1rem 0;
  margin: 0 0 0 0;
  font-weight: 200;
  
}

h1.package-text {
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 700;
  text-align: center;
  margin:1rem 0 0 0;
}

h2.package-text {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 300;
  text-align: center;
  margin:1rem 0 0 0;
}

.image-container {
  min-height: 10rem;
  width: 100%;
  background-image: url(images/security-panel.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px 25px 0px 0px;
  
}

.image-container.environmental {
  min-height: 10rem;
  width: 100%;
  background-image: url(images/co2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px 25px 0px 0px;
  
}

.image-container.video {
  min-height: 10rem;
  width: 100%;
  background-image: url(images/video.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px 25px 0px 0px;
  
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  min-height: 10rem;
  width: 100%;
  border-radius:  0px 0px 25px 25px;

}

ul {
margin: 2rem 0 2rem 0;

}

.quote-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 25px;
  margin: 0 0 2rem 0;
}

.quote-wrapper.product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 25px;
  margin: 0 0 2rem 0;
}

.call-to-action-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  margin: 0 2rem 1rem 2rem;
}

.call-to-action-wrapper.product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 0 0 0;
  margin: 0 0;
}


.product-container {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-areas:
    "text"
    "space"
    "image";
  min-height: 30rem;
  border-radius: 25px;
  margin: 0 1.5rem 3rem 1.5rem;
  /* desktop css max-width: 1200px;
  margin: 2rem auto;*/

}

.image-wrapper {
  grid-area: image;
  width: 100%;
  background-image: url(images/home-security.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 25rem;
  border-radius: 0 0 25px 25px;
}

.image-wrapper.keyless {
  grid-area: image;
  width: 100%;
  background-image: url(images/keyless-entry.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 25rem;
  border-radius: 0 0 25px 25px;
}


.image-wrapper.locksmith {
  grid-area: image;
  width: 100%;
  background-image: url(images/locksmith.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 25rem;
  border-radius: 0 0 25px 25px;
}

.image-wrapper.installation{
  grid-area: image;
  width: 100%;
  background-image: url(images/install.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 25rem;
  border-radius: 0 0 25px 25px;
}

.image-wrapper.fire {
  background-image: url(images/commercial-fire-image.webp);

}

.image-wrapper.commercial {
  background-image: url(images/commercial-martel-closeup.webp);

}

.image-wrapper.right.family {
  background-image: url(images/family.jpg);

}

.product-text {
  grid-area: text;
  background-color: #EBEBEB;
  border-radius: 25px 25px 0 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 3rem;

}

h1.package-text.product {
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 700;
  text-align: left;
  margin:1rem 0 0 0;
}

h2.package-text.product {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 300;
  text-align: left;
  margin:1rem 0 0 0;
}

p.package-text.product {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 500;
  text-align: left;
  margin:1rem 0 0 0;
}

#fabb3cdf-1ada-4755-9dfa-70858fbdd3f1 {
  scroll-margin-top: 80px; /* Adjust this value as needed to clear your header */
}

h1.review-text {
  font-size: 2rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 300;
  text-align: left;
  margin: 2rem 1.5rem 0 1.5rem;
}

p.package-text.review {
  text-align: left;
  margin: 1rem 1.5rem;
}

.review-container {
  max-width: 1700px;
  margin: 2rem auto;
  padding: 1rem 0;

}


.flickity-viewport {
  min-height: 25rem;
}

.carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}

.carousel {
    width: 100%;
  
}


.carousel-cell.review {
    display: flex;
    flex-direction: column;
    max-width: 40rem;
    width: 70%;
    height: 350px;
    margin-right: 2rem;
    background: #EBEBEB;
    border-radius: 25px;
    counter-increment: carousel-cell;
    padding: 3rem 1rem 1rem 1rem;
    text-align: left;
  }
  

  

  

  .review-quote {
text-align: left;
padding: 1rem;
  }

  .review-author {
    text-align: left;
    padding: 0 1rem 0 1rem;


  }

  .stars{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem 0 1rem;
    margin: 0 0 0.5rem 0;
  }


  footer {
    background-color: black;
    padding: 0rem 0rem 3rem 0rem;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-start;
    padding: 2rem 0 0 0;
    color: white;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-start;
    padding: 2rem 1rem;
    color: white;
  }

  p.footer-text {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 500;
    text-align: left;
    margin: .5rem 1rem;
  
  }

  p.footer-text.copyright {
    font-size: .65rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 500;
    text-align: left;
    margin: 0 0;
  
  }

  h2.footer-text {
    font-size: .9rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 900;
    text-align: left;
    margin:1.5rem 1rem 0 1rem;
  }

  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }

  .footer-logo {
    padding: 0 0 0 1rem;
  }

  .email {
    color: #B89853;
    text-decoration: none;
  }

  .social-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 1rem 0;
    gap: 1rem;
  }

  .footer-nav-logo {
    height: 7rem;
    width: 7rem;
    }










/*Desktop Optimizations*/




@media (min-width: 1200px) {


  h1.hero-text {
    font-size: 5rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 700;
    text-align: left;
    margin:.5rem 1rem;
  
  
  }


h1.package-text {
  font-size: 3rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 500;
  text-align: center;
  margin:1rem 0 0 0;
}

h1.package-text.product {
  font-size: 2rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 700;
  text-align: left;
  margin:1rem 0 0 0;
}

p.package-text.product {
  font-size: 1.2rem;
  font-family: 'Inter', sans-serif;
  color: black;
  font-weight: 500;
  text-align: left;
  margin:1rem 0 0 0;
}


  .hero-container {
    min-height: 50rem;
    width: 100%;
    background-image: url(images/bsf-hero-image-dark.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: self-end;
  }


  .hero-button { 
    margin: 1rem 0 0 1rem;
  
    background-color: #B89853;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 1.2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: flex;
    
    align-items: center;
   
    
  
  }
  
  .hero-button.product { 
    margin: 0 0 0 0;
    padding: 1rem 2rem;
    background-color: #B89853;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 1.2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: flex;
    
    align-items: center;
   
    
  
  }



  .service-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    background-color: #EBEBEB;
    min-height: 30rem;
    border-radius: 25px;
    margin: 1.5rem;
    max-width: 1700px;
    margin: 2rem auto;
  
  }




  .product-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-areas:
      "image text";
    min-height: 50rem;
    border-radius: 25px;
    margin: 0 1.5rem 3rem 1.5rem;
 max-width: 1700px;
    margin: 4rem auto;
  
  }
  
  .image-wrapper {
    grid-area: image;
    width: 100%;
    background-image: url(images/home-security.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25rem;
    border-radius: 25px 0 0 25px;
  }


  .image-wrapper.keyless {
    grid-area: image;
    width: 100%;
    background-image: url(images/keyless-entry.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25rem;
    border-radius: 0 25px 25px 0;
  }
  
  
  .product-text {
    grid-area: text;
    background-color: #EBEBEB;
    border-radius: 0px 25px 25px 0px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 5rem;
  
  }


  .product-container.right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-areas:
      "text image";
    min-height: 50rem;
    border-radius: 25px;
    margin: 0 1.5rem 3rem 1.5rem;
 max-width: 1700px;
    margin: 2rem auto;
  
  }
  
  .image-wrapper.right.installation {
    grid-area: image;
    width: 100%;
    background-image: url(images/install.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25rem;
    border-radius: 0px 25px 25px 0px;
    
  }

  .image-wrapper.fire {
    background-image: url(images/commercial-fire-image.webp);
    border-radius: 25px 0 0 25px;

    


  }




  

  .image-wrapper.right {
    grid-area: image;
    width: 100%;
    background-image: url(images/install.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25rem;
    border-radius: 0px 25px 25px 0px;
    
  }


  .image-wrapper.locksmith {
    grid-area: image;
    width: 100%;
    background-image: url(images/locksmith.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25rem;
    border-radius: 0px 25px 25px 0px;
    
  }
  
  
  
  .product-text.right {
    grid-area: text;
    background-color: #EBEBEB;
    border-radius: 25px 0 0 25px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 5rem;
  
  }

  .carousel:after {
    content: ''; /* disable Flickity for large devices */
  }

  .carousel {

    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  
  .carousel-cell.review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    width: 70%;
    height: 400px;
    margin: 2rem;
    background: #EBEBEB;
    border-radius: 25px;
    counter-increment: carousel-cell;
    padding: 4rem 1rem;
    text-align: left;
  }

/* Footer Desktop Optimizations */

  footer {
    display: flex;
    flex-direction: column;
    background-color: black;
    padding:3rem 3rem;
  }

  .footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 0 0 0;
    gap: 2rem;
    color: white;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-start;
    padding: 2rem 1rem;
    color: white;
  }

  p.footer-text {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 500;
    text-align: left;
    margin: .5rem 1rem;
  
  }

  p.footer-text.copyright {
    font-size: .65rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 500;
    text-align: left;
    margin: 0 0;
  
  }

  h2.footer-text {
    font-size: .9rem;
    font-family: 'Inter', sans-serif;
    color: white;
    font-weight: 900;
    text-align: left;
    margin:1.5rem 1rem 0 1rem;
  }

  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }

  .footer-logo {
    width: 10rem;
    padding: 0 0 0 1rem;
  }

  .email {
    color: #B89853;
    text-decoration: none;
  }

  .social-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 1rem 0;
    gap: 1rem;
  }

  .footer-nav-logo {
    height: 20rem;
    width: 20rem;
    }



}

