/* Compact Header Toggle - SCSS Version */
.warehouseBanner {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/warehouse-management/banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
.warehouseBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.warehouseBanner h1 {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 576px) {
  .warehouseBanner h1 {
    font-size: 36px;
  }
}
.warehouseBanner p,
.warehouseBanner li {
  font-size: 15px;
}

.homeTrustedPartner {
  padding: 70px 0;
}
.homeTrustedPartner .partnersListing {
  background: linear-gradient(135deg, #a8cef5 0%, #f0f7ff 100%);
  padding: 30px 22px;
  border-radius: 15px;
  height: 100%;
}
@media (max-width: 576px) {
  .homeTrustedPartner .partnersListing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.homeTrustedPartner .partnersListing .servicesIcon {
  width: 50px;
  height: 50px;
  background: #007bff;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeTrustedPartner .partnersListing .servicesIcon img {
  filter: brightness(0) invert(1);
  width: 20px;
}
.homeTrustedPartner .partnersListing .countHeadContent {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #193370;
}
@media (max-width: 576px) {
  .homeTrustedPartner .partnersListing .countHeadContent {
    justify-content: center;
    font-size: 36px;
  }
}
.homeTrustedPartner .partnersListing .countHeadContent i {
  color: #007bff;
  font-size: 32px;
}
.homeTrustedPartner .partnersListing span {
  font-size: 15px;
  font-family: "RedHatDisplay-Medium";
  color: #747796;
  letter-spacing: 0.1px;
}

.softwareDevelopment {
  background-color: #07041a;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .softwareDevelopment {
    padding: 70px 0;
  }
}
.softwareDevelopment .heading {
  max-width: 760px;
  text-align: center;
  margin: auto;
}
.softwareDevelopment .heading h2 {
  font-size: 34px;
  line-height: 1.2;
}
.softwareDevelopment .serviceBox {
  padding: 25px;
  border-top: 0.8px solid #1D293D;
  background-color: rgba(15, 23, 43, 0.5);
  border-radius: 12px;
  height: 100%;
}
.softwareDevelopment .serviceBox span {
  background: rgba(43, 127, 255, 0.1019607843);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.softwareDevelopment .serviceBox span img {
  width: 26px;
  filter: invert(35%) sepia(90%) saturate(3200%) hue-rotate(200deg) brightness(100%) contrast(100%);
}
.softwareDevelopment .serviceBox h3 {
  padding: 16px 0px 10px;
  font-size: 20px;
  line-height: 1.4;
}
.softwareDevelopment .serviceBox h3,
.softwareDevelopment .serviceBox p {
  color: #fff;
}
.softwareDevelopment .serviceBox h3 a,
.softwareDevelopment .serviceBox p a {
  color: #fff;
  text-decoration: underline;
}

.integrationEcosystem {
  padding: 90px 0;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 50%, #eff6ff 100%);
}
@media (max-width: 991px) {
  .integrationEcosystem {
    padding: 70px 0;
  }
}
.integrationEcosystem h2 {
  font-size: 34px;
  color: #000000;
}
.integrationEcosystem .infoCards {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.integrationEcosystem .infoCards h3 {
  margin-bottom: 8px;
  color: #007bff;
  font-size: 18px;
}
.integrationEcosystem .wmsCard {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/warehouse-management/wms-card.jpg");
  border-radius: 12px;
  background-size: cover;
  height: 100%;
}
.integrationEcosystem .wmsCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.integrationEcosystem .wmsCard .wmsContent {
  z-index: 999;
  text-align: center;
}
.integrationEcosystem .wmsCard .wmsContent h3 {
  font-size: 35px;
}
.integrationEcosystem .wmsCard .wmsContent p {
  font-size: 15px;
}

.scalableCta {
  background: linear-gradient(135deg, #fff 0%, #eff6ff 50%, #f8fafc 100%);
  padding: 90px 0;
}
@media (max-width: 991px) {
  .scalableCta {
    padding: 70px 0;
  }
}
.scalableCta .ctaContent {
  max-width: 910px;
  margin: auto;
}
.scalableCta .ctaContent h2,
.scalableCta .ctaContent p {
  color: #000000 !important;
}
.scalableCta .ctaContent h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .scalableCta .ctaContent h2 {
    font-size: 28px;
  }
}
.scalableCta .ctaContent p {
  padding: 10px 0px 25px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .scalableCta .ctaContent p {
    font-size: 16px;
  }
}

.keyFeatures {
  background: linear-gradient(135deg, #f8fafc 0%, #fff 50%, #eff6ff 100%);
  padding: 90px 0;
}
@media (max-width: 991px) {
  .keyFeatures {
    padding: 70px 0;
  }
}
.keyFeatures .heading {
  max-width: 780px;
  text-align: center;
  margin: auto;
  margin-bottom: 70px;
}
.keyFeatures .heading h2 {
  font-size: 34px;
  line-height: 37px;
}
.keyFeatures .heading h2,
.keyFeatures .heading p {
  color: #000000;
}
.keyFeatures .innerCards {
  padding: 50px 24px 24px 24px;
  border: 0.8px solid #dfedfb;
  border-radius: 14px;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .keyFeatures .innerCards {
    padding: 50px 18px 18px 18px;
  }
}
.keyFeatures .innerCards span {
  background: #007bff;
  box-shadow: 0px 10px 15px -3px #007bff;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -25px;
  left: 24px;
  position: absolute;
}
.keyFeatures .innerCards span img {
  width: 26px;
  filter: brightness(0) invert(1);
}
.keyFeatures .innerCards h3 {
  padding-bottom: 10px;
  color: #000000;
  font-size: 20px;
  line-height: 1.3;
}

.managementSystem {
  background: #07041a;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .managementSystem {
    padding: 70px 0;
  }
}
.managementSystem .heading {
  max-width: 780px;
  margin: auto;
  text-align: center;
}
.managementSystem .heading h2 {
  font-size: 34px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .managementSystem .heading h2 {
    font-size: 26px !important;
  }
}
.managementSystem .heading p {
  font-size: 15px;
}
.managementSystem .serviceCard {
  height: 100%;
  padding: 32px;
  background: linear-gradient(180deg, rgba(15, 23, 43, 0.9), rgba(15, 23, 43, 0.6));
  border: 1px solid #1D293D;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .managementSystem .serviceCard {
    padding: 20px;
  }
}
.managementSystem .serviceCard.activeCard {
  background: linear-gradient(180deg, rgba(43, 127, 255, 0.1), rgba(15, 23, 43, 0.6));
  border: 1px solid #007bff;
  box-shadow: 0px 4px 6px -4px #007bff;
  display: block;
}
.managementSystem .serviceCard.activeCard .customBtns {
  background-color: #007bff;
  border-radius: 12px;
  color: #fff !important;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 16px;
}
.managementSystem .serviceCard.activeCard .primaryBtn {
  background: #007bff;
}
.managementSystem .serviceCard h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 6px;
}
.managementSystem .serviceCard .priceText {
  color: #007bff;
  font-size: 30px;
}
@media (max-width: 769px) {
  .managementSystem .serviceCard .priceText {
    font-size: 22px;
  }
}
.managementSystem .serviceCard .primaryBtn {
  margin-top: auto;
  width: 100%;
  padding: 12px 0;
  background: #1a243a;
  border: 1px solid #1D293D;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.managementSystem .serviceCard .primaryBtn:hover {
  background: #007bff;
  border-color: #007bff;
}

.techStack {
  padding: 90px 0 50px;
}
@media (max-width: 991px) {
  .techStack {
    padding: 70px 0 50px;
  }
}
.techStack .heading {
  max-width: 780px;
  text-align: center;
  margin: auto;
}
.techStack .heading h2 {
  font-size: 34px;
  line-height: 1.3;
}
.techStack .heading p {
  font-size: 15px;
}
.techStack .heading h2,
.techStack .heading p {
  color: #000000;
}
.techStack .techInfoCard {
  border: 0.8px solid #e2e8f0;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .techStack .techInfoCard {
    padding: 15px;
  }
}
.techStack .techInfoCard .techCards {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.techStack .techInfoCard .techCards .cardIcon {
  min-width: 50px;
  height: 50px;
  background: rgba(43, 127, 255, 0.1019607843);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techStack .techInfoCard .techCards .cardIcon img {
  width: 22px;
  filter: invert(35%) sepia(90%) saturate(3200%) hue-rotate(200deg) brightness(100%) contrast(100%);
}
.techStack .techInfoCard .techCards h3 {
  font-size: 18px;
  color: #0f172a;
  line-height: 1.3;
}
.techStack .techInfoCard .techPills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.techStack .techInfoCard .techPills span {
  background: #f1f5f9;
  color: #334155;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.readyToDiscuss {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .readyToDiscuss {
    padding-bottom: 70px;
  }
}
.readyToDiscuss .useCasesCard {
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border: 0.8px solid #bedbff;
  border-radius: 14px;
  padding: 40px 25px;
}
.readyToDiscuss .useCasesCard .useContent {
  text-align: center;
  max-width: 862px;
  margin: auto;
  display: block;
}
.readyToDiscuss .useCasesCard .useContent h2,
.readyToDiscuss .useCasesCard .useContent p {
  color: #000000;
}
.readyToDiscuss .useCasesCard .useContent p {
  padding: 10px 0 20px;
  font-size: 18px;
}
.readyToDiscuss .useCasesCard .useContent .customBtn {
  width: 50%;
  margin: auto;
}
@media (max-width: 767px) {
  .readyToDiscuss .useCasesCard .useContent .customBtn {
    width: 100%;
  }
}

/*# sourceMappingURL=warehouse-management-system.css.map */
