/* Compact Header Toggle - SCSS Version */
.softwareTestingBannerMain {
  padding: 50px 0;
  overflow: hidden;
  background-color: #060E26;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 30px 0;
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 15%;
  max-width: 454px;
}
@media (max-width: 1060px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 570px;
}
@media (max-width: 991px) {
  .softwareTestingBannerMain .bannerHead {
    max-width: 100%;
  }
}
.softwareTestingBannerMain .bannerHead .badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 14px;
  color: #8fbaff;
  border-radius: 40px;
  border: 1px solid #1e4ed8;
  background: linear-gradient(180deg, #0b1f44, #07142e);
  margin-bottom: 20px;
  text-wrap: wrap;
  line-height: 14px;
}
.softwareTestingBannerMain .bannerHead .badge img {
  width: 15px;
}
.softwareTestingBannerMain .bannerHead h1 {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.softwareTestingBannerMain .bannerBtn {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 540px) {
  .softwareTestingBannerMain .bannerBtn {
    flex-wrap: wrap;
  }
}
.softwareTestingBannerMain .bannerBtn .customBtn {
  padding: 18px 35px;
  border-radius: 17px;
  background: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
  box-shadow: 0px 6px 24px 0px rgba(37, 99, 235, 0.4);
  border: none;
  color: #fff !important;
}
@media (max-width: 540px) {
  .softwareTestingBannerMain .bannerBtn .customBtn {
    width: 100%;
  }
}
.softwareTestingBannerMain .bannerBtn .customBtn.tag {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #060E26;
  box-shadow: none;
}
.softwareTestingBannerMain .bannerHeadingMain {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
  grid-template-columns: auto;
}
@media (max-width: 769px) {
  .softwareTestingBannerMain .bannerHeadingMain {
    grid-template-columns: auto;
  }
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 850px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.devStart {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
}
@media (max-width: 768px) {
  .devStart {
    padding: 30px 0;
  }
}
.devStart .innerCard {
  background: linear-gradient(135deg, #fff, #f3f7ff);
  border-radius: 16px;
  padding: 28px 18px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  border: 1px solid rgba(128, 128, 128, 0.4901960784);
  position: relative;
  overflow: hidden;
}
.devStart .innerCard h3 {
  font-size: 22px;
  color: #007bff;
}
.devStart .innerCard:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
}
.devStart .innerCard:hover::before {
  opacity: 1;
}

.productDevelopment {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .productDevelopment {
    padding: 30px 0;
  }
}
.productDevelopment .heading {
  text-align: center;
  max-width: 816px;
  margin: auto;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .productDevelopment .heading {
    padding-bottom: 20px;
    text-align: left;
  }
}
.productDevelopment .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #060E26;
  padding-bottom: 10px;
}
.productDevelopment .serviceCard {
  bordeR: 1px solid #E5E7EB;
  padding: 25px;
  border-radius: 16px;
  height: 100%;
}
.productDevelopment .serviceCard span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #0055ff;
  border-radius: 16px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
.productDevelopment .serviceCard span img {
  width: 20px;
}
.productDevelopment .serviceCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  padding: 0px 0px 9px;
  line-height: 23px;
  color: #000;
}

.devServices {
  padding: 60px 0px;
  background-color: #0F172B;
}
@media (max-width: 768px) {
  .devServices {
    padding: 30px 0;
  }
}
.devServices .heading {
  text-align: center;
  max-width: 816px;
  margin: auto;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .devServices .heading {
    padding-bottom: 20px;
    text-align: left;
  }
}
.devServices .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 10px;
}
.devServices .devCard {
  border: 1px solid #314158;
  background: #1D293D;
  padding: 25px;
  border-radius: 16px;
  height: 100%;
}
.devServices .devCard span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #0055ff;
  border-radius: 16px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 6px;
}
.devServices .devCard span img {
  width: 20px;
}
.devServices .devCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 28px;
}
.devServices .devCard h3,
.devServices .devCard p {
  color: #fff;
}
.devServices .devCard p a {
  color: #fff;
  text-decoration: underline;
}
.devServices .devCard .batches {
  display: flex;
  gap: 8px;
  padding-top: 16px;
  flex-wrap: wrap;
}
.devServices .devCard .batches .tag {
  background: #314158;
  border-radius: 18px;
  padding: 5px 12px;
  color: #fff;
}

.buildPartners {
  background-color: #155DFC;
  padding: 60px 10px;
}
@media (max-width: 768px) {
  .buildPartners {
    padding: 30px 10px;
  }
}
.buildPartners .bulidContent {
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.buildPartners .bulidContent h2,
.buildPartners .bulidContent p {
  color: #fff;
}
.buildPartners .bulidContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 30px;
  line-height: 40px;
}
.buildPartners .bulidContent .customBtn {
  border-radius: 16px;
  color: #155DFC !important;
}

.devPortfolio {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .devPortfolio {
    padding: 30px 0;
  }
}
.devPortfolio h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #101828;
}
@media (max-width: 540px) {
  .devPortfolio h2 {
    text-align: left;
  }
}
.devPortfolio .customCard {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.devPortfolio .customCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.devPortfolio .customCard .card-body {
  padding: 24px;
}
.devPortfolio .customCard .card-body h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 12px;
  color: #101828;
}
.devPortfolio .customCard .card-body a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding-top: 6px;
  font-size: 16px;
  font-family: "RedHatDisplay-Bold";
}
.devPortfolio .customCard .card-body a img {
  width: 16px;
}
.devPortfolio .customBtn {
  margin-top: 48px;
  padding: 18px 35px;
  border-radius: 17px;
  background: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
  box-shadow: 0px 6px 24px 0px rgba(37, 99, 235, 0.4);
  border: none;
  color: #fff !important;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
@media (max-width: 400px) {
  .devPortfolio .customBtn {
    width: 100%;
  }
}
.devPortfolio .customBtn img {
  width: 16px;
}

.saasProduct {
  padding: 60px 0;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .saasProduct {
    padding: 30px 0;
  }
}
.saasProduct .heading {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-bottom: 40px;
}
@media (max-width: 540px) {
  .saasProduct .heading {
    text-align: left;
  }
}
.saasProduct .heading h2 {
  font-size: 32px;
  color: #0f172b;
  padding-bottom: 10px;
}
.saasProduct .heading p {
  color: #0f172b;
}
.saasProduct .saasTabs .list-group-item {
  border: 1px solid #dfe4ec;
  border-radius: 16px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.saasProduct .saasTabs .list-group-item img {
  width: 15px;
  filter: grayscale(1) brightness(0.4);
}
.saasProduct .saasTabs .list-group-item.active {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.24);
}
.saasProduct .saasTabs .list-group-item.active i {
  color: #fff;
}
.saasProduct .saasTabs .list-group-item.active img {
  filter: brightness(0) invert(1);
}
.saasProduct .rightContent {
  position: sticky;
  top: 120px;
  height: fit-content;
}
.saasProduct .rightContent .tabContent {
  display: none;
}
.saasProduct .rightContent .tabContent.active {
  display: block;
}
.saasProduct .rightContent .tabCard {
  border: 1px solid #e4e7ec;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
}
.saasProduct .rightContent .tabCard .cardSet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.saasProduct .rightContent .tabCard .cardSet span {
  width: 40px;
  height: 40px;
  background: #0055ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saasProduct .rightContent .tabCard .cardSet span img {
  filter: brightness(0) invert(1);
}
.saasProduct .rightContent .tabCard .cardSet h3 {
  font-size: 20px;
  color: #101828;
}
.saasProduct .rightContent .tabCardItems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 10px;
  margin-top: 10px;
}
.saasProduct .rightContent .tabCardItems .tabCardItem {
  border: 1px solid #e4e7ec;
  padding: 10px 12px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.saasProduct .rightContent .tabCardItems .tabCardItem img {
  width: 16px;
}
.saasProduct .rightContent .tabCardItems .tabCardItem span {
  color: #374151;
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 991px) {
  .saasProduct .saasTabs {
    margin-bottom: 14px;
  }
  .saasProduct .rightContent .tabCardItems {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .saasProduct .rightContent {
    display: none;
  }
  .saasProduct .saasTabs .list-group-item {
    flex-wrap: wrap;
  }
  .saasProduct .saasTabs .list-group-item img {
    filter: grayscale(1) brightness(0.4);
  }
  .saasProduct .saasTabs .list-group-item.active img {
    filter: brightness(0) invert(1);
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane {
    display: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 14px;
    color: #101828;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane.open {
    display: block;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCard {
    border: 0;
    border-radius: 14px;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCard .cardSet {
    display: none;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCard p {
    color: #fff;
    padding-bottom: 10px;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCard a {
    color: #fff;
    text-decoration: underline;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCardItem {
    border: 1px solid #e4e7ec;
    padding: 10px 12px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCardItem img {
    width: 16px;
  }
  .saasProduct .saasTabs .list-group-item .saasMobilePane .tabCardItem span {
    color: #374151;
    font-size: 12px;
    line-height: 17px;
  }
}

.globalCompliance {
  padding: 60px 0px;
  background-color: #0F172B;
}
@media (max-width: 768px) {
  .globalCompliance {
    padding: 30px 0;
  }
}
.globalCompliance .heading {
  text-align: center;
  max-width: 816px;
  margin: auto;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .globalCompliance .heading {
    padding-bottom: 20px;
    text-align: left;
  }
}
.globalCompliance .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 10px;
}
.globalCompliance .industrySpecific {
  border: 1px solid #314158;
  background: #1D293D;
  padding: 25px;
  border-radius: 16px;
  height: 100%;
}
.globalCompliance .industrySpecific .tag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.globalCompliance .industrySpecific .tag img {
  width: 20px;
}
.globalCompliance .industrySpecific .tag h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.globalCompliance .industrySpecific ul {
  list-style: none;
}
.globalCompliance .industrySpecific ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  background: rgba(49, 65, 88, 0.5);
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
}
.globalCompliance .industrySpecific ul li img {
  width: 16px;
}
.globalCompliance .industrySpecific ul li span {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.developmentFramework {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .developmentFramework {
    padding: 30px 0;
  }
}
.developmentFramework .heading {
  text-align: center;
  max-width: 816px;
  margin: auto;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .developmentFramework .heading {
    padding-bottom: 20px;
    text-align: left;
  }
}
.developmentFramework .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #060E26;
  padding-bottom: 10px;
}
.developmentFramework .frameworkCard {
  border: 1px solid #E5E7EB;
  padding: 25px;
  border-radius: 16px;
}
.developmentFramework .frameworkCard span {
  font-family: "RedHatDisplay-Bold";
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #DBEAFE;
}
.developmentFramework .frameworkCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #101828;
  padding: 12px 0px;
}

.advancedTech {
  padding: 60px 0px;
  background-color: #F9FAFB;
}
@media (max-width: 768px) {
  .advancedTech {
    padding: 30px 0;
  }
}
.advancedTech .heading {
  text-align: center;
  max-width: 816px;
  margin: auto;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .advancedTech .heading {
    padding-bottom: 20px;
    text-align: left;
  }
}
.advancedTech .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #060E26;
  padding-bottom: 10px;
}
.advancedTech .advancedCard {
  border: 1px solid #E5E7EB;
  padding: 25px;
  border-radius: 16px;
}
.advancedTech .advancedCard span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #0055ff;
  border-radius: 16px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 6px;
}
.advancedTech .advancedCard span img {
  width: 20px;
}
.advancedTech .advancedCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #101828;
  padding: 12px 0px;
}
.advancedTech .advancedCard h3 a {
  color: #1b1b1b;
  text-decoration: underline;
}
.advancedTech .advancedCard p a {
  color: #1b1b1b;
  text-decoration: underline;
}

.techStack {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .techStack {
    padding: 40px 0px;
  }
}
.techStack .heading {
  max-width: 787px;
  text-align: center;
}
@media (max-width: 769px) {
  .techStack .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.techStack .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
  color: #101828;
}
.techStack .techWrapper {
  height: 100%;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 15px;
}
.techStack .techWrapper h3 {
  color: #1b1b1b;
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 16px;
}
.techStack .techWrapper h3 img {
  width: 20px;
}
.techStack .techWrapper .techNames {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  cursor: default;
}
.techStack .techWrapper .techNames li {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 33px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #1b1b1b;
  transition: all 0.2s ease;
}
.techStack .techWrapper .techNames li:hover {
  border-color: #007bff;
  color: #007bff;
  transform: scale(1.05);
}

/*# sourceMappingURL=saas-product-development.css.map */
