/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Archivo", sans-serif;
}

/* Body Styles */
body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background-color: #f5f5f5;
  z-index: -1;
  height: 550px;
}

.main-container {
  width: 1024px;
  background-color: #ffffff;
}

/* Header Styles */
.logo-container {
  display: flex;
  width: 1024px;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 9px 9px 9px 30px;
  font-family: Arial, sans-serif;
}

.logo-container img {
  width: 40px;
}

.logo-text {
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
  margin-left: 10px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.bgbox {
  background-color: #ed1b24;
  padding: 40px 40px 50px 40px;
}

.bgb {
  position: relative;
  background-color: #292929;
  padding: 30px 40px 20px 40px;
}

/* Main Header Styles */
.mainheader {
  width: 100%;
  position: relative;
}

.mainheader p1 {
  position: absolute;
  top: 20%;
  left: 55%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.headline h1 {
  position: absolute;
  top: 120px;
  left: 520px;
  font-size: 30px !important;
}

.mainheader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

.mainheader h1 {
  padding: 10px;
  font-size: 17px;
  font-weight: 1000 !important;
  text-align: center !important;
  color: #ffffff;
  letter-spacing: 2px;
}

.mhcontent {
  position: absolute;
  top: 230px;
  left: 360px;
  width: 570px;
  justify-content: center;
}

.mhcontent > p {
  width: 100%;
  font-size: 14px;
  padding: 0px;
}

span {
  width: 20px;
  color: #ed1b24;
}

.btn0 {
  position: absolute;
  top: 35%;
  left: 45%;
  padding: 10px 25px;
  font-size: 1rem;
  background-color: #ed1b24;
  color: white;
  border: 0.5px solid #ed1b24;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.btn0:hover {
  background-color: #ffffff;
  color: #ed1b24;
  border: 2px solid #ed1b24;
}

/* search */

.search-container {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

.search-container img {
  width: 825px;
}

/* Custom CSS class for positioning the search form */
.search-position {
  position: absolute;
  top: 130px;
  left: 230px;
  background-color: #ffffffa9;
  padding: 20px 20px 0px 0px;
  width: 500px;
}

.search {
  text-align: center; /* Center the contents horizontally (optional) */
}

.search-position p {
  padding: 15px;
  text-align: center;
  font-size: 12px;
}

/* table css */
.categorytable {
  padding-left: 10px;
  padding-right: 30px;
  background-color: #ffffff;
}

.ptable {
  width: 850px;
  border-collapse: collapse;
  background-color: #ffffff;
}

.table th,
.table td {
  padding: 15px;
  text-align: center;
}

.table p {
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bolder;
}

.category {
  position: relative;
}

.category img {
  width: 250px;
  height: 200px;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
}

/* .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
} */

.btn1 {
  padding: 6px 20px;
  font-size: 1rem;
  background-color: #ed1b24;
  color: white;
  border: 0.5px solid #ed1b24;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.btn1:hover {
  background-color: #ffffff;
  color: #ed1b24;
  border: 2px solid #ed1b24;
}

.table {
  padding: 50px 0px 50px 0px;
}

#imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.knowcontent {
  width: 862px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 30px;
}

.knowcontent p {
  font-size: 17px;
  padding: 0px 30px 20px 30px;
}

#imageContainer img {
  max-width: 100%;
  height: auto;
  margin: 25px 20px 15px 20px;
}

.products {
  display: flex;
  width: 862px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 30px;
}

.products ul {
  padding: 30px 40px 30px 40px;
  font-size: 20px;
  list-style-type: none;
}

.ulspace {
  padding-left: 120px;
}

.products li {
  margin-bottom: 10px;
}

.products a {
  color: #000;
}

.products a:hover {
  color: #ed1b24;
  text-decoration: underline;
}

.g {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

/* hr styles */
hr.newhr {
  margin: 0 auto;
  width: 150px;
}
