* {
  margin: 0;
  padding: 0;
  font-family: Century Gothic, sans-serif;
  box-sizing: border-box;
}
#loader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.containerx {
  padding: 20px;
  flex-direction: column;
  display: flex;
  margin-top: 30px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  gap: 20px;
}
.containerx h1 {
  width: 100%;
  text-align: center;
}
.certContainer {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  width: 100%;
}
.certBox {
  position: relative;
  width: 15%;
  overflow: hidden;
  transition: 1s;
  cursor: pointer;
  border-radius: 10px;
}
.certBox:hover {
  transform: scale(1.5);
  z-index: 1;
}
.certBoxx {
  position: relative;
  width: 25%;
  overflow: hidden;
  transition: 1s;
  cursor: pointer;
  border-radius: 10px;
}
.certBoxx:hover {
  transform: scale(1.5);
  z-index: 1;
}
.certImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.isoBox,
.world {
  flex-direction: column;
}
.getQuo,
.navBut {
  white-space: nowrap;
  text-decoration: none;
}
.companyImg,
.isoImg,
.isoImgb,
.weImg {
  object-fit: contain;
}
.conboxa p,
.containerc h1,
.containerd h1,
.digitBox p,
.eBoxa h2,
.eBoxa p,
.expoBut,
.isoBox,
.subTit,
.xyzBoxa p {
  text-align: center;
}
.expoBut,
.getQuo,
.navBut,
.socialmediaBox a {
  text-decoration: none;
}
body {
  position: relative;
}
.world {
  padding: 20px;
  display: flex;
  align-items: center;
}
.getQuo,
.header,
.navBut {
  padding: 10px;
}
.header,
.headerBox {
  align-items: center;
  display: flex;
}
.header {
  position: fixed;
  width: 97%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
  z-index: 3;
  background-color: #fff;
}
.conboxa,
.cont,
.containera,
.firstxcontainer,
.secondxcontainer,
.secondximgBox {
  position: relative;
}
.logo {
  height: 40px;
}
.headerBox {
  justify-content: space-evenly;
  gap: 10px;
}
.navBut {
  border-radius: 15px;
  color: #000;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.conboxb,
.getQuob,
.navIco,
.onavBut {
  display: none;
}
.navBut:hover {
  background-color: #f0f0f0;
}
.getQuo {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}
.onavBut {
  background: 0 0;
  border: none;
  font-size: 30px;
}
.containera {
  margin-top: 90px;
  height: max-content;
  width: 100%;
  background: url("WhatsApp_Image_2025-08-22_at_4.47.46_AM-removebg-preview.png")
    50% / contain no-repeat #004aad;
  border-radius: 20px;
  display: flex;
  gap: 20px;
}
.conboxa {
  height: 100%;
  padding: 20px;
  display: flex;
  gap: 10px;
}
.subTit {
  font-size: 48px;
  color: #fff;
}
.lena {
  font-family: Pacifico, cursive;
  font-weight: 200;
  color: red;
}
.conboxa p {
  color: #fff;
  max-width: 700px;
}
.certiBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}
.isoBox {
  display: flex;
  align-items: center;
  max-width: 120px;
  color: #fff;
  font-size: 14px;
}
.isoImg,
.isoImgb {
  height: 90px;
  width: 90px;
  margin-bottom: 10px;
}
.firstxcontainer {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.secondxcontainer {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondximgBox {
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #cfcbff, #d7fdff, #d5d7ff, #d5d4ff);
  border-radius: 50%;
}
.cont,
.containerc {
  background: #fff;
}
.secondximgBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.containerc {
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.containerb,
.containerd {
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}
.containerc h1 {
  margin-bottom: 20px;
  font-size: 24px;
}
.cont {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.cconBox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.congimg,
.consuba,
.consubb,
.containerb,
.containerd,
.joBoxa,
.xyzBoxa {
  position: relative;
}
.scrolling-track {
  display: flex;
  gap: 20px;
  animation: 40s linear infinite scrollLeft;
  width: max-content;
}
.consuba,
.consubb,
.containerb,
.wonconb,
.xyzBoxa {
  gap: 10px;
  display: flex;
}
.companyImg {
  height: 60px;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.containerb {
  width: 100%;
  height: calc(100vh - 110px);
  border-radius: 20px;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}
.containerb h2 {
  font-size: 40px;
}
.consuba {
  height: 100%;
  width: 37%;
  align-items: center;
  justify-content: center;
}
.consubb {
  height: 100%;
  width: 62%;
  flex-wrap: wrap;
}
.wonconb {
  height: 100%;
  width: 100%;
}
.congimg {
  height: 400px;
  width: 400px;
  background: linear-gradient(137deg, #cdffb8, #94b9ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.congimg::before {
  content: " ";
  position: absolute;
  left: 0;
  backdrop-filter: blur(15px);
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.eminBox::after,
.eminBoxb::after {
  content: "";
  height: 33%;
  bottom: 0;
  left: 0;
}
.imgab {
  height: 350px;
  width: 300px;
  z-index: 2;
  transform: rotate(13deg);
}
.xyzBoxa {
  flex: 1 0 300px;
  height: 200px;
  width: 240px;
  flex-direction: column;
  align-items: center;
}
.imgxyz {
  height: 60px;
  width: 60px;
  border-radius: 10px;
}
.containerd {
  width: 100%;
  background: linear-gradient(135deg, #3b3b3b, #000);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  color: #fff;
}
.containerd h1 {
  font-size: 36px;
  color: #fff;
  width: 100%;
}
.monCona,
.monConb,
.monConc {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.joBoxa {
  flex: 1;
  height: -webkit-fill-available;
  min-width: 300px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.joBoxa h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.joBoxa ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 16px;
}
.eminBoxb p,
.eminBoxb::before {
  position: absolute;
  font-size: 14px;
}
.expoBut {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: red;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.containere,
.containerf,
.containerg,
.containerh {
  margin-top: 30px;
}
.expoBut:hover {
  background-color: #ff6464;
}
.joBoxb {
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
}
.containere,
.xyzBox {
  position: relative;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: flex;
}
.xyzBox {
  height: 190px;
  padding: 10px;
  background-color: #fff;
  border-radius: 88px;
  align-items: center;
  justify-content: center;
}
.weImg {
  object-position: center;
  height: 100%;
}
.xyzBoxa p {
  width: 100%;
}
.containere {
  padding: 30px;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.digitContainer,
.wodigiContainer {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
}
.wodigiContainer {
  flex-direction: column;
}
.digitContainer {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.containerf,
.digitBox {
  position: relative;
  flex-direction: column;
  display: flex;
}
.digitBox {
  height: -webkit-fill-available;
  width: 32%;
  padding: 10px;
  background-color: #004aad;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.containerf {
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  align-items: flex-start;
  gap: 30px;
}
.eminBox,
.eminBoxb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.eBoxa {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.eBoxb {
  position: relative;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-around;
}
.containerg {
  display: flex;
  flex-direction: column;
}
.eminBox {
  height: 260px;
}
.eminBox::after {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.eminBoxb {
  height: 200px;
}
#loader,
.eImg {
  width: 100%;
  height: 100%;
}
.eminBoxb::after {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.footerLink:hover,
.loadingContainer {
  background-color: #dfdfdf;
}
.eminBoxb::before {
  content: attr(data-step);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  z-index: 2;
}
.eBoxb .eminBox {
  z-index: 1;
}
.eImg {
  border-radius: 10px;
}
.eminBox h2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  z-index: 1;
}
.eminBoxb p {
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 15px;
  z-index: 1;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 9999;
}
.loadingContainer {
  position: relative;
  height: 4px;
  width: 40%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.loada,
.loadb,
.loadc {
  position: relative;
  height: 4px;
  width: 10%;
}
.loada {
  background-color: #004aad;
  box-shadow: 0 0 60px #004aad;
  animation: 3s linear infinite loa;
}
@keyframes loa {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.loadb {
  background-color: red;
  animation: 3s linear infinite lob;
}
@keyframes lob {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.loadc {
  background-color: #ff0;
  animation: 3s linear infinite loc;
}
.containerg,
video {
  position: relative;
  width: 100%;
}
@keyframes loc {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.containerg {
  height: 80vh;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  align-items: flex-start;
  gap: 60px;
}
video {
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.videoDiv {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.testimonialsBox,
.testtimonialContainer {
  position: relative;
  width: 100%;
  display: flex;
}
.videoDiv p {
  width: 70%;
  text-align: center;
}
.testtimonialContainer {
  flex-wrap: wrap;
  gap: 10px;
}
.testimonialsBox {
  flex: 1 0 300px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  flex-direction: column;
}
.testimonialsProfile,
.testimonialsheader {
  align-items: center;
  display: flex;
  position: relative;
}
.testimonialsheader {
  padding: 10px;
  gap: 5px;
}
.testimonialsProfile {
  height: 40px;
  width: 40px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #004aad;
  justify-content: center;
}
.testimonialProBox {
  position: relative;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.testimonialProImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonialsBody {
  padding: 10px;
}
.containerh {
  position: relative;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.containerh p {
  width: 100%;
  text-align: center;
}
.footerxyz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footercontainera {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.socialmediaBox {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
}
.socialmediaBox a {
  font-size: 25px;
  color: #000;
}
.footercontainerb {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-around;
}
.footerminBoxa {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerLink,
.footerLinkp {
  padding: 5px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  transition: 1s;
  border-radius: 5px;
  width: max-content;
}
.footerLinkb,
.navButx {
  padding: 10px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
.navButxt {
  position: relative;
  display: inline-block;
}
.navButx,
.navButxt:hover .productBox,
.productBox:hover {
  display: flex;
}
.navButx {
  border-radius: 15px;
  transition: 0.3s;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  cursor: pointer;
}
.productBox {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.footerLinkb {
  transition: 1s;
  border-radius: 5px;
  width: 100%;
}
.footerLinkb:hover {
  background-color: #d8c4c4;
}
i {
  color: gold;
}
@media (max-width: 1024px) {
  .containerb {
    height: auto;
    padding: 20px;
  }
  .wonconb {
    flex-direction: column;
    gap: 20px;
  }
  .consuba,
  .consubb {
    width: 100%;
    justify-content: center;
  }
  .congimg {
    width: 300px;
    height: 300px;
  }
  .imgab {
    width: 243px;
    height: 268px;
  }
}
@media (max-width: 990px) {
  .containerc h1,
  .navIco {
    font-size: 20px;
  }
  .containerx h1 {
    font-size: 20px;
  }
  .containerx {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .header {
    width: 95%;
  }
  .headerBox {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .navBut {
    width: 100%;
    justify-content: flex-start;
  }
  .onavBut {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navIco {
    display: inline;
  }
  .getQuo {
    display: none;
  }
  .getQuob {
    display: block;
    background-color: red;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }
  .containera {
    flex-direction: column;
    align-items: center;
  }
  .subTit {
    font-size: 32px;
  }
  .conboxa {
    gap: 20px;
  }
  .monConb {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media (max-width: 865px) {
  .conboxa {
    display: none;
  }
  .abxyz,
  .conboxb {
    position: relative;
    display: flex;
  }
  .conboxb {
    height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .secondximgBox {
    width: 45%;
  }
  .firstxcontainer {
    width: 80%;
  }
  .abxyz {
    align-items: center;
    flex-direction: column;
  }
  .abxyz p {
    text-align: center;
    color: #fff;
  }
  .wonconb {
    gap: 15px;
  }
  .congimg {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 790px) {
  .certBox {
    width: 25%;
  }
  .certBox:hover {
    transform: scale(1.1);
    z-index: 1;
  }
  .certBoxx {
    width: 35%;
  }
  .certBoxx:hover {
    transform: scale(1.1);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .abxyz p,
  .containerd h1,
  .expoBut,
  .joBoxa h1 {
    text-align: center;
  }
  .containerb {
    padding: 15px;
  }
  .firstxcontainer {
    width: 80%;
  }
  .abxyz {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .abxyz p {
    color: #fff;
  }
  .wonconb {
    gap: 15px;
  }
  .congimg {
    width: 250px;
    height: 250px;
  }
  .imgab {
    width: 240px;
    height: 240px;
  }
  .xyzBoxa {
    width: 180px;
    height: auto;
    gap: 8px;
  }
  .imgxyz {
    width: 50px;
    height: 50px;
  }
  .expoBut,
  .joBoxa,
  .joBoxb {
    width: 100%;
  }
  .containerb h2 {
    font-size: 28px;
  }
  .xyzBoxa p {
    font-size: 14px;
  }
  .containerd {
    padding: 20px;
    gap: 40px;
  }
  .containerd h1 {
    font-size: 28px;
  }
  .monCona,
  .monConc {
    flex-direction: column;
    gap: 30px;
  }
  .monConb {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .joBoxa h1 {
    font-size: 20px;
  }
  .xyzBox {
    height: 130px;
  }
  .eBoxb,
  .testtimonialContainer {
    grid-template-columns: auto auto;
  }
  .secondximgBox {
    height: 60%;
  }
}
@media (max-width: 680px) {
  .containera {
    height: auto;
  }
}
@media (max-width: 675px) {
  .certBox {
    width: 40%;
  }
  .certBoxx {
    width: 70%;
  }
}
@media (max-width: 650px) {
  .eBoxb {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .eminBox {
    width: 100%;
  }
}
@media (max-width: 597px) {
  .certBox:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 590px) {
  .digitBox {
    width: 48%;
  }
  .testtimonialContainer {
    grid-template-columns: auto;
  }
}
@media (max-width: 480px) {
  .header {
    width: 90%;
  }
  .wonconb {
    flex-direction: column;
  }
  .congimg {
    width: 180px;
    height: 180px;
  }
  .imgab {
    width: 170px;
    height: 170px;
  }
  .certBox {
    width: 100%;
    height: 50vh;
  }
  .certImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }
  .xyzBoxa {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .joBoxa {
    min-width: auto;
  }
  .imgxyz {
    width: 40px;
    height: 40px;
  }
  .xyzBoxa p {
    font-size: 14px;
    text-align: center;
  }
  .containerb h2 {
    font-size: 22px;
  }
  .containerd {
    padding: 15px;
  }
  .containerd h1 {
    font-size: 24px;
  }
  .joBoxa h1 {
    font-size: 18px;
  }
  .joBoxb img {
    max-width: 151px;
    max-height: 127px;
  }
  .digitContainer {
    flex-direction: column;
    flex-wrap: none;
  }
  .digitBox {
    width: 100%;
  }
  .secondximgBox {
    width: 70%;
  }
}
@media (max-width: 380px) {
  .joBoxb {
    display: flex;
    flex-direction: column;
  }
  .xyzBox {
    height: 180px;
  }
  .joBoxb img {
    height: 197%;
  }
  .containera {
    margin-top: 100px;
  }
  .header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .headerBox {
    top: 100px;
  }
  .footerminBoxa {
    align-items: center;
  }
}
