/*
Theme Name: Green Energy Child
Theme URI: http://example.com/green-energy-child/
Description: A child theme for the Green Energy theme
Author: Your Name
Author URI: http://example.com
Template: green-energy
Version: 1.0.0
*/

.child-product-category .green__categories-tabs{
	display:none;
}

/* Change Choose File button text 
.wpcf7 input[type="file"]::file-selector-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 500;
}

/* Change text of the file button 
.wpcf7 input[type="file"]::file-selector-button::after {
  content: "Attach Company Profile / Project Brief (optional)";
}*/

.error404 .green__header{
	display:none;
}
.error404 .green__footer{
	display:none;
}


/*  04-11-25*/

/* ===== Pagination Style ===== */
.nav-links {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.nav-links .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #b5e5a6; /* light green border */
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 15px;
}

.nav-links .page-numbers:hover {
  background: #b5e5a6;
  color: #000;
}

.nav-links .page-numbers.current {
  background: #a2f195;
  border-color: #a2f195;
  color: #000;
  font-weight: 600;
}

.nav-links .next.page-numbers {
  padding: 8px 14px;
  border: 1px solid #b5e5a6;
}

.nav-links .next.page-numbers:hover {
  background: #b5e5a6;
  color: #000;
}
