@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --Montserrat: "Montserrat", sans-serif;
  --Bevietnam: "Be Vietnam Pro", sans-serif;
  --steemacontainer: 1520px;
  --white: #ffffff;
  --black: #111111;
  --yellow: #fecc00;
  --red: #b8212f;
  --grey: #444444;
  --g666: #666666;
  --card-bg: #faf8f7;
  --light-grey: #ebebeb;
  --light-new: #f8e9eb;
  --light-ed: #ededed;
  --light-ca: #cacaca;
  --light-f2: #f2f2f2;
  --ccc: #cccccc;
  --font-90: 72px; /* from 90px */
  --font-64: 52px; /* from 64px */
  --font-50: 40px; /* from 50px */
  --font-40: 32px; /* from 40px */
  --font-30: 24px; /* from 30px */
  --font-28: 22px; /* from 28px */
  --font-26: 20px; /* from 26px */
  --font-24: 20px; /* from 24px */
  --font-22: 18px; /* from 22px */
  --font-20: 16px; /* from 20px */
  --font-18: 14px; /* from 18px */
  --font-16: 14px; /* from 16px */
  --font-14: 12px; /* from 14px */

  /* --font-90: 90px;
  --font-64: 64px;
  --font-50: 50px;
  --font-40: 40px;
  --font-30: 30px;
  --font-28: 28px;
  --font-26: 26px;
  --font-24: 24px;
  --font-22: 22px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px; */
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:focus-visible {
  outline: none !important;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

body {
  width: 100%;
  font-family: var(--Montserrat);
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.steema-container {
  width: 100%;
  max-width: var(--steemacontainer);
  margin: 0 auto;
}

/* Header CSS */
nav.navbar {
  background: var(--white);
  padding: 0 14px !important;
}

ul.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  grid-gap: 40px;
}

ul.navbar-nav li a {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 28px 0 !important;
  transition: all 0.4s;
  display: inline-block;
}

ul.navbar-nav li a:hover {
  color: var(--red) !important;
  transition: all 0.4s;
}

ul.navbar-nav li a.active {
  color: var(--red) !important;
  font-weight: 700;
}

.socialmedia {
  display: flex;
  grid-gap: 12px;
  align-items: center;
}

.header {
  position: fixed;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0px);
  top: 20px;
  transition: top 0.3s ease, background 0.3s ease;
  z-index: 999;
}

.stick-header {
  top: 0;
}

/* Home Page Section 1 CSS */
.bannersection {
  height: 958px;
  position: relative;
}

.videobanner {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.bannersection::before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/banneroverlay.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0.6;
}

.bannertitle {
  max-width: 876px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bannertitle h2 {
  color: var(--white);
  font-family: var(--Montserrat);
  font-size: var(--font-90);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
}

.bannertitle h2 span {
  font-weight: 300;
}

.bannertitle p {
  color: var(--light-grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  /* text-transform: capitalize; */
  max-width: 710px;
  margin: 16px 0 32px 0;
}

a.yellowcta {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  background: var(--yellow);
  display: inline-flex;
  grid-gap: 10px;
  padding: 21px 40px;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid var(--yellow);
}

a.yellowcta span.dotcta {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

a.yellowcta:hover {
  background: var(--red);
  transition: all 0.4s;
  color: var(--white);
}

a.yellowcta:hover span.dotcta {
  background: var(--yellow);
}

/* Home Page Section 2 CSS */
.ourproduct {
  padding: 60px 0;
}

.flextitle {
  margin-bottom: 10px;
}

.comabtitle {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}

.comabtitle span {
  font-weight: 700;
}

.productitle p {
  color: var(--g666);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  max-width: 1033px;
  margin: 0 auto;
}

.flextitle a {
  color: var(--red);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
}

.hidethis {
  visibility: hidden;
}

.flextitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.greyboxslide {
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 293px;
  overflow: hidden;
}

.productslider {
  margin-top: 40px;
}

.productlink a {
  color: var(--black);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  max-width: 90%;
  margin: -30px auto 0 auto;
  grid-gap: 10px;
  transition: all 0.4s;
}

.productlink a:hover {
  transition: all 0.4s;
  background: var(--red);
  color: var(--white);
}

.productlink a:hover img {
  filter: brightness(0) invert(1);
}

.mainwrape {
  position: relative;
}

.rightarrow {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translate(0px, -50%);
}

.leftarrow {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translate(0px, -50%);
}

.leftarrow img {
  transform: rotate(180deg);
}

.prevArrow.disabled,
.nextArrow.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Home Page Section 3 CSS */
.servicesec {
  padding: 0 0 120px 0;
}

.repeaterservice {
  display: grid;
  grid-template-columns: 688px auto;
  grid-gap: 84px;
  margin-top: 40px;
}

.servicetitle h3 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.servicetitle ul li {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.flexservice {
  display: flex;
  grid-gap: 12px;
}

.servicetitle ul {
  padding-left: 20px;
}

.mainservicebox {
  margin-bottom: 40px;
}

.repeaterservice .mainservicebox:last-child {
  margin-bottom: 0;
}

.mainservicebox.active {
  background: linear-gradient(93deg, #b8212f -13.4%, #520f15 108.92%);
  padding: 20px 35px 20px 35px;
}

.mainservicebox.active > * {
  filter: brightness(0) invert(1);
}

.imageloop {
  position: relative;
}

.engiimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

/* Home Page Section 4 CSS */
.menufecturing {
  padding: 90px 0;
}

.manufeturegird {
  display: grid;
  grid-template-columns: auto 494px;
  grid-gap: 80px;
}

.lefttransfrom h2 {
  color: var(--white);
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}

.lefttransfrom h2 span {
  font-weight: 600;
}

.listingfact {
  margin-top: 45px;
}

.listingfact ul {
  list-style: none;
  display: grid;
  grid-template-columns: auto 360px;
  grid-gap: 15px 72px;
}

.listingfact li {
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  position: relative;
  display: flex;
  grid-gap: 8px;
  align-items: center;
}

.listingfact li::before {
  content: "";
  position: relative;
  background: url(../images/bullet.svg) no-repeat center center;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.rightimgtrans {
  position: relative;
}

.rightimgtrans img {
  position: absolute;
  top: 0;
  z-index: 2;
}

.rightimgtrans::after {
  content: "";
  position: absolute;
  background: var(--yellow);
  width: 100%;
  height: 713px;
  display: block;
  right: -30px;
  bottom: 0;
  top: 50px;
  z-index: 1;
}
/* .menufecturing .rightimgtrans::after {
  content: "";
  position: absolute;
  background: var(--yellow);
  width: 74%;
  height: 544px;
  display: block;
  right: 80px;
  bottom: 0;
  top: 50px;
  z-index: 1;
} */
.menufecturing .rightimgtrans img {
  height: 692px;
}
.menufecturing .rightimgtrans::after {
  content: "";
  position: absolute;
  background: var(--yellow);
  width: 90%;
  height: 682px;
  display: block;
  right: -16px;
  bottom: 0;
  top: 49px;
  z-index: 1;
}
.yellowboxmenu p {
  color: var(--black);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}

.yellowboxmenu {
  background: var(--yellow);
  max-width: 998px;
  padding: 25px 99px;
  /* margin-top: 30px; */
}

/* Home Page Section 5 CSS */
.whychoose,
.recentnews {
  padding: 60px 0;
}

.whychoose-grid-inner {
  background: var(--card-bg);
  padding: 40px;
}

.whychoose-grid .whychoose-grid-inner:nth-child(1):hover {
  background: var(--card-bg) url(../images/longterm.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.whychoose-grid .whychoose-grid-inner:nth-child(2):hover {
  background: var(--card-bg) url(../images/innovative-solutions.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.whychoose-grid .whychoose-grid-inner:nth-child(3):hover {
  background: var(--card-bg) url(../images/working-principles.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.whychoose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.whychoose-grid-inner h2 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}

.whychoose-grid-inner p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.whychoose-icon {
  background: var(--light-new);
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.whychoose-grid-inner:hover h2,
.whychoose-grid-inner:hover p {
  color: var(--white);
  transition: 0.4s all;
}

.whychoose-grid-inner:hover .whychoose-icon {
  background: var(--yellow);
  transition: 0.4s all;
}

.whychoose-grid-inner:hover .whychoose-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(63%) saturate(2695%)
    hue-rotate(216deg) brightness(89%) contrast(87%);
  transition: 0.4s all;
}

/* Home Page Section 6 CSS */
.about-steema {
  padding-top: 60px;
}
.about-steema-grid-contant {
  padding: 90px 0 90px 90px;
  position: relative;
  background-size: cover !important;
}

.about-steema-grid-contant::after {
  content: "";
  position: absolute;
  background: url(../images/crossline.svg) no-repeat center center;
  width: 99px;
  height: 99px;
  left: -37px;
  bottom: -32px;
  background-size: cover;
}

.about-steema-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: auto 331px;
}

.about-steema-grid-contant p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  max-width: 864px;
  padding-bottom: 10px;
}

.about-steema-grid-contant p b {
  color: var(--black);
}

.about-steema-grid-image {
  position: relative;
}

.about-steema-grid-image img {
  position: absolute;
  right: 0;
  top: 70px;
}

.about-steema-grid-contant a.yellowcta {
  margin-top: 40px;
}

.about-steema-grid-contant a.yellowcta {
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--red);
}

.about-steema-grid-contant a.yellowcta:hover {
  background: var(--yellow);
  transition: all 0.4s;
  color: var(--black);
}

.about-steema-grid-contant a.yellowcta span.dotcta {
  background: var(--yellow);
}

.about-steema-grid-contant a.yellowcta:hover span.dotcta {
  background: var(--red);
}

/* Home Page Section 7 CSS */
.our-clients-say {
  padding: 80px 0 60px 0;
}

.testimonialswiper {
  margin-top: 40px;
}

.testimonialswiper .testimonialswiperslide {
  margin-left: calc((100% - var(--steemacontainer)) / 2);
  padding-bottom: 60px;
  padding-top: 50px;
}

.boxineer {
  border-bottom: 3px solid var(--red);
  background: var(--card-bg);
  padding: 30px;
  max-width: 100%;
}

.flexboxinner {
  display: flex;
  grid-gap: 32px;
  margin-bottom: 30px;
}

.yellowshape {
  border-radius: 60px;
  background: var(--yellow);
  padding: 10px;
  max-height: 200px;
  margin-top: -80px;
  text-align: center;
}

.quotelogo {
  font-size: 50px;
}

.contenttestimonial p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  height: 240px;
}

.namingtesti h4 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.namingtesti p {
  color: var(--black);
  font-family: var(--black);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.testimonialswiper .swiper-pagination-bullet {
  background: var(--red);
}

.testimonialswiper .swiper-pagination-bullet {
  background: var(--red);
  opacity: 1;
  margin: 0 25px !important;
}

.testimonialswiper .swiper-pagination-bullet-active::after {
  content: "";
  background: url(../image/redcircle.png) no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  top: -11px;
  left: -11px;
}

.testimonialswiper .swiper-pagination-bullet-active::after {
  background: url(../images/redround.svg) no-repeat center center;
  background-size: cover;
}

/* Home Page Section 8 CSS */
.logos {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
}

.logos img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.mylogosSwiper .swiper-slide {
  width: auto !important;
}

/* Home Page Section 9 CSS */
.news-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 607px 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

.news-box:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.news-box:nth-child(2),
.news-box:nth-child(3) {
  display: flex;
}

.news-box:nth-child(2) {
  grid-row: 1 / 2;
}

.news-box:nth-child(2),
.news-box:nth-child(3) {
  grid-column: 2 / 3;
}

.news-grid .news-box:nth-child(1) .movingnews {
  height: calc(100% - 317px);
}

.movingnews {
  padding: 30px;
  border: 1px solid var(--light-ed);
}

.blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.datestyle {
  color: var(--red);
  font-family: var(--Bevietnam);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.blog-date a {
  width: 24px;
  height: 24px;
  background: var(--red);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  transition: all 0.4s;
}

.blog-date a img {
  width: 13px;
  height: 15.5px;
  margin-right: 1.1px;
}

.blog-title h2 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
  transition: all 0.4s;
}

.blog-title p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}

.categorybtn a {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: 1px solid var(--red);
  padding: 1px 12px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.4s;
}

.news-box:nth-child(2) .blog-img a img,
.news-box:nth-child(3) .blog-img a img {
  min-height: 300px;
  object-fit: cover;
  max-width: 309px;
}

.blog-img a img {
  max-height: 318px;
  overflow: hidden;
}

.news-box:nth-child(2) .movingnews,
.news-box:nth-child(3) .movingnews {
  padding: 30px;
  border: 1px solid var(--light-ed);
}

.categorybtn a:hover {
  transition: all 0.4s;
  background: var(--red);
  color: var(--white);
}

.blog-date a:hover {
  transition: all 0.4s;
  background: var(--white);
}

.blog-date a:hover img {
  transition: all 0.4s;
  filter: brightness(0) saturate(100%) invert(19%) sepia(57%) saturate(3758%)
    hue-rotate(339deg) brightness(89%) contrast(95%);
}

/* Home Page Section 10 CSS */
.quick-inquiry,
.quick-inquiry-img {
  position: relative;
}
.quick-inquiry {
  background-size: cover !important;
}
.quick-inquiry::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(108, 6, 12, 0.1) 0%, #6c060c 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.quick-inquiry-img::after {
  content: "";
  position: absolute;
  background: var(--yellow);
  width: 463px;
  height: 513px;
  top: 13px;
  left: 13px;
  z-index: -1;
}
.quick-inquiry-inn {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 40px 0 40px 0;
  grid-gap: 154px;
}

.quick-inquiry-form h2 {
  color: var(--white);
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 50px;
}
.quick-inquiry-form h2 span {
  font-weight: 700;
}

/* Home Page Section 11 CSS */
.upperfooter {
  padding: 100px 0 70px 0;
}
.maingridlogofot {
  display: grid;
  grid-template-columns: 371px auto;
  grid-gap: 130px;
}
.outermenufooter {
  display: grid;
  grid-gap: 130px;
  grid-template-columns: 220px auto auto;
}
.titlecomanfooter,
.socialtitlefooter h2 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}
.quicklinks {
  list-style: none;
}
.quicklinks li a {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.4s;
}
.titleoutericon a {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  display: inline-block;
}
.titleoutericon span {
  background: var(--grey);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
}
.titleoutericon {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding-bottom: 10px;
}
.socialtitlefooter {
  padding-top: 10px;
}
.social-media-icon {
  display: flex;
  grid-gap: 12px;
}
.bottomfooter {
  padding: 21px 0;
  border-top: 1px solid var(--light-ca);
}
.mainflexfoot {
  display: flex;
  grid-gap: 10px;
  justify-content: space-between;
}
.bottomfooter p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quicklinks li a:hover,
.bottomfooter p a:hover,
.titleoutericon a:hover {
  color: var(--red);
  transition: all 0.4s;
}
.titleoutericon:hover span {
  background: var(--red);
  transition: all 0.4s;
}

/* form css */
.quick-inquiry-form {
  width: 100% !important;
}
.quickform .ginput_container input,
.quickform .ginput_container select,
.quickform .ginput_container textarea {
  color: var(--white) !important;
  font-family: var(--Bevietnam) !important;
  font-size: var(--font-20) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 0 !important;
  padding: 0 0px 14px 10px !important;
  background: transparent !important;
}
.quickform .ginput_container input:focus,
.quickform .ginput_container select:focus,
.quickform .ginput_container textarea:focus {
  outline: none !important;
}
.quickform p.gform_required_legend,
.quickform div#gform_1_validation_container {
  display: none !important;
}
.gform-theme--framework .gfield_validation_message {
  color: red !important;
}
.quickform .gform_footer input {
  width: 100% !important;
  background: var(--white) !important;
  color: var(--red) !important;
  font-family: var(--Montserrat) !important;
  font-size: var(--font-18) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -0.36px !important;
  border-radius: 0 !important;
  height: 62px !important;
}
.quickform .gform_footer input:focus {
  box-shadow: none !important;
  outline: none !important;
}
body #gform_ajax_spinner_1 {
  position: absolute !important;
}
.quickform .ginput_container select {
  background: url(../images/chevron-down.svg) no-repeat center right 15px !important;
  appearance: none !important;
}
.quickform .ginput_container.ginput_container_select select option {
  background: var(--light-ed) !important;
  color: var(--black) !important;
}

/* product css */
.product-banner-coman {
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.product-banner-coman-inn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-banner-coman-inn h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-90);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.8px;
}
.product-banner-coman-inn h2 b {
  font-weight: 700;
}
.product-section-second-grid {
  display: grid;
  grid-template-columns: 509px auto;
  align-items: center;
}
.product-section-second {
  padding: 60px 0;
}
.product-second-grid-lft,
.product-second-grid-rgt {
  position: relative;
  z-index: 2;
}
.product-second-grid-lft::after {
  content: "";
  position: absolute;
  border: 1px solid var(--yellow);
  background: var(--red);
  width: 498px;
  height: 559px;
  left: 12px;
  top: 10px;
  background-size: cover;
  z-index: -1;
}
.product-second-grid-rgt::after {
  content: "";
  position: absolute;
  background: url(../images/crosscuv.svg) no-repeat;
  width: 99px;
  height: 99px;
  right: -35px;
  bottom: -35px;
  background-size: cover;
}
.product-second-grid-rgt h2 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.68px;
  margin-bottom: 17px;
}
.product-second-grid-rgt h2 span {
  font-weight: 700;
}
.product-second-grid-rgt p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 10px;
  max-width: 864px;
}
.product-second-grid-rgt p b {
  color: var(--black);
}
.product-second-grid-rgt {
  background: url(../images/darkpathsteema.png) no-repeat;
  padding: 60px 60px 60px 258px;
  margin-left: -160px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.product-section-three {
  padding: 0px 0 60px 0;
}
h2.comantitle-product {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
h2.comantitle-product span,
.product-section-four-grid-lft ul li span {
  font-weight: 700;
}
.product-section-three-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.product-three-grid-inn {
  background: var(--card-bg);
  padding: 30px;
}
.producticons {
  background: var(--light-new);
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.product-three-grid-inn h3 {
  padding: 35px 0 25px 0;
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.product-three-grid-inn p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.product-three-grid-inn:hover {
  background: var(--yellow);
  transition: 0.4s all;
}
.product-three-grid-inn:hover .producticons {
  background: var(--white);
  transition: 0.4s all;
}
.product-section-four {
  padding: 90px 0;
  background-size: cover !important;
}
.product-section-four h2.comantitle-product {
  color: var(--white);
}
.product-section-four-grid {
  display: grid;
  grid-template-columns: 836px auto;
  align-items: center;
  grid-gap: 54px;
}
.product-section-four-grid-lft p {
  padding-bottom: 20px;
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 813px;
}
.product-section-four-grid-lft ul li {
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
}
.product-section-four-grid-lft ul {
  padding-left: 30px;
}
.product-section-four-grid-rgt,
.product-seven-grid-rgt {
  position: relative;
}
.product-section-four-grid-rgt::after {
  content: "";
  position: absolute;
  background-color: var(--yellow);
  width: 620px;
  height: 400px;
  right: 0px;
  bottom: -10px;
}
.product-section-four-grid-rgt img,
.product-seven-grid-rgt img {
  position: relative;
  z-index: 1;
}
.product-section-five-inn {
  background: linear-gradient(90deg, #fecc00 0%, #feae00 100%);
  padding: 80px 0;
}
.product-section-five-inn p {
  color: var(--black);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 944px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.compliance-grid {
  text-align: center;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
.compliancebtnred {
  background: linear-gradient(90deg, rgba(108, 6, 12, 0.85) 0%, #6c060c 100%);
  padding: 30px;
  min-width: 490px;
  color: var(--white);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.compliancebtnyel {
  background: linear-gradient(
    90deg,
    rgba(108, 6, 12, 0.13) 0%,
    rgba(108, 6, 12, 0.15) 100%
  );
  padding: 30px;
  min-width: 490px;
  color: var(--black);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.product-section-six-grid-inn {
  background: var(--card-bg);
  padding: 30px;
}
.product-section-six {
  padding: 60px 0;
}
.product-section-six-grid {
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, 1fr);
}
.product-section-six-grid-inn span {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 25px;
  display: block;
}
.product-section-six-grid-inn p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
}

/* Odd items */
.product-section-six-grid .product-section-six-grid-inn:nth-child(4n + 1) {
  grid-column: 1 / span 7; /* 1 to 8 */
}

/* 2nd item of each set */
.product-section-six-grid .product-section-six-grid-inn:nth-child(4n + 2) {
  grid-column: 8 / span 5; /* 8 to 12 */
}

/* 3rd item of each set */
.product-section-six-grid .product-section-six-grid-inn:nth-child(4n + 3) {
  grid-column: 1 / span 5; /* 1 to 4 */
}

/* 4th item of each set */
.product-section-six-grid .product-section-six-grid-inn:nth-child(4n + 4) {
  grid-column: 6 / span 7; /* 4 to 12 */
}

.product-section-six-grid-inn:hover {
  background: linear-gradient(90deg, rgba(108, 6, 12, 0.85) 0%, #6c060c 100%);
  transition: 0.4s all;
}
.product-section-six-grid-inn:hover span,
.product-section-six-grid-inn:hover p {
  color: var(--white);
  transition: 0.4s all;
}
.product-section-seven-grid {
  display: grid;
  grid-template-columns: 898px auto;
  grid-gap: 98px;
  align-items: center;
}
.product-seven-grid-lft h6 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.68px;
  margin-bottom: 20px;
}
.product-seven-grid-lft h6 span {
  font-weight: 700;
}
.product-seven-grid-lft p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-seven-grid-lft p span {
  color: var(--black);
  font-weight: 700;
}
.product-seven-grid-lft a {
  color: var(--red);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.product-seven-grid-rgt::after {
  content: "";
  position: absolute;
  background-color: var(--yellow);
  width: 512px;
  height: 557px;
  right: 0px;
  top: 27px;
}
.product-section-seven {
  padding-bottom: 130px;
}

/* 23-06-2025 */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0px;
  background: var(--white);
  list-style-type: none;
  margin: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  min-width: 320px;
  display: none;
}
ul.navbar-nav li .sub-menu li a {
  margin-left: 0;
  width: 100%;
  padding: 12px 16px !important;
}
.menu-item-has-children > a::after {
  content: "";
  background: url(../images/downarrow.svg) no-repeat;
  background-size: contain;
  position: absolute !important;
  top: 27px !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  left: inherit !important;
  transform: inherit !important;
}

/* blog css */
.steema-blog-list {
  padding: 100px 0 60px 0;
}
.steema-blog-title {
  margin-bottom: 60px;
}
.steema-blog-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 63px;
  align-items: center;
}
.steema-blog-content-img img {
  border-radius: 20px;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.steema-blog-title h2 {
  color: var(--black);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-50);
  font-weight: 800;
  line-height: 125%;
}
.steema-blog-title p {
  color: var(--g666);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 745px;
  margin: 24px auto 0 auto;
}
.steema-blog-content-dsc .blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steema-blog-content-dsc .blog-title p {
  color: var(--g666);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 20px;
}
.steema-blog-content-dsc span.datestyle a {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  display: inline-block;
}
.latest-dsc-sub {
  margin-bottom: 30px;
}
.latest-dsc-sub h2 {
  text-align: left;
  color: var(--red);
  font-family: var(--Bevietnam);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  padding-bottom: 20px;
}
.blog-list-all .latest-update-sec-inn p {
  color: var(--g666);
  text-align: left;
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 80%;
}
.blog-list-all .latest-update-grid {
  grid-row-gap: 40px;
}
.latest-update-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.latestimg img {
  border-radius: 20px 20px 0px 0px;
  height: 366px;
  width: 100%;
  object-fit: cover;
}
.latestdsc {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: -100px 20px 0px 20px;
  position: relative;
  border-radius: 0px 0px 20px 20px;
}
.latestdate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.latestdate span {
  color: var(--red);
  font-family: var(--Bevietnam);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.latestdsc a {
  color: var(--red);
  font-family: var(--Bevietnam);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.latestdate a {
  background: var(--red);
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.latestdsc h5 a {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
  margin-bottom: 6px;
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.latestdsc p {
  color: var(--g666);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.latestdsc h5 a:hover,
.latestdsc a:hover {
  color: var(--yellow);
  transition: 0.4s all;
}
.blog-list-all {
  padding-bottom: 100px !important;
}
/* blog detail */
.blog-detail-content {
  padding: 220px 0 60px 0;
}
.blog-detail-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 50px;
  align-items: flex-start;
}
.steema-blog-detail-main h2 {
  font-family: var(--Bevietnam);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--red);
  padding-bottom: 20px;
}
.steema-blog-detail-main img {
  margin-bottom: 50px;
  border-radius: 20px;
  width: 100%;
}
.blog-detail-content .inner-recent-blog-list {
  position: sticky;
  top: 120px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-left: 1px solid var(--ccc);
}
.blog-detail-content .inner-recent-blog-list h4 {
  color: var(--red);
  font-size: var(--font-30);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.blog-detail-content .inner-recent-blog-list .recent-blog-list {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}
.blog-detail-content .inner-recent-blog-list .recent-blog-list li {
  padding: 25px 0;
  border-bottom: 1px solid var(--ccc);
}
.blog-detail-content
  .inner-recent-blog-list
  .recent-blog-list
  li:first-of-type {
  padding-top: 0;
}
.blog-detail-content li {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 10px;
}
.blog-detail-content .inner-recent-blog-list .recent-blog-list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px;
}
.blog-detail-content .inner-recent-blog-list .recent-blog-list h6 {
  color: var(--black);
  font-size: var(--font-18);
  font-weight: 600;
  line-height: normal;
}
.blog-detail-content .inner-recent-blog-list .recent-blog-list span {
  color: var(--red);
  font-size: var(--font-14);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.blog-detail-content .inner-recent-blog-list .recent-blog-list small {
  color: var(--g666);
  font-size: var(--font-14);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.blogeditor p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 15px;
}
.blogeditor h2 {
  font-family: var(--Bevietnam);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--red);
  padding-bottom: 20px;
}
.blogeditor h3 {
  font-family: var(--Bevietnam);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--red);
  padding-bottom: 20px;
}
.blogeditor h4 {
  font-family: var(--Bevietnam);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--red);
  padding-bottom: 20px;
}
.blogeditor h5 {
  font-family: var(--Bevietnam);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--red);
  padding-bottom: 20px;
}
.blogeditor h6 {
  font-family: var(--Bevietnam);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--red);
  padding-bottom: 20px;
}
.blogeditor ul {
  padding-left: 30px;
}
.blogeditor ul li {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 15px;
}
.linkflex {
  display: flex;
  grid-gap: 10px;
}
ul.trusted-list {
  padding-left: 30px;
  margin-bottom: 20px;
}
.trusted-list li {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

/* 24-06-2025 */
.page-id-245 .product-section-seven,
.page-id-253 .product-section-seven,
.page-id-255 .product-section-seven,
.page-id-257 .product-section-seven,
.page-id-260 .product-section-seven,
.page-id-262 .product-section-seven,
.page-id-264 .product-section-seven {
  padding-top: 100px;
}

/* faq css */
.product-section-faq {
  padding-bottom: 60px;
}
.product-section-faq-inn .accordion-button {
  color: var(--black);
  text-align: left;
  font-family: var(--Bevietnam);
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  font-size: var(--font-26);
  padding: 30px 20px;
  background: transparent !important;
}

.product-section-faq-inn button:focus:not(:focus-visible) {
  outline: 0;
  border: none !important;
  box-shadow: none !important;
}
.product-section-faq-inn .accordiandsc p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
}
.product-section-faq-inn .accordiandsc ul {
  padding-left: 20px;
}
.product-section-faq-inn .accordiandsc ul li {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-section-faq-inn .accordiandsc ul li::marker {
  color: var(--g666);
}
.product-section-faq-inn .accordion-button:focus,
.product-section-faq-inn .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.product-section-faq-inn .accordion-item {
  border-color: transparent !important;
  border-bottom: 1px solid var(--red) !important;
  border-radius: inherit !important;
}

/* 26-06-2025 new sec */
.product-section-new {
  padding: 100px 0;
  margin-bottom: 100px;
  background: var(--red) !important;
}

.product-section-new-grid-inn {
  display: flex;
  align-items: center;
  grid-gap: 80px;
}

.new-grid-inn-rgt h3 {
  color: var(--white);
  font-family: var(--Montserrat);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.new-grid-inn-rgt p {
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
.new-grid-inn-rgt ul {
  padding-left: 30px;
  margin: 0;
}
.new-grid-inn-rgt ul li {
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
}
.product-section-new-grid-inn:nth-child(even) {
  flex-direction: row-reverse;
  padding: 80px 0;
  justify-content: space-between;
}
.product-section-new-grid-inn:nth-child(even):last-child {
  padding-bottom: 0;
}

/* table css */
.termination-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.termination-table th,
.termination-table td {
  border: 1px solid var(--ccc);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.termination-table th {
  background-color: var(--light-f2);
  font-weight: bold;
}

.termination-table td strong {
  font-weight: bold;
}
.product-section-tableone,
.product-section-tabletwo {
  padding-bottom: 100px;
}

.product-section-tableone-inn h4,
.product-section-tabletwo-inn h4 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.product-section-tableone-inn p,
.product-section-tabletwo-inn p {
  color: var(--g666);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
.product-section-seven.product-seven-space {
  padding: 60px 0 0px 0;
}
.product-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.product-listing-second {
  padding: 60px 0;
}
.product-listing-imgsec {
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 293px;
  overflow: hidden;
}
.product-listing-link a {
  color: var(--black);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  max-width: 90%;
  margin: -30px auto 0 auto;
  grid-gap: 10px;
  transition: all 0.4s;
}

/* contact css */
.contact-sec-main {
  padding: 60px 0;
}
.contact-sec-main-inn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--g666);
  margin: 0 auto;
  border-radius: 10px;
}
.contact-sec-main-inn .contact-basicinfo-data:not(:last-of-type) {
  border-right: 1px solid var(--g666);
}
.contact-sec-main-inn .contact-basicinfo-data {
  padding: 50px;
}
.contact-basicinfo-data h3 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.68px;
  margin: 10px 0;
}
.contact-basicinfo-data a {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.contact-basicinfo-data a:hover {
  color: var(--red);
  transition: 0.4s all;
}
.contact-basicinfo-data a:hover span {
  background: var(--red);
  transition: 0.4s all;
}
span.contactdot {
  background: var(--grey);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
}
.gloicecontent {
  background: url(../images/darkpathsteema.png) no-repeat center center;
  background-size: cover;
  padding: 60px;
  position: relative;
}
.gloicecontent p {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.servicesectwice {
  padding: 60px 0;
}
.gloicecontent::after {
  content: "";
  position: absolute;
  background: url(../images/crosscuv.svg) no-repeat;
  width: 99px;
  height: 99px;
  right: -35px;
  bottom: -35px;
  background-size: cover;
}
.servicebenifitsyellow {
  padding-bottom: 60px;
}

.beniserveyelow {
  background: linear-gradient(90deg, #fecc00 0%, #feae00 100%);
  padding: 80px;
}
.beniserveyelow h2 {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.beniserveyelow h2 b {
  font-weight: 700;
}
.sevegridnben {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.singleunit {
  background: linear-gradient(90deg, rgba(108, 6, 12, 0.85) 0%, #6c060c 100%);
}
.singleunit p {
  color: var(--white);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 20px;
}
.designconsu {
  background: url(../images/designconsu.png) no-repeat center center;
  padding: 90px 0 200px 0;
}
.steemakabharosa h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.steemakabharosa p {
  color: var(--white);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  max-width: 1278px;
  margin: 0 auto;
}
.steemakabharosa h4 {
  color: var(--white);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 40px 0;
}
.steemakabharosa h4 b {
  font-weight: 700;
}
.rapowraper h4 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
.rapowraper p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.rapowraper {
  background: var(--card-bg);
  padding: 30px;
  transition: all 0.4s;
}
.reporepater {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: -200px;
  margin-bottom: 60px;
}
.rapowraper:hover {
  background: var(--yellow);
  transition: all 0.4s;
}
.rapowraper:hover p {
  transition: all 0.4s;
  color: var(--black);
}
.mycrowny .listingfact ul {
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.mycrowny .rightimgtrans::after {
  content: "";
  position: absolute;
  background: var(--yellow);
  width: 100%;
  height: 641px;
  display: block;
  right: -30px;
  bottom: 0;
  top: 50px;
  z-index: 1;
}
.menufecturing.mycrowny {
  margin-bottom: 178px;
  padding: 90px 0 60px 0;
}
.menufecturing.mycrowny .manufeturegird {
  grid-template-columns: auto 574px;
  grid-gap: 0;
}
.sevicecommunative h2.comantitle-product {
  margin-bottom: 16px;
}
.sevicecommunative .sevadhidev p {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  max-width: 1356px;
  margin: 0 auto;
}
.sevicecommunative .sevadhidev h4 {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 40px 0;
}
.sevicecommunative .sevadhidev h4 b {
  font-weight: bold;
}
.sevicecommunative .product-section-six-grid-inn p b {
  font-weight: bold;
}

/* About Page CSS */
.companyoverview {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.companyoverview-main {
  display: grid;
  grid-template-columns: 494px 1fr;
  grid-gap: 136px;
  align-items: center;
}
.overview-image {
  position: relative;
}
.overview-image img {
  width: 100%;
  position: relative;
}
.overview-image::before {
  content: "";
  height: 530px;
  width: 464px;
  background: var(--yellow);
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.companyoverview span {
  font-weight: 700;
}
.companyoverview h2 {
  color: var(--white);
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 300;
}
.companyoverview p {
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  line-height: 160%;
}
.overview-details {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.overview-details p:last-child {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  padding: 30px;
}

/* Vision, Mission and Value  */
.visionmission {
  padding-top: 60px;
  background: var(--white);
}

.visionmission h2 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.visionmission h4 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0 51px 0;
}
.vision-inner {
  display: grid;
  grid-template-columns: 650px 1fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}
.visionmission span {
  font-weight: 700;
}
.vision-card {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  background: var(--card-bg);
  padding: 40px;
  align-items: flex-start;
  font-family: var(--Bevietnam);
}
.vision-card h5 {
  color: var(--black);
  font-size: var(--font-28);
  font-weight: 700;
  line-height: 120%; /* 33.6px */
}
.vision-card p {
  color: var(--grey);
  font-size: var(--font-20);
}
.value-inner {
  display: grid;
  grid-template-columns: 1fr 580px;
  grid-gap: 40px;
}
.value-card:last-child {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.value-card:last-child img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.value-card img {
  width: 100%;
  height: 100%;
}
.value-card h5 {
  color: var(--white);
  font-family: var(--Montserrat);
  font-size: var(--font-40);
  font-weight: 700;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.value-card ul {
  display: grid;
  color: var(--white);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  padding: 0;
  list-style: none;
  font-family: var(--Bevietnam);
  font-size: var(--font-22);
}
.value-card ul li img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.value-card ul li span {
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  position: relative;
  padding-left: 34px;
}
.value-card ul li::before {
  content: "";
  background: url(../images/values.svg) no-repeat center center;
  height: 26px;
  width: 26px;
  position: absolute;
}

.values {
  background: linear-gradient(90deg, #fecc00 0%, #feae00 100%);
  width: 100%;
  margin-top: -156px;
  padding-top: 188px;
}
.values-bg {
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  height: 240px;
  width: 100%;
}
/* History And MileStone */

.history-main {
  padding: 60px 0;
  color: var(--black);
  position: relative;
}
.history-main .history-bg {
  position: absolute;
  bottom: -42px;
  right: 10%;
  z-index: -1;
}
.history-title {
  text-align: center;
  text-transform: capitalize;
  font-family: var(--Montserrat);
  width: 58%;
  margin: 0 auto;
}
.history-title h2 {
  font-size: var(--font-64);
  font-weight: 700;
  letter-spacing: -1.28px;
}
.history-title p {
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin: 16px 0 40px;
}
.history-main-card {
  position: relative;
  padding: 0px 85px;
}
.history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 150px;
  row-gap: 46px;
}
.history-cards span {
  display: block;
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.history-cards .icons-img {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 16px;
  background: var(--light-new);
}
.history-cards h4 {
  color: var(--black);
  font-family: var(--Bevietnam);
  font-size: var(--font-28);
  font-weight: 700;
}
.history-cards p {
  color: var(--grey);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 8px;
}
.history-cards {
  position: relative;
}
.history-cards .icons-img {
  position: relative;
}
.history-cards:first-child .icons-img::after {
  content: "";
  background: url(../images/starting-step.svg) no-repeat;
  position: absolute;
  height: 6px;
  width: 100%;
  left: -88px;
  top: 58px;
}
.history-cards:first-child::before {
  content: "";
  background: url(../images/progress-steps.svg) no-repeat;
  position: absolute;
  height: 2px;
  width: 130%;
  right: -205px;
  top: 90px;
}
.history-cards:nth-child(2)::before {
  content: "";
  background: url(../images/progress-steps.svg) no-repeat;
  position: absolute;
  height: 2px;
  width: 130%;
  right: -205px;
  top: 90px;
}
.history-cards:nth-child(3)::before {
  content: "";
  background: url(../images/next-step.svg) no-repeat;
  position: absolute;
  height: 150%;
  width: 100%;
  right: -65px;
  top: 45px;
  transform: scale(0.8);
}

.history-cards:nth-child(4)::before {
  content: "";
  background: url(../images/progress-steps.svg) no-repeat;
  position: absolute;
  height: 2px;
  width: 130%;
  right: -205px;
  top: 90px;
}
.history-cards:nth-child(5)::before {
  content: "";
  background: url(../images/progress-steps.svg) no-repeat;
  position: absolute;
  height: 2px;
  width: 130%;
  right: -205px;
  top: 90px;
}

.history-cards:nth-child(4)::after {
  content: "";
  background: url(../images/final-step.svg) no-repeat;
  position: absolute;
  height: 160%;
  width: 100%;
  left: -112px;
  top: 26px;
  transform: scale(0.7);
}
/* Manufacturing Capabilities */
.manufacturing-main {
  padding: 40px;
  background: linear-gradient(90deg, #fecc00 0%, #feae00 100%);
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
}
.manufacturing-main h2 {
  text-align: center;
  font-size: var(--font-64);
  font-weight: 700;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.manufacturing-main p {
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  max-width: 73%;
  width: 100%;
  margin: 16px auto 0 auto;
}
.manufacturing-main h5 {
  padding: 40px 0;
  font-size: var(--font-40);
  font-weight: 300;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.manufacturing-main h5 span {
  font-weight: 700;
}
.manufacturing-main-cards {
  font-family: var(--Bevietnam);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: stretch;
}
.manufacturing-cards {
  background: linear-gradient(90deg, rgba(108, 6, 12, 0.85) 0%, #6c060c 100%);
  padding: 30px;
  text-align: start;
  min-height: 370px;
}
.manufacturing-cards h6 {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  padding-bottom: 10px;
}
.manufacturing-cards p {
  font-size: var(--font-20);
  line-height: 150%;
  font-weight: 400;
  max-width: 100%;
}
/* Quality And Certification */
.quality-main {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  padding-top: 60px;
}
.quality-main h2 {
  text-align: center;
  font-size: var(--font-64);
  font-weight: 700;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.quality-main p {
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  max-width: 73%;
  width: 100%;
  margin: 16px auto 0 auto;
}
.quality-main h5 {
  padding: 40px 0;
  font-size: var(--font-40);
  font-weight: 300;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.quality-main h5 span {
  font-weight: 700;
}
.quality-main-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
  grid-gap: 20px;
  margin-bottom: 80px;
}
.quality-cards {
  background: var(--card-bg);
  padding: 30px;
  color: var(--black);
  text-align: start;
  font-family: var(--Bevietnam);
  transition: 0.5s all ease-in-out;
}
.quality-cards .quality-cards-img {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-new);
}
.quality-cards .quality-cards-img img {
  width: 38px;
  height: 38px;
}
.quality-cards h4 {
  font-size: var(--font-28);
  font-weight: 700;
  line-height: 120%;
  padding: 35px 0 25px;
}
.quality-cards p {
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 150%;
  color: var(--grey);
  margin: 0;
  max-width: 100%;
}
.quality-cards:hover {
  background: var(--yellow);
  color: var(--black);
}
.quality-cards:hover .quality-cards-img {
  background-color: var(--white);
}
.certifications-cards-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 80px;
}
.certifications h5 {
  font-weight: 700;
  padding-top: 0;
}
.certifications .certifications-cards {
  background-color: var(--yellow);
  padding: 20px;
}
.certifications-cards {
  height: 100%;
  width: 100%;
}

.certifications-main-bg {
  background: linear-gradient(90deg, #fecc00 0%, #feae00 100%);
  width: 100%;
  margin-top: -286px;
}
.certifications-bg {
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  height: 407px;
  width: 100%;
}

/* Leadership */
.leadership-main {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  padding: 60px 0;
}
.leadership-main h2 {
  text-align: center;
  font-size: var(--font-64);
  font-weight: 700;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.leadership-main p {
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  max-width: 73%;
  width: 100%;
  margin: 16px auto 0 auto;
}
.leadership-main h5 {
  padding: 40px 0;
  font-size: var(--font-40);
  font-weight: 300;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.leadership-main h5 span {
  font-weight: 700;
}

.leadership-governance-cards-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 80px;
}
.leadership-governance-cards-inner {
  background-color: var(--yellow);
  padding: 20px;
}
.leadership-governance-cards h3 {
  color: var(--black);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-24);
  font-weight: 700;
  padding: 24px 0 6px;
}
.leadership-governance-cards p {
  color: var(--grey);
  text-align: center;
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-weight: 400;
}
/*Careers */
.aboutcareers {
  margin-bottom: 194px;
  padding-bottom: 206px;
}
.aboutcareers-main {
  padding-top: 60px;
}
.aboutcareers-main h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-weight: 700;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.aboutcareers-main p {
  color: var(--white);
  text-align: center;
  font-family: var(--Montserrat);
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin: 30px 0 40px;
}
.careers-form {
  background: linear-gradient(90deg, #fecc00 0%, #feae00 100%);
  width: 100%;
  margin-bottom: -400px;
}
.quickform.wrpatiup {
  max-width: 905px;
  margin: 0 auto;
  padding: 80px 0;
}
div#gform_2_validation_container {
  display: none;
}
.quickform.wrpatiup .ginput_container input,
.quickform.wrpatiup .ginput_container select,
.quickform.wrpatiup .ginput_container textarea {
  color: var(--black) !important;
  border-bottom: 1px solid var(--black) !important;
}
.quickform.wrpatiup .gform_footer input {
  background: var(--black) !important;
  color: var(--yellow) !important;
}

/* Why US */
.whyus-main {
  background: var(--light-new);
  background: linear-gradient(
    181deg,
    rgba(249, 242, 242, 0.91) 0%,
    rgba(249, 242, 242, 1) 100%
  );
  margin: 230px 0 60px;
  padding: 60px;
  text-align: center;
  position: relative;
}
.whyus-main .decor-item {
  position: absolute;
  bottom: -36px;
  right: -36px;
}
.whyus-main h2 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.whyus-main span {
  color: var(--red);
  font-family: var(--Montserrat);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  display: block;
  margin: 20px 0px;
}
.whyus-main p {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.whyus-main-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12-column grid */
  gap: 20px;
  margin: 40px 0;
}
.whyus-cards {
  padding: 30px 20px;
  text-align: center;
  background: linear-gradient(90deg, rgba(108, 6, 12, 0.85) 0%, #6c060c 100%);
}
.whyus-cards span {
  color: var(--white);
  font-family: var(--Bevietnam);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  margin: 0;
}

/* Assign grid column spans */
/* 3-card row: 4-4-4 */
.whyus-cards:nth-child(6n + 1),
.whyus-cards:nth-child(6n + 2),
.whyus-cards:nth-child(6n + 3) {
  grid-column: span 4;
}

/* 2-card row: 6-6 */
.whyus-cards:nth-child(6n + 4),
.whyus-cards:nth-child(6n + 5) {
  grid-column: span 6;
}

/* Optional: Prevent wrapping if a card is alone (last one) */
.whyus-cards:nth-child(6n) {
  grid-column: span 12;
}
.contact-info {
  background: linear-gradient(
    90deg,
    rgba(108, 6, 12, 0.05) 0%,
    rgba(108, 6, 12, 0.06) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px 0px;
  align-self: stretch;
}
.contact-info h4 {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-24);
  font-weight: 600;
  letter-spacing: -0.48px;
}
.contact-info a {
  all: unset;
  text-decoration: underline;
  color: var(--red);
  font-family: var(--Bevietnam);
  font-size: var(--font-28);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.56px;
  cursor: pointer;
}
.contact-info p {
  color: var(--black);
  font-family: var(--Montserrat);
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
}
.galleryinner {
  padding: 100px 0;
  background: var(--light-f2);
}
.gallerybut {
  column-count: 4;
  grid-gap: 5px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  break-inside: avoid;
  background: var(--white);
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.whychoose{
  display: none;
}
.qualitycertifications,.aboutcareers,.whyus{
  display: none;
}