 
      .highlighted-text {
		font-weight: bold;
		color: #3366cc; /* Red color */
	  }



        .ingredientsul {
            list-style-type: none;
            text-align: center;
			color: #3366cc!important; /* Updated to a lighter blue color */
            padding: 10px;
            margin: 5px 0;
            border-radius: 5px;
            transition: color 0.3s ease;
			
			
        }

		
		  
		  .column {
			float: left;
			width: 25%;
			padding: 5px;
		  }
		  
		  /* Clearfix (clear floats) */
		  .row::after {
			content: "";
			clear: both;
			display: table;
		  }
      
    
		     /* Style for the dark blue button */
			 .dark-blue-button {
				display: inline-block;
				padding: 10px 20px;
				background-color: #001f3f; /* Dark blue color */
				color: #ffffff; /* White text color */
				text-decoration: none;
				border-radius: 5px;
				font-size: 16px;
				left: 46%;
				position: absolute;
				margin-bottom: 50px;
			  }
		  
			  /* Hover effect */
			  .dark-blue-button:hover {
				background-color: #003366; /* Darker blue on hover */
			  }
/*------------------------------ For IE6 ------------------------------*/
