.header-top {
  background-color: #f2523d;
  color: #fff;
}

.headerInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  row-gap: 10px;
}

.headerInner .headerFirst {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.headerInner .headerFirst .iconOutter {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  text-decoration: none;
}

.headerSecond {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
  justify-content: space-between;
}

.headerInner .headerThird {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 20px;
  justify-content: space-between;
}

.header-top p {
  margin: 0 !important;
}

.headerInner .headerThird a {
  color: #fff;
  text-decoration: none;
}

.trustedSection {
  padding: 60px 0 40px;
}

.trustedBanner {
  display: block;
}

.trustedSection .trustedBannerInner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

.trustedSection .trustedContent {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 20px;
}

.trustedSection .trustedBadge {
  align-items: center;
  background: #fff;
  border: 1px solid #f2523d33;
  border-radius: 30px;
  color: #f2523d;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  padding: 6px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.trustedSection .trustedImageOuter {
  width: 100%;
}

.trustedSection .trustedImageOuter .trustedImage {
  border-radius: 24px;
  display: block;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  width: 100%;
}

.trustedSection .trustedMainHeading {
  color: #f2523d;
  font-size: 25px;
  line-height: 1.15;
  margin: 0;
}

.trustedSection .trustedSubHeading span {
  color: #000;
}
.trustedButton a {
  background-color: #f2523d;
  /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAAxCAYAAABUHgKxAAAACXBIWXMAAAsTAAALEwEAmpwYAAABy0lEQVR4nO3d23LCIABF0UPs/3+xBl+KJgSQWwKje820tmO0fdhDYoxgrLXqxHhf2tziu9jNrZW09npi0xiki28R8f06F2ZTnLVBugiXlj+Or+XCLI6rJsibCBF5VkmPkgf8FWxrCrcH3KHcQ5mjZe4IyaiIVg9lHF/mREaM6CGro08bECN6+thT6k5ixBmSXcXu4JQOznRT5Lx1KDrz/wDgTMHGQkESI64QHPj8IHkLEFc69BYKErjSEvuF0REj7LrzgwRGWPwfttcwAlcLBgmMZKR3kOyuMdry+iZGSIz3GiGJETPY7bKBKTBCYiaGERJTIUhMhSAxFYLEVBZVfJgbOIklSMzCSu9dNlFiNILEVAgSU9kF2W1+P6CCm2dyd9qHKDHKqz2CxAyCQXadmhfItGvOf6eGIHElK29CUz9IRklc6dBa6L3s7NlOgQbBCfJjF1cUzQsNFDrsqp1YkFbS/bR/B78uOuClLj+LVgw0uCtxSPjpeshVjJTow+11k69Pci7QzXoiICG7odKFk5h3HKWylgNxalbycjOf8vFZpFQtL9ey+KabGJ8wsVW9zqHUvhqsxIqw6LQSrNQnyMNzivkmv52/XnY3T0ZfbzurS8T0AAAAAElFTkSuQmCC); */
  background-position: -110px 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 190px;
}

.trustedSection .trustedBelowBanner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 92%;
  width: 100%;
}

.trustedSection .statsRow {
  margin-top: 40px;
}

.trustedSection .statsRow .statCard {
  background: #fdf1ef;
  border-radius: 14px;
  height: 100%;
  padding: 24px 16px;
  text-align: center;
}
.statsRow .statCard .statIcon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 56px;
  justify-content: center;
  margin: 0 auto 12px;
  overflow: hidden;
  width: 56px;
}
.statsRow .statCard .statIcon img {
  height: 28px !important;
  max-height: 28px;
  max-width: 28px;
  object-fit: contain;
  width: 28px !important;
}
.statsRow .statCard .statNumber {
  color: #e74c3c;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 4px;
}

.trustedSection .statsRow .statCard .statLabel {
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.hiringSection {
  background-image: url(img/we_are_hiring_img.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 300px !important;
}

.hiringSection .hiringAbout {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.hiringAbout .hiringText {
  color: #fff;
  padding-bottom: 60px;
}

.hiringText .heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
  text-align: left;
}

.hiringAbout .hiringText {
  text-align: left;
}

.hiringText p {
  max-width: 100% !important;
}

.hiringSection {
  padding: 0px 0 0px !important;
}

.headerImg {
  height: 53px;
  object-fit: contain;
  width: 116px;
}
.footer {
  background-color: #1e1428;
}

.footer .footerForm {
  background-color: #0000003d;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 25px 50px;
}

.footer .footerForm .footerFormWrapper .para1 {
  font-size: 20px;
  margin-bottom: 15px;
}

.footer .footerForm .footerInput,
.footer .footerForm .footerInput .footerBorder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer .footerForm .footerInput .footerBorder {
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  width: 80%;
}

.footer .footerForm .footerInput .footerBorder input {
  background-color: #0000;
  color: #fff;
  height: 40px;
  outline: none;
  padding: 10px;
  width: 90%;
  border: none;
}

.footer .footerForm .footerInput .footerBorder button {
  align-items: flex-end;
  background-color: #0000;
  color: #f2523d;
  display: flex;
  font-size: 20px;
  justify-content: center;
  width: 10%;
  border: none;
}

.footer .footerMain {
  color: #fff;
  margin-bottom: 20px;
}

.footer .footerMain h5 {
  margin-bottom: 30px;
  position: relative;
}

.footer .footerMain h5:after {
  background-color: #f2523d;
  bottom: -7px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 80px;
}

.footer .footerMain p {
  font-size: 12px;
  margin-bottom: 20px;
}

.footer .footerMain a {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer .footerMain .linkFlex {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
}

.footer hr {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 50px;
}

.footer .footerHeader .footerImg {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.headerImg {
  height: 53px;
  object-fit: contain;
  width: 116px;
}

.footer .footerHeader .col-12:has(.icons),
.footer .footerHeader .col-12:has(.list) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.footer .footerHeader .list {
  display: flex;
  justify-content: center;
}

.footer .footerHeader .list a {
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  text-decoration: none;
}

.footer .footerHeader .icons {
  display: flex;
  justify-content: center;
}

.footer .footerHeader .icons a {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  margin-right: 15px;
  text-decoration: none;
  width: 30px;
}

.footer .footerHeader .icons a:hover,
.footer2 {
  background-color: #f2523d;
}
.footer2 .footer2Main {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 10px;
}

.footer2 .footer2Main .footer2Link a {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}

.footer .footerForm .footerFormWrapper .para1 span {
  color: #f2523d;
}

.footer .footerHeader .icons a:hover,
.footer2 {
  background-color: #f2523d;
}

.mainHeader {
  position: relative;
  z-index: 2;
}

.mainHeader .headerContainer {
  position: relative;
}

.mainHeader .headerContainer .headerInner {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.904);
  border-radius: 0 0 40px 40px;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 15px 50px;
  position: absolute;
  width: 100%;
}

.headerImg {
  height: 53px;
  object-fit: contain;
  width: 116px;
}

.mainHeader .headerContainer .headerInner .menu {
  align-items: center;
  display: flex;
  gap: 35px;
  justify-content: center;
}

.mainHeader .headerContainer .headerInner .menu .menuInner {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 30px;
  justify-content: center;
}

.mainHeader .headerContainer .headerInner .menu .menuInner a {
  color: #000;
  text-decoration: none;
}

.mainHeader .headerContainer .headerInner .menu .shoppingButton {
  align-items: center;
  background-color: #f2523d;
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.mainHeader .headerContainer .headerInner .menu .shoppingButton a {
  color: #fff;
  text-decoration: none;
}

.mainHeader .headerContainer .stickyHeader {
  background-color: #fff !important;
  box-shadow: 0 4px 12px #0000001a !important;
  -webkit-box-shadow: 0 4px 12px #0000001a;
  -moz-box-shadow: 0 4px 12px #0000001a;
  left: 50% !important ;
  max-width: 1320px !important;
  min-width: 960px !important;
  position: fixed !important;
  top: 0 !important;
  transform: translate(-50%) !important;
  width: 87% !important;
  z-index: 10 !important;
}

.mainHeader .headerContainer .headerInner.stickyHeader {
  background-color: #fff;
  box-shadow: 0 4px 12px #0000001a;
  -webkit-box-shadow: 0 4px 12px #0000001a;
  -moz-box-shadow: 0 4px 12px #0000001a;
  left: 50%;
  max-width: 1320px;
  min-width: 960px;
  position: fixed;
  top: 0;
  transform: translate(-50%);
  width: 87%;
  z-index: 10;
}

.banner {
  margin-top: 83px;
}

