 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Helvetica, Arial, sans-serif;
      background-color: #edf0f4;
    }

    /*  Navigation Bar  */

    nav {
      background: #14a02b;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      padding-top: 10px;
    }

    .navbar-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0.75rem 1rem;
    }

    .logo {
      font-size: 1.5rem;
      font-weight: bold;
      color: #2563eb;
      text-decoration: none;
    }

    .nick-logo{
      height: 5vh;
    }

    .nav-links {
      display: flex;
      gap: 20px;
      font-weight: bold;
    }

    .nav-links a {
      text-decoration: none;
      color: white;
      transition: 0.3s;
    }

    .nav-links a:hover {
      color: #000000;
      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-thickness: 4px;
      transition: 1s;
    }


    .menu-btn {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .menu-btn span {
      height: 3px;
      width: 25px;
      background: white;
      margin: 4px 0;
      border-radius: 2px;
      transition: 0.3s;
    }


    .mobile-menu {
      display: none;
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.95);
      padding: 1rem;
      z-index: 999;
      flex-direction: column;
    }

    .mobile-menu a {
      padding: 15px;
      color: white;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu a:last-child {
      border-bottom: none;
    }

    .mobile-menu a:hover {
      color: #14a02b;
      background-color: rgba(255, 255, 255, 0.05);
    }


    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }
      .menu-btn {
        display: flex;
      }
      .mobile-menu.show {
        display: flex;
      }
    }

    /*  Home page  */

  .main-content-home{
    padding-bottom: 50px;
  }
    
  .home-content {
    width: 100%;
    min-height: 700px;               
    background: 
    linear-gradient(rgba(0, 128, 0, 0.188), rgba(0, 128, 0, 0.215)),  
    url('../images/heroimage_home.jpg');
    background-color: rgba(255, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;                   
    justify-content: center;
    align-items: center;
    padding: 20px;                  
    box-sizing: border-box;
  }

  .home-container {
    padding-top: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; 
    box-sizing: border-box;
    }

  .home-header-info {
      color: white;
      font-size: 50px;
  }

.home-browse-btn {
  color: #ffffff;
  background-color: #00AB64;  
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem;     
  max-width: 250px;       
  width: 100%;           
  height: auto;          
  text-align: center;
  box-sizing: border-box;
}

    .home-browse-btn:hover {
      color: #ffffff;
      background-color: #000000;  
      cursor: pointer;
    }

    .home-btn-container{
      padding-top: 50px;
    }


    .home-content-2 {
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; 
    }

    .home-container-2 {
      padding-top: 50px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
    }

    .home-info{
    text-align: center;
    padding-top: 20px;
    }

.home-container-3{
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: clamp(0px, 15vh, 300px);
  padding-right: clamp(0px, 15vh, 300px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}

.home-description {
  padding: 10px 90px;
}

.home-headline {
  text-align: left;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.home-history {
  text-align: left;
  padding-bottom: 10px;
  font-size: 18px;
  color: #576072;
}

.home-card-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;   
  gap: 20px;         
  padding: 0 70px;
}

.home-card-info {
  text-align: center;
  padding: 10px 0;
  color: #576072;
}

i {
  font-size: 40px;
}

.homeIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.home-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 23%;
  height: 320px;   
  border-radius: 5px;
  background: #fff;
  min-width: 250px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.home-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

.pNick01 {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 20px;
}

@media (max-width: 1500px) {
  .home-headline {
    font-size: 26px;
  }
  .home-history {
    font-size: 16px;
  }
  .home-card {
    width: 40%;   
  }

  .home-header-info{
      color: white;
      font-size: 40px;
    }

  .home-browse-btn {
    font-size: 1.1rem;
    padding: 10px 18px;
    max-width: 220px;
  }

  .home-content {
    min-height: 500px;  
    padding: 15px;
  }

  .home-container {
    padding-top: 100px; 
  }

  .home-card-detail {
    width: 100%;   
    height: auto;
    padding-top: 0px;
  }

  .home-card-icon {
    padding: 0;
  }

  .home-card-info{
    font-size: 18px;
    padding-bottom: 20px;
  }

  .home-description {
    padding: 10px 20px;
  }
  .home-headline {
    font-size: 25px;
    text-align: center;
  }
  .home-history {
    font-size: 23px;
  }

  .home-info {
    font-size: 20px;
  }
}


@media (max-width: 868px) {
  .home-container-2 {
    padding: 30px 20px;
  }
  .home-description {
    padding: 10px 20px;
  }
  .pNick0 {
    font-size: 23px;
  }
  .home-history {
    font-size: 18px;
    text-align: center;
  }
  .home-card-detail {
    padding: 0 20px;
    
  }
  .home-card {
    min-width: 300px;  
    height: auto;
    min-height: 250px;
  }

  .home-header-info {
      color: white;
      font-size: 30px;
  }

  .home-browse-btn {
    font-size: 1.1rem;
    padding: 10px 16px;
    width: 200px;   
  }

  .home-content {
    min-height: 400px;
    padding: 10px;
  }

  .home-container {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px; 
  }

  .home-header{
      width: 500px;
      padding-top: 10px;
  }

  .home-info{
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-card-info {
    font-size: 15px;
  }

  .card-details {
    min-width: 200px; 
  }
}

@media (max-width: 500px) {
  .home-headline {
    font-size: 20px;
    text-align: center;
  }
  .home-history {
    font-size: 14px;
    text-align: center;
  }
  i {
    font-size: 30px;
  }
  .home-card {
    min-width: 300px;
    padding: 15px;
  }

  .home-header-info {
      color: white;
      font-size: 20px;
      text-align: center;
  }

  .home-browse-btn{
    font-size: 0.9rem;
    padding: 8px 14px;
    width: 140px;
  }

  .home-content {
    min-height: 400px;
    padding: 8px;
  }

  .home-container{
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-container-2 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-description{
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-container-2 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-header{
    width: 300px;
    padding-top: 10px;
  }
  
  .home-btn-container {
    padding-top: 20px;
  }

  .home-header-2{
    font-size: 25px;
  }
  
  .home-info{
    font-size: 14px;
  }

  .pNick01{
    font-size: 20px;
  }

  .home-container-3{
    padding: 0;
  }


}

/* Product */

    .product-content {
        width: 100%;
        background: 
        url('../images/heroimage_products_green.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .product-header-container {
      padding-top: 200px;
      padding-bottom: 150px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      /* font-size: 40px; */
    }

    .product-header {
      color: white;
      padding-bottom: 50px;
      font-size: clamp(30px, 5vw, 50px);
    }

    .product-content01 {
      padding-top: 50px;
      padding-bottom: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-info{
      text-align: center;
      color: #576072;
    }

.card-container {
  display: flex;
  flex-wrap: wrap;   
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 40px;
}

.card-details {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 20%;   
  border-radius: 5px;
  background: #fff;
  min-width: 250px; 
}

.card-details:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.product-image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.product-img {
  height: auto;   
  max-height: 300px;
  min-width: 230px;
  width: 90%;
  object-fit: cover;
  padding: 10px;
  border-radius: 25px;
}

.product-name {
  padding-left: 15px;
}

.product-container {
  padding: 20px 10px;
}

.product-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.product-btn {
  width: 90%;
  border: 2px solid #c2bbbb;
  background: #ffffff;
  color: #000000;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.product-btn:hover {
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
}


@media (max-width: 1524px) {
  .card-details {
    width: 45%; 
    padding-left: 40px; 
    padding-right: 40px;
  }

  .home-card {
    width: 45%; 
    padding-left: 20px; 
    padding-right: 20px;
  }

    .card-container {
      display: flex;
      flex-direction: column;
      gap: 50px;
  }
}

@media (max-width: 768px) {
  .card-details {
    width: 70%; 
  }

  .card-container {
    padding-left: 50px;
    padding-right: 50px;
    gap: 40px;
  }

  .product-info{
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-name {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .product-name {
    font-size: 13px;
  }

}


/* About Us */
    .about-content {
        width: 100%;     
        background-image: url('../images/heroimage_aboutus_green.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about-info-container {
      padding-top: 200px;
      padding-bottom: 150px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .about-header {
      color: white;
      padding-bottom: 50px;
      font-size: clamp(20px, 5vh, 50px);
    }

    .about-info {
      display: flex;
      align-items: start;
      justify-content: center;
      flex-direction: row;
      padding-top: 50px;
      gap: 50px;
      padding-bottom: 50px;
      padding-left: 50px;
      padding-right: 50px;
    }

    .contact-detail {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      width: 30%;
      border-radius: 5px;
      background-color: #fff;
    }

    .contact-container{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .contact-office{
      font-size: 25px;
      color: #00AB64;
      font-weight: bold;
      padding-bottom: 20px;
    }

    .contact-company-info{
      padding-bottom: 20px;
    }

    .contact-data{
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 10px;
    }

    .contact-email-number{
      display: flex;
      flex-direction: row;
      gap: 20px;
    }

    .contact-input {
      display: flex;
      flex-direction: column;
      padding-bottom: 10px;
      padding-top: 10px;
    }

    .contact-label {
      font-size: 1.2rem;
      font-weight: bold;
      padding-bottom: 10px;
    }

    .contact-label::after {
    content: " *";
    color: rgb(255, 8, 8);
}

    .contact-input-01{
      width: 100%;   
      font-size: 1.2rem; 
      height: 100%;
      padding-bottom: 5px;
      padding-top: 5px;
      padding-left: 5px;
      border-radius: 6px;
      background: #fbfbfb;
      border: 2px solid transparent;
      box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
        :focus{
          border: 2px solid #000;
          border-radius: 4px;
      }
    }

    .contact-textarea {
      padding-left: 10px;
      min-width: 50px;
      max-width: 450px;
      height: 200px;
      font-size: 1.2rem;
      padding-top: 5px;
    }

    .contact-btn {
      color: #ffffff;
      background-color: #00AB64;  
      border: none;
      padding: 12px 20px;
      cursor: pointer;
      border-radius: 5px;
      font-size: 1rem;     
      max-width: 250px;       
      width: 20%;           
      height: auto;          
      text-align: center;
      box-sizing: border-box;
    }


@media (max-width: 1280px) {
    .contact-detail {
      width: 100%;
    }

    .contact-data{
      font-size: 15px;
    }
    
    .contact-data-01{
      font-size: 12px;
    }
}

@media (max-width: 935px) {
    .about-info {
      display: flex;
      align-items: start;
      justify-content: center;
      flex-direction: column;
      padding-top: 50px;
      gap: 50px;
    }

    .contact-detail {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      width: 100%;
      border-radius: 5px;
      background-color: #fff;
    }

    .contact-office{
      font-size: 20px;
    }

}

@media (max-width: 480px) {
    .about-info {
      display: flex;
      align-items: start;
      justify-content: center;
      flex-direction: column;
      padding-top: 50px;
      gap: 50px;
    }

    .contact-detail {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      width: 90%;
      border-radius: 5px;
      background-color: #fff;
    }

    .contact-email-number{
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .contact-input-01{
      width: 90%;   
      font-size: 13px;
    }

    .contact-textarea {
      width: 90%;
      height: 90%;
      font-size: 13px;
    }

    .contact-btn{
      width: 30%;
      font-size: 12px;
    }

    .contact-label{
      font-size: 15px;
    }

    .contact-container{
      padding-right: 50px;
    }

    .contact-company-info{
      padding-bottom: 5px;
    }

    .contact-data{
      padding-bottom: 5px;
    }

    .contact-office{
      font-size: 16px;
      padding-bottom: 10px;
    }

}
  

/*Product Category*/

.product-category-content {
   width: 100%;
   background: 
   linear-gradient(rgba(0, 128, 0, 0.188), rgba(0, 128, 0, 0.215)),  /* green overlay */
   url('http://nicklaus-machinery.com/wp-content/uploads/2026/02/product_category.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif;
    }



.product-category-navigate {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-category-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-category-desc{
    display: flex;
    align-items: center; 
    justify-content: center; 
    width: 25vw;  
    height: 10vh;  
    border-radius: 12px;
    background: #fbfbfb;
    border: 2px solid transparent;
    border-top: 5px solid #138a36; /* Green brand accent */
    box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    text-decoration: none;
    font-size: clamp(13px, 1vw, 32px);
    text-align: center;
}

.product-a-link{
  text-decoration: none;
  color: black; 
}



/* Product Single Page*/

/* .mainContent-product-single{
  padding-left: 100px
} */

.product-single{
  padding-top: 120px;
}

.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 500px;
  height: 300px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
  cursor: zoom-in;
}

.carousel-wrapper{
  width: 500px;
}

.product-single-img{
  width: 500px;
  height: 400px;
}
.product-showcase{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 100px;
    gap: 50px;
}

.product-categories{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
}

.product-title{
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}

.product-title-01{
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}

.product-back{
  display: flex;
  flex-direction: row;
  font-size: 18px;
  gap: 20px;
  padding-left: 12vh;
  cursor: pointer;
}

.product-a-back{
  text-decoration: none;
  color: black; 
}

.fa-less-than{
  font-size: 17px;
  cursor: pointer;
}

.product-back:hover,.fa-less-than:hover{
  color: white;
  transition: 0.5s;
}


.product-categories-container{
  background-color: #e1e4eb;
  border-radius: 25px;
  padding: 10px 20px 10px 20px;
  width: 15vh;
  align-items: center;
  text-align: center;
}


.product-desc{
  padding-bottom: 20px;
}

.product-content-docu{
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.product-docu-container{
  background-color: #ffffff;
  width: auto;
  height: 700px;
  border-radius: 10px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

.product-docu{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.product-docu-detail{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-embed-container{
  background-color: #edf0f4;
  height: 200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;  
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

.product-embed{
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
  height: 150px;
  width: 30%;
  border-radius: 5px;
}

.product-docu-pageBtn{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.product-pagination-btn{
  color: #ffffff;
  background-color: #00AB64;  
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem;     
  max-width: 250px;       
  width: 100%;           
  height: auto;          
  text-align: center;
  box-sizing: border-box;
}

.product-warning-container{
  background-color: #fae7e4;
  height: 250px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;  
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
  padding-top: 20px;
  padding-bottom: 30px;
}

.fa-triangle-exclamation{
  color: red;
}

.product-warning-content{
  padding-bottom: 20px;
}

.product-singlebtn-container{
  padding: 0;
}

.product-warning-btn {
  color: #ffffff;
  background-color: #eb2222;  
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 0.9rem;     
  max-width: 250px;       
  width: 100%;           
  height: auto;          
  text-align: center;
  box-sizing: border-box;
}

.product-warning-btn:hover{
  background-color: black;
  color: white;
  transition: 0.5s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
}

.modal-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .product-showcase{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 935px) {
  .product-showcase{
    display: flex;
    flex-direction: column;
  }

  .product-back{
    padding-left: 50px;
  }
  
  .product-content-docu{
    padding: 0 20px 20px 20px;
  }
  .product-desc-explaination{
    padding-left: 50px;
  }

  .product-warning-content{
    text-align: center; 
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 650px) {
  .product-warning-content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-pagination-btn{
    font-size: 0.7rem;
  }

  .carousel-wrapper{
    width: 450px;
  }

@media (max-width: 480px) {
  .product-pagination-btn{
    font-size: 0.6rem;
  }

  .carousel-wrapper{
    width: 400px;
  }
}
}


/* Footer */
    footer {
      background: #00673d;
      color: #fff;
      padding: 40px 20px;
    }
    
    .footer-container {
        display: flex;
        justify-content: center; 
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 30px; 
    }


    .footer-section {
      margin: 10px;
    }

    .footer-logo img {
      max-width: 220px;
      height: auto;
    }

    .footer-section ul {
      list-style: none;
      padding: 0;
      display: flex;
      gap: 40px;
      margin: 0;
    }

    .footer-section li {
      font-weight: 500;
    }

    .footer-section ul li a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-section ul li a:hover {
      color: #f1c40f;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      font-size: 14px;
      color: #ffffff;
    }


    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        text-align: center;
      }

      .footer-section ul {
        flex-direction: row;
        gap: 10px;
      }

    .footer-section {
      margin: 0px;
    }

    }

    @media (max-width: 768px) {
      .home-container {
        width: 80px;
      }
}

/*Scroll*/

/*
.card-container{
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

@keyframes appear {
  from{
    opacity: 0.5;
    transform: translateX(-250px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

  @media (max-width: 500px) {
    .card-container {
      animation: none;
    }
}
*/

/* Taxonomy Page Styles */
.products-in-category {
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 0 1rem;
}

.product-item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
    border-top: 5px solid #138a36; /* Green brand accent */
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.product-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-image {
  /* aspect-ratio: 16/9; */
  padding: 10px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100px; /*100%;*/ 
  /* object-fit: cover; */
  transition: transform 0.3s ease;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}

.product-info {
  padding: 1.5rem;
}

.product-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.product-excerpt {
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.category-description {
  color: #666;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  text-align: center;
}

.no-products {
  text-align: center;
  padding: 3rem 1rem;
  grid-column: 1 / -1;
}

.no-products p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1rem;
}

.back-to-products {
  display: inline-block;
  background: #14a02b;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.back-to-products:hover {
  background: #0f7a20;
}

.breadcrumb {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.breadcrumb a {
  color: #14a02b;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .current {
  color: #666;
  font-weight: bold;
}

/* Pagination Styles */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

/* Target the direct pagination links generated by WordPress */
.pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 0 0.25rem;
  text-decoration: none;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
  background: white;
  min-width: 45px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pagination-wrapper .page-numbers:hover {
  background: #14a02b;
  border-color: #14a02b;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(20, 160, 43, 0.2);
}

.pagination-wrapper .page-numbers.current {
  background: #14a02b;
  color: white;
  border-color: #14a02b;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(20, 160, 43, 0.3);
}

.pagination-wrapper .page-numbers.dots {
  border: none;
  background: none;
  color: #9ca3af;
  box-shadow: none;
  cursor: default;
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  background: #f8fafc;
  border-color: #d1d5db;
}

.pagination-wrapper .page-numbers.prev:hover,
.pagination-wrapper .page-numbers.next:hover {
  background: #14a02b;
  border-color: #14a02b;
  color: white;
}

/* Alternative selector if WordPress wraps in a nav or div */
.pagination-wrapper nav,
.pagination-wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

/* Mobile responsive pagination */
@media (max-width: 768px) {
  .pagination-wrapper .page-numbers {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    min-width: 40px;
    margin: 0 0.125rem;
  }
  
  .pagination-wrapper .page-numbers.prev,
  .pagination-wrapper .page-numbers.next {
    padding: 0.5rem 1rem;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
  
  .product-info {
    padding: 1rem;
  }
  
  .product-title {
    font-size: 1.1rem;
  }
}

/* === Breadcrumb Return Link === */
.breadcrumb-wrapper {
  margin: 1rem 0 2rem 1rem;
  text-align: left;
}

.breadcrumb-link {
  display: inline-block;
  color: #14a02b;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #14a02b;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-link:hover {
  background-color: #14a02b;
  color: #fff;
  text-decoration: none;
}
