.custom_header_image
{
	width: 100%;
	height: 305px;
	background-image:url('../images/Banner-ISOASCertified.png');
	background-position: left center;
}
.custom_title
{
	font-size:4em;
	color:#FFFFFF;
	font-weight:bold; 
	position:absolute;
	bottom:20px;
	left:20px;
	text-shadow: 2px 2px #333333;
}
#custom_left
{
	width:80%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}
#custom_right
{
	width:20%;
	padding-left:1%;
	padding-top:12px;
	float:right;
}
#custom_right img
{
	width:100%;
	margin-bottom:3%;
}

/* Base Styles */
/*.product_table_wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
}*/
/* Target the scrollbar */
/*.product_table_wrapper::-webkit-scrollbar {
  height: 5px; /* Height of the horizontal scrollbar 
  background-color: #f0f0f0;  Background color of the scrollbar track 
}*/

/* Target the scrollbar thumb (the draggable part) */
/*.product_table_wrapper::-webkit-scrollbar-thumb {
  background-color: #ED1C24; /* Color of the scrollbar thumb 
  border-radius: 4px;  Round the edges of the scrollbar thumb 
}
*/
/* Target the scrollbar track (the background of the scrollbar) */
/*.product_table_wrapper::-webkit-scrollbar-track {
  background-color: #e0e0e0; /* Background color of the scrollbar track 
}
*/



.product_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    min-width: 800px; 
}


/* Ensure the wrapper is scrollable */
.product_table_wrapper {
	 width: 100%;
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: auto; /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  margin-bottom: 25px;
}

/* Target the scrollbar */
.product_table_wrapper::-webkit-scrollbar {
  height: 5px; /* Height of the horizontal scrollbar */
  background-color: #f0f0f0; /* Background color of the scrollbar track */
}

/* Target the scrollbar thumb (the draggable part) */
.product_table_wrapper::-webkit-scrollbar-thumb {
  background-color: #ED1C24; /* Color of the scrollbar thumb */
  border-radius: 4px; /* Round the edges of the scrollbar thumb */
}

/* Target the scrollbar track (the background of the scrollbar) */
.product_table_wrapper::-webkit-scrollbar-track {
  background-color: #e0e0e0; /* Background color of the scrollbar track */
}

/* Responsive Styles */
@media only screen and (max-width: 769px) {
	.product_table_wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling */
  width: 100%;
}
	
    .product_table {
        min-width: 600px; /* Reduce the minimum width for smaller screens */
    }
	.product_table td {
    font-size: 14px;
}
.custom_title {
    font-size: 2.5em;
    

}

.content_container {
width: 94%;}
}


