/*#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 198px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  border-top: 1px solid #1e1e1e;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #444444;
  background: -webkit-linear-gradient(#444444, #373737);
  background: -moz-linear-gradient(#444444, #373737);
  background: -o-linear-gradient(#444444, #373737);
  background: -ms-linear-gradient(#444444, #373737);
  background: linear-gradient(#444444, #373737);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #373737;
  background: -webkit-linear-gradient(#373737, #2b2b2b);
  background: -moz-linear-gradient(#373737, #2b2b2b);
  background: -o-linear-gradient(#373737, #2b2b2b);
  background: -ms-linear-gradient(#373737, #2b2b2b);
  background: linear-gradient(#373737, #2b2b2b);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1e1e1e;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #1e1e1e;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 11px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 10.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}*/
#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
	z-index: 7;
}
/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  width: 198px;
  /* The list elements which contain the links */

}
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* General link styling */
#cssmenu > ul li a {
  /* Layout */

  display: block;
  position: relative;
  margin: 0;
  border-top: 1px dotted #3f3f3f;
  border-bottom: 1px dotted #424852;
  padding: 11px 20px;
  /* Typography */

  font-family: Helvetica, Arial, sans-serif;
  color: #d8d8d8;
  text-decoration: none;
  /*text-transform: uppercase;*/
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  /* Background & effects */

  background: #3f3f3f;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
  /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
  /*border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;*/
  border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #363636;
  background: -webkit-linear-gradient(#404040, #363636);
  background: -moz-linear-gradient(#404040, #363636);
  background: linear-gradient(#404040, #363636);
  border-color: transparent;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
	
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
  border-left: 4px solid #ffffff;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 5px;
  opacity: 0;
  width: 180px;

  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
	display: block;
}

/*ul > li:hover > ul {display: block; }
 makes the nested list appear if the parent-li is hovered */

.topnav { 
 	font-size: 0.8em;
  color: #000;
 	background-color: #f5e7a0;
	/*background-color:#ffab2c;*/
 	border: 1px #00009C solid;
 	padding: 0.5em;
}

/*-- block 2 colum responsive grid---*/
				 
				 .two-column-grid-with-image {
 					 display: grid;
  					 grid-template-columns: repeat(2, 1fr);
					 padding-bottom: 24px;
					/*gap: 20px;*/
					}

				.column {
				  padding: 20px;
				  background-color: #f0f0f0;
				  /*border-radius: 8px;*/
				  box-sizing: border-box; 
				}
				 
				 .column-wh {
				  padding: 20px;
				  background-color: #fff;
				  /*border-radius: 8px;*/
				  box-sizing: border-box; 
				}

				/* --- Responsive Image Rule --- */
				.responsive-image {
				  max-width: 100%; 
				  height: auto; 
				  display: block;
				  margin: 0; 
				}
				 
				 
				 /* --- H1 and Paragraph Styles (Standard Text) --- */
				.feature-title {
				  font-size: 2em; /* Large heading */
				  color: #333;
				  margin-top: 0;
				  margin-bottom: 0.5em;
					text-align: left;
				}

				/* --- Button Styling: Red Background, White Text --- */
				.action-button {
				  background-color: #cc0001; /* Red color */
				  color: #fff; /* White text */
				  padding: 12px 25px;
				  border: 2px solid #e74c3c; /* Red border for consistency */
				  border-radius: 5px;
				  cursor: pointer;
				  font-size: 1em;
				  font-weight: bold;
				  /*transition: all 0.3s ease;  Smooth transition for hover effect */
				  margin-top: 15px;
				}

				/* --- Button Hover Style: Black Background, White Text --- */
				.action-button:hover {
				  background-color: #313131; /* Black color on hover */
				  border-color: #000000; /* Black border on hover */
				  color: white; /* Keep text white */
				}

				@media (max-width: 600px) {
				  .two-column-grid-with-image {
					grid-template-columns: 1fr;
				  }
				}



/* -------------------------------------------------- */
        /*                   YELLOW BUTTON                    */
        /* -------------------------------------------------- */

        .btn-yellow {
            background-color: #ffcc00;
            color: #000;
            padding: 10px 16px;
            border-radius: 6px;
            border: none;
            font-weight: 600;
            font-size: 1.3rem;
            cursor: pointer;
            text-align: center;
            display: inline-block;
			gap: 20;
        }

        .btn-yellow:hover {
            background-color: #ffb300;
        }
				 
				  /* --- 1. Base Styles and Typography 


/* Style for the container of the announcement text */
.announcement-text {
    max-width: 600px;
    margin-bottom: 20px;
}

/* Style for the text content that needs the red line (like your main paragraph) */
.red-line-content {
    /* The line itself */
    border-left: 5px solid #cc0001;

    /* Add spacing between the line and the text */
    padding-left: 10px;

    /* Styles to match your image's bold, large text */
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

/* Style for secondary paragraphs, like the "Supply Chain" text */
.secondary-content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    margin-top: 20px;
}

/* --- 2. Flexbox Column Layout --- */
.two-column-layout {
    display: flex; /* Enables Flexbox for columns */
    flex-direction: row; /* Default to columns */
    /*gap: 30px;  Space between the two columns */
    max-width: 1200px;
    margin: 0 auto; /* Center the entire layout */
	padding: 20px 0;
}

.column {
    flex: 1; /* Makes both columns grow equally */
    padding: 10px;
    background-color: white;
    border-radius: 8px; /* Slightly rounded corners */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  Subtle shadow for depth */
}

/* Specific styling for the image column to align the image/text */
.image-column {
    text-align: center;
}

/* Style for the product image */
.product-image {
    max-width: 100%; /* Ensures image shrinks on small screens */
    height: auto;
    display: block;
    margin: 0 auto 15px; /* Center the image */
}

/* Style for the small text near the image */
.product-note {
    font-size: 0.8em;
    color: #666;
    margin-top: 10px;
    text-align: left;
}

/* --- 3. Responsiveness (Mobile First Approach) --- */

/* When the screen width is 768px or smaller, stack the columns */
@media (max-width: 768px) {
    .two-column-layout {
        flex-direction: column; /* Stacks items vertically on smaller screens */
    }

    .column {
        padding: 15px; /* Adjust padding for smaller screens */
    }
}
				 /* --- 1. Grid Container Setup (3 Equal Columns) --- */
.feature-grid-container {
  display: grid;
  /* Creates three columns of equal width */
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; 
  max-width: 1200px;
  margin: 40px auto; 
  padding: 0 20px;
}

/* --- 2. Feature Block Styling --- */
.feature-block {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden; 
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   Use Flexbox to ensure the content area pushes the button to the bottom */
  display: flex;
  flex-direction: column;
}

/* --- 3. Image Styling (Top) --- */
.feature-image {
  /* Makes the image fully responsive within its column */
  max-width: 100%;
  height: auto; 
  display: block;
}

/* --- 4. Content Styling (Text & Button Container) --- */
.feature-content {
  padding: 20px;
  text-align: center;
  /* Important: Allows the content area to grow and push the button down */
  display: flex;
  flex-direction: column;
  flex-grow: 1; 
}

/* --- 5. Title & Paragraph Styling --- */
.feature-title {
  font-size: 1.5em;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
}

.feature-para {
  font-size: 1.3em;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  /* Pushes the button to the bottom when combined with flex-grow: 1 on .feature-content */
  flex-grow: 1; 
}

/* --- 6. CTA Button Styling (Bottom) --- */
.cta-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 100%; /* Make button full width */
}

.cta-button:hover {
  background-color: #0056b3;
}

/* --- 7. Responsiveness: Media Query --- */
@media (max-width: 992px) {
  /* On medium screens (tablets), switch to 2 columns */
  .feature-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  /* On small screens (phones), switch to 1 column (stacking) */
  .feature-grid-container {
    grid-template-columns: 1fr;
  }
} 
		