* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
}
img {
  max-width: 100%;
}

/* ===== Header Area Styles ===== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar {
  background-color: rgba(255, 255, 255, 0.7);
}
.navbar .container {
  flex-wrap: nowrap;
}
.navbar-brand img {
  height: 48px;
}

/* ===== Banner Area Styles ===== */
.banner-container {
  background: url(../img/banner-image.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 180px;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-title-container h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 8px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.banner-title-container h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}
.products-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  color: #000000;
  padding: 8px 0 8px 20px;
}
.single-product:not(:last-of-type) {
  margin-bottom: 15px;
}
.single-product .icon {
  margin-right: 15px;
}
.single-product .icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.product-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

/* ===== Products Area Styles ===== */
.abt-spacing {
  padding: 50px 0 30px 0;
}
.sec-title {
  text-align: center;
  color: #2257a6;
}
.sec-title h5 {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 5px;
}
.sec-title h2 {
  line-height: 1;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sec-title p {
  line-height: 1.3;
  font-size: 15.5px;
  font-weight: 400;
  margin-bottom: 0;
}
.mfg-sec {
  margin-top: 30px;
}
.mfg-sec .single-product {
  border-radius: 6px;
  background-color: #e4f0f2;
  box-shadow: none;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 12px;
}
.mfg-sec .single-product .icon {
  margin-right: 0;
  margin-bottom: 20px;
}
.mfg-sec .single-product .icon img {
  height: 46px;
  width: auto;
}
.mfg-sec .product-title {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

/* ===== Certificates Area Styles ===== */
.certi-spacing {
  padding: 20px 0 45px 0;
}
.certificate-container {
  background-color: #fdf9ed;
  padding: 25px;
  border-radius: 7px;
}
.certi-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-certi img {
  width: 120px;
}
.single-certi:not(:last-of-type) {
  margin-right: 15px;
}
.certi-title h6 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}

/* ===== Footer Area Styles ===== */
footer {
  background-color: #428ca2;
  color: #fff;
  padding: 20px 0;
}
.ft-title h6 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.25;
}
.ft-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.ft-icon {
  min-width: 30px;
  text-align: center;
  margin-right: 10px;
}
.ft-link img {
  height: 20px;
  width: auto;
}
.ft-link a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.ft-bottom {
  margin-top: 25px;
}
.copyright p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

/* === Grades Sec Style === */
.grades-sec {
  border-radius: 6px;
  padding: 20px 30px;
  background-color: #acd7df;
  margin-top: 12px;
}
.grades-sec h3 {
  font-size: 22px;
  font-weight: 600;
}
.grades-sec ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  columns: 2;
}
.grades-sec li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #06427a;
  padding-left: 10px;
}
.grades-sec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  background-color: #06427a;
  border-radius: 100%;
}
/* === Original Certi Styles === */
.certi-title h4 {
  font-size: 30px;
  font-weight: 700;
  color: #2257a6;
}
.certi-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.single-certi-img {
  height: 100%;
  width: calc(100% / 3);
  margin-bottom: 10px;
  text-align: center;
}
.single-certi-img img {
  width: 84%;
}
