@charset "utf-8";
/* CSS Document */

    /* Add your custom styles here */
	  a { 
		  color: #6A832C;
		  font-weight: 600;
	  }
	  
  /* Add your custom styles here */
  /* Position the search icon and hamburger icon */
  .search-icon {
    margin-right: 10px; /* Add some space between the logo and search icon */
  }

.navbar-toggler-icon {
    background-color: #fff; !important; /* Change background color to black */
}
	  
/* Show the close button when mobile menu is open */
.show-close {
  display: block;
}  
	  
      .search-form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #A2C44C; /* Change background color to green */
    padding: 10px;
    z-index: 999;
  }
    .search-form.active {
      display: block;
    }
    .navbar-nav .nav-link {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #fff; !important;/* Change text color to green */
    }
    .navbar-nav {
      position: relative; /* Ensure the menu stays in position */
      z-index: 1; /* Ensure the menu items stay above the search bar */
    }
    .sticky-header {
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
      background-color: #A2C44C; /* Change background color to green */
    }
    .navbar-scrolled .navbar-nav .nav-link {
      color: #fff !important; /* Change text color to black when scrolled */
    }
    .btn-primary {
      background-color: #fff; /* Change button background color to green */
      border: 1px solid #A2C44C; /* Add 2px green border */
      color: #000000; /* Change button text color to black */
    }
    .btn-primary:hover {
      background-color: #fff; /* Change button background color to green */
      border: 1px solid #6A832C; /* Add 2px green border */
      color: #000000; /* Change button text color to black */
    }
	  
	  .btn-primary:active,
.btn-primary:focus {
    color: #000;
    background-color: #fff !important;
    border-color: #A2C44C !important;
    box-shadow: 0 0 0 0.2rem rgba(162, 196, 76, 0.5) !important;
}
	  
	  
    .bg-dark {
      background-color: #A2C44C !important; /* Change background color of dark elements to green */
    }
    .footer-icon {
      font-size: 24px;
      margin-right: 10px;
      color: #fff; /* Change icon color to green */
    }
	  
	  	.card-title
	{
		font-size: 1.2em;
		color: #6A832C;
		font-weight: 600;
	}
	  
	.page-title
	{
		font-size: 1.6em;
		color: #6A832C;
		font-weight: 400;
	}
	
	  
	  /* Custom styles for mobile menu */
@media (max-width: 767px) {
	
	
	
       .navbar-collapse {
      position: fixed; /* Ensure the menu stays in position */
      top: 0; /* Align with the top edge */
      right: -100%; /* Position off-screen from the right initially */
      width: 70%; /* Set width of the menu */
      height: 100vh; /* Make menu cover entire viewport height */
      background-color: #343a40; /* Change background color */
      padding: 20px; /* Add padding */
      border-radius: 0; /* Remove border-radius */
      transition: right 0.3s ease; /* Animate transition from the right */
      z-index: 1000; /* Ensure the menu stays above other elements */
    }
    .navbar-collapse.show {
      right: 0; /* Move menu to the right edge when active */
    }
    /* Close menu icon */
    .close-menu-icon {
      left: auto; /* Position close icon on the right */
      right: 20px;
    }


  .navbar-nav {
    text-align: center; /* Center align menu items */
    margin-top: 10px; /* Add margin from the top */
  }

  .nav-item {
    margin-bottom: 10px; /* Add margin between menu items */
  }

  .nav-link {
    color: #fff !important; /* Change text color */
  }

  .dropdown-menu {
    background-color: #343a40; /* Change background color of dropdown */
  }

  .dropdown-item {
    color: #fff !important; /* Change text color of dropdown items */
  }
	



	
	.card-title
	{
		font-size: 1em;
		color: #6A832C;
		font-weight: 600;
	}
	
	.product-summary
	{
		font-size: 0.9em;
	}
	
	.card-text
	{
		font-size: 0.9em;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	  .btn-primary {
      background-color: #fff; /* Change button background color to green */
      border: 1px solid #A2C44C; /* Add 2px green border */
      color: #000000; /* Change button text color to black */
	 width: 100%;
		  margin-top: 10px;
    }
}
	  
/* Added by SB 08/07/26 */
.skin-hero-panel {
  background: #faf7f8;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 32px;
  margin: 20px 0 45px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.skin-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #8a5d68;
  margin-bottom: 8px;
}

.skin-hero-panel h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.skin-hero-text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.skin-benefits span {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  padding: 8px 14px;
  margin: 4px 6px 4px 0;
  font-size: 14px;
  font-weight: 600;
}

.skin-benefits i {
  margin-right: 6px;
  color: #8a5d68;
}

.skin-hero-btn {
  background: #8a5d68;
  color: #fff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
}

.skin-hero-btn:hover {
  background: #704a54;
  color: #fff;
  text-decoration: none;
}

.skin-hero-note {
  font-size: 14px;
  margin-top: 12px;
  color: #555;
}

@media (max-width: 767px) {
  .skin-hero-panel {
    padding: 24px 20px;
  }

  .skin-hero-panel h2 {
    font-size: 26px;
  }

  .skin-benefits span {
    display: block;
    margin-bottom: 8px;
  }

  .skin-hero-btn {
    display: block;
    text-align: center;
  }
}


