


:root
{
    --bs-body-font-family:'Montserrat', sans-serif;
    
}


.navbar {
  background-color: transparent; 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-brand img {
  display: block;
}

.navBar .container 
{
    padding: 0;
}

.brandHeader
{
    color: #2c2f2e;
    font-weight: 400;
    font-style: normal;
}

.navHeader
{
    color: white;
    margin-right: 60px;
    float: right;
    text-shadow: 1px 1px 5px #535353;
}

.navHeaderDark
{
    color: #4D774E;
    margin-right: 60px;
    float: right;
    font-weight: 500;
    /* text-shadow: 1px 1px 5px #535353; */
}

.navHeader:hover
{
    text-decoration: underline;
    color: white;
    
}

.hero-image {
    background-image: url("../images/heroImg2.png");
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .hero-imageTP {
    background-image: url("../images/trackThePack.png");
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    
   
    margin-top: 100px;
  }
  
  
.hero-text {
   
    text-align: center;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 4px #535353;
  }

  .hero-header
  {
    font-size: 4.5rem;
    
  }


  .hero-subtext
  {
    font-size: 1.3rem;
  }

.heroBtnGreen
{
    background-color: #4D774E;
    color: white;
    font-size: 1.5rem;
}

.heroBtnGreen:hover
{
  background-color: transparent;
  border-color: white;
  color: white;
}

.about-section {
  background-color: white;
  padding: 2rem;
 
}

.section-header
{
  font-size: 4rem;
   color: #4D774E;
}

.section-headerLight
{
  font-size: 4rem;
   color: white;
}

.ownerImg {
 margin-right: 200px;
 margin-top: 0;
}

.ownerImg img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.282);

  max-width: 700px; 
  height: auto; 
  
}

.owner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; 
  margin-left: 0;
  padding-left: 0;
}

.ownerText {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 800px; 
  text-align: left;
}

.actionBtnGreen
{
  background-color: #4D774E;
  color: white;
  font-size: 1.3rem;
  
}

.actionBtnGreen:hover
{
  background-color: transparent;
  border-color: #4D774E;
  color: #4D774E;
  
  
}

.actionBtnWhite
{
  background-color: white;
  color: #4D774E;
  font-size: 1.3rem;
  
}

.actionBtnWhite:hover
{
  background-color: transparent;
  color: white;
  border-color: white;
  font-size: 1.3rem;
  
}
  
a
{
  text-decoration: none;
}

.services-section
{
    background-color: #4d774ec8;
}


.serviceImg
  {
    margin-right: 20px;
    margin-left: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.282);
    max-width: 350px;
  }

.services 
  {
    flex-wrap: wrap;
  }

.service-group
{
  margin: 2rem;
  text-align: center;
  height: 500px;
  
}

.service-desc
{
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
}

.service-text
{
  max-width: 350px;
  margin: 0 auto;
  color: white;
}

.reviews-section 
  {
    padding: 5px;
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat:repeat;
    background-size: cover;
  }
  
.reviews {
    display: flex;
    flex-wrap: wrap; 
    gap: 1.5rem;
  }
  
.review-card {
    background-color: #fff;
    box-shadow: 5px 5px 16px rgba(79, 78, 78, 0.1);
    width:500px; /* Card width */
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Makes the image circular */
    margin-bottom: 1rem;
  }
  
.rating {
    font-size: 1.2rem;
    color: #ffcc00; /* Gold color for stars */
    margin-bottom: 0.5rem;
  }
  
.review-text {
    font-size: 1rem;
    color: #555;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  

 .contactLinks
 {
  color: black;
 }

 .contactLinks:hover
 {
  color: #4D774E;
 }

 /* PRODUCTS PAGE */

.navHeaderDark
{
  color: #174A42;
}

.products-section 
{
  margin-top: 8rem;
  background-image: url("../images/background.jpg");
  background-position: center;
  background-repeat:repeat;
  background-size: cover;
  
}

.product-card 
{
  background: white;
  max-width: 550px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  margin-right: 2rem;
  margin-left: 2rem;
 
}

.product-card img {
  max-width: 400px;
  height: auto;
  margin: auto;
  margin-bottom: 2rem;
  border-radius: 2px;
  padding-top: 1rem;
}

.product-title {
  font-size: 1.5rem;
  color: #4D774E;
  margin-bottom: 0.5rem;
}

.product-desc {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  margin: auto;
}

.product-features {
  list-style-type: disc;
  padding-left: 1.2rem;
}

.product-features li {
  margin-bottom: 0.5rem;
}

li{
  list-style-type: none;
  color: #174A42;
  text-align: center;
}

.actionButtons
{
  background-color: #4d774ec8;
}

.gallery-section
{
  margin-top: 200px;
}


.gallery-container {
  position: relative;
}


.mySlides {
  display: none;
  text-align: center;
}

.mySlides img 
{
  max-width: 600px;
  margin: 0 auto;
}

.thumbnails 
{
 display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 0 1rem;
}


.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #4D774E;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  display: table;
  clear: both;
}


/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  width: 100px;
  height: auto;
  object-fit: cover;
  transition: 0.3s ease;
  cursor: pointer;;
}

.active,
.demo:hover {
  opacity: 1;
}
  

.trackPack-section
{
  margin-top: 100px;
}
  
  @media (max-width: 768px) 
  {
    .navbar
    {
      background-color: white;
    }

    .navbar-collapse 
    {
        background-color: white;
        text-shadow: 0px 0px ;
        margin-top: 1rem;
        
    }

    .navHeader
    {
      color: #4D774E;
      text-shadow: none;
    }

    .hero-text
    {
      left: 50%;
      width: 300px;
    }
    .hero-header
    {
      font-size: 2rem; 
      
    
    }
    .hero-subtext
    {
      font-size: 1rem;
  
    }

    .heroBtnGreen
    {
        background-color: #4D774E;
        color: white;
        font-size: 1rem;
    }

    .section-header
    {
      font-size: 2.5rem;
      text-align: center;
    }

    .section-headerLight
    {
      font-size: 2.5rem;
    }

    .services {
      flex-direction: column; 
      align-items: center; 
    }
  
    .serviceImg {
      width: 90%; 
    }

    .review-card {
        width: 90%; 
      }

      .owner-content {
        flex-direction: column;
        text-align: center; 
        gap: 1rem; 
       
      }

      .ownerImg
      {
        margin-right: 0;
      }
    
      .ownerImg img {
        margin-bottom: 1rem;
        max-width: 90%; 
       
      }
    
      .ownerText {
        margin-left: 0;
        text-align: left; 
        font-size: 0.9rem;
        max-width: 95%;
      }

      .product-card img {
        max-width: 100%;
      }

      .mySlides img
      {
        max-width: 300px;
      }

      .prev,
      .next 
      {
        margin-top: -120px;
      }
  }