@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ff3333;
}
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
*::-webkit-scrollbar-track {
  background: #ff3333;
}
*::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #ff3333;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}
body {
  background: rgb(255, 255, 255);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
}
header {
  padding: 15px 0px;
}
.logo img {
  width: 150px;
  height: auto;
}
.head-list ul {
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 10px;
  margin-bottom: 0px;
}
.head-list ul li {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #ef3221;
  background: #ffefef;
  transition: 500ms;
}

.head-list ul li a {
  flex: 1;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #ef3221;
  transition: 500ms;
  font-size: 18px;
}
.head-list ul li:hover {
  background: #ef3221;
}
.head-list ul li:hover a {
  color: #ffffff;
}
.home-sec {
  padding-top: 50px;
  padding-bottom: 0px;
  background: linear-gradient(rgb(255 125 125 / 0%) 15%, #d1271f 100%);
}
.home-sec h1 {
  font-size: 27px;
  font-weight: 400;
  color: #2b2c2c;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 1.3;
}
.privacy-cus h1{
  font-size: 30px;
}
.home-card {
  background-color: #ffefef;
  padding: 30px;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #e31e24;
}
.home-card .table {
  margin-bottom: 0px;
}
.home-card .cusm-tbl thead tr th.top-tbl-head {
  background: #e31e24;
  font-weight: 500;
  font-size: 16px;
}
.home-card .cusm-tbl thead tr th.top-tbl-head span {
  color: #fff !important;
}
.home-card .cusm-tbl thead tr th {
  white-space: nowrap;
  padding: 10px 10px;
}
.home-card .cusm-tbl thead tr th span {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.home-card .cusm-tbl tbody tr td {
  padding: 10px 10px;
}
.home-card .cusm-tbl tbody tr td span {
  font-weight: 400;
  color: #484848;
  font-size: 15px;
  line-height: 1.6;
}
.green-text {
  color: #198754 !important;
}
footer {
  background-image: url(https://www.smcfood.com/afrontendroot/assets/images/footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(255 255 255 / 11%);
}
footer .inner-foot {
  padding-top: 80px;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 999;
}
.add-foot {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.add-foot li {
  font-weight: 400;
  font-size: 16px;
}
.icolistnew {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.icolistnew li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.text-mail {
  padding-top: 3px;
}
.social-icons {
  margin-top: 25px;
  margin-bottom: 25px;
}
.social-icons li a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px 8px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}
.social-icons li a:hover {
  background-color: #fff;
  color: #ef3221;
}
.copyright-text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.copyright-text a {
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}
.copyright-text a:hover{
  color: #030303;
}
.inner-foot h2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.privacy-cus p{
font-size: 15px;
    line-height: 1.6;
        word-spacing: 2px;
}
.privacy-cus p strong{
      color: red;
          word-spacing: 5px;
}
.privacy-cus ul li{
  padding-bottom: 10px;
}
.questcontct{
font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}
.questcontct span{
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-card {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    left: 0;
    right: 0;
    padding: 5px 0px 5px 0px;
    background: #fff;
            z-index: 99999;
  }
  .head-list ul {
    gap: 6px;
  }
  .head-list ul li {
    width: 30px;
    height: 30px;
  }
  .head-list ul li a {
    font-size: 12px;
  }
  .home-sec {
    padding-top: 80px;
            padding-bottom: 11px;
  }
  .home-card .cusm-tbl thead tr th span {
    font-size: 15px;
  }
  .home-card .cusm-tbl tbody tr td,
  .home-card .cusm-tbl thead tr th {
    padding: 6px 6px;
  }
  .icolistnew {
    display: block;
  }
  footer {
    background-position: right;
  }
  footer .inner-foot {
    padding-top: 50px;
  }
  .home-card{
    padding: 10px;
  }
}
