/* Compact Header Toggle - SCSS Version */
.softwareTestingBannerMain {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/genitive-ai/banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  max-width: 550px;
  object-position: bottom right;
}
@media (max-width: 1150px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 615px;
}
.softwareTestingBannerMain .bannerHead h1 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 26px;
  }
}
.softwareTestingBannerMain .bannerHeadingMain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 33.3%;
}
@media (max-width: 991px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
    flex: 0 49%;
  }
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
    flex: 100%;
  }
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.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 .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;
}

.developmentServices {
  background: linear-gradient(360deg, #007bff 0.21%, #007bff 10.53%, #000000 99.78%);
  padding: 70px 0;
}
.developmentServices .heading {
  max-width: 880px;
}
.developmentServices .offerItem {
  border: 1px solid #fff;
  padding: 18px;
  border-radius: 12px;
  height: 100%;
}
.developmentServices .offerItem h3 {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .developmentServices .offerItem h3 {
    font-size: 18px;
  }
}

.businessGrowthCta {
  padding: 60px 0;
}
.businessGrowthCta .regardTechnology {
  padding: 50px 190px;
  background: url("../images/about/regard-bg.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 1200px) {
  .businessGrowthCta .regardTechnology {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .businessGrowthCta .regardTechnology {
    text-align: left;
    padding: 40px 25px;
  }
}
.businessGrowthCta .regardTechnology h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 767px) {
  .businessGrowthCta .regardTechnology h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .businessGrowthCta .regardTechnology h2 {
    text-align: left;
  }
}
.businessGrowthCta .regardTechnology p {
  color: #fff;
}
@media (max-width: 576px) {
  .businessGrowthCta .regardTechnology .customBtn {
    padding: 15px 25px !important;
  }
}

.aiDevelopmentSolutions {
  padding: 70px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.aiDevelopmentSolutions .heading {
  max-width: 800px;
}
.aiDevelopmentSolutions .heading h2 {
  color: #1b1b1b;
}
.aiDevelopmentSolutions .aiDevelopmentCard {
  background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
  border: 1px solid #155a9f;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
@media (max-width: 767px) {
  .aiDevelopmentSolutions .aiDevelopmentCard {
    border-radius: 15px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .aiDevelopmentSolutions .aiDevelopmentCard {
    padding: 18px;
  }
}
.aiDevelopmentSolutions .aiDevelopmentCard h3 {
  font-size: 20px;
}
.aiDevelopmentSolutions .aiDevelopmentCard h3 a {
  color: #1b1b1b;
}
.aiDevelopmentSolutions .aiDevelopmentCard h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .aiDevelopmentSolutions .aiDevelopmentCard h3 {
    font-size: 18px;
  }
}

.techStack {
  padding: 70px 0;
}
.techStack h2 {
  color: #1b1b1b;
}
.techStack .techStackCard {
  background: #007bff;
  border-radius: 16px;
  padding: 28px 20px;
}
@media (max-width: 991px) and (min-width: 576px) {
  .techStack .techStackCard {
    padding: 30px;
  }
}
.techStack .techStackCard:hover .cardContent h3::after {
  width: 60px;
}
.techStack .techStackCard .cardContent {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .techStack .techStackCard .cardContent {
    flex-direction: column;
    align-items: flex-start;
  }
}
.techStack .techStackCard .cardContent h3 {
  color: #fff;
  font-size: 18px;
  max-width: 320px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .techStack .techStackCard .cardContent h3 {
    max-width: 290px;
  }
}
.techStack .techStackCard .cardContent h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.techStack .techStackCard .cardContent .technologyCards {
  flex: 1;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991px) {
  .techStack .techStackCard .cardContent .technologyCards {
    padding-left: 0;
    border-left: none;
  }
}
.techStack .techStackCard .cardContent .technologyCards span {
  padding: 10px 15px;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.techStack .techStackCard .cardContent .technologyCards span img {
  max-width: 30px;
}

.ourGenerativeAi {
  background-image: url("../images/ai-chatbot/we-offer-bg.svg");
  background-size: cover;
  padding: 70px 0;
}
.ourGenerativeAi .heading {
  max-width: 700px;
}
.ourGenerativeAi .ourGenerativeAiCard {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(22px);
  padding: 18px;
  border-radius: 12px;
  height: 100%;
}
.ourGenerativeAi .ourGenerativeAiCard h3 {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .ourGenerativeAi .ourGenerativeAiCard h3 {
    font-size: 18px;
  }
}

.intelligenceExpertise {
  padding: 70px 0;
}
.intelligenceExpertise .heading {
  max-width: 735px;
}
.intelligenceExpertise .heading h2 {
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .intelligenceExpertise .heading h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .intelligenceExpertise .heading h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.intelligenceExpertise .thumbSection {
  border: 1px solid #3e8bb8;
  transition: all 0.7s ease;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.intelligenceExpertise .thumbSection:hover {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.12);
  transition: all 0.7s ease;
  background: #217CB0;
}
.intelligenceExpertise .thumbSection:hover h3,
.intelligenceExpertise .thumbSection:hover p {
  color: #fff;
}
.intelligenceExpertise .thumbSection h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .intelligenceExpertise .thumbSection h3 {
    font-size: 18px;
  }
}

.awardRecoginitions {
  background-color: #F4F9FD;
  padding: 70px 0;
}
.awardRecoginitions h2 {
  color: #1b1b1b;
}
.awardRecoginitions .awardItem {
  border-right: 1px solid #625656;
}
@media (max-width: 991px) {
  .awardRecoginitions .awardItem {
    border-right: none;
  }
}
.awardRecoginitions .awardItem:last-child {
  border-right: none;
}
.awardRecoginitions .awardItem img {
  max-width: 50%;
}
@media (max-width: 991px) and (min-width: 767px) {
  .awardRecoginitions .awardItem img {
    max-width: 40%;
  }
}

.technologyWrapper {
  padding: 70px 0;
  background-color: #000000;
}
.technologyWrapper .technologyCard {
  background: #222222;
  padding: 40px 20px;
  border-radius: 18px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-top: 1px solid #007bff;
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard {
    padding: 20px;
  }
}
.technologyWrapper .technologyCard:last-child {
  margin: 0;
}
.technologyWrapper .technologyCard:hover {
  transform: translateY(-3px);
  background: #2a2a2a;
}
.technologyWrapper .technologyCard:hover .cardContent h3::after {
  width: 60px;
}
.technologyWrapper .technologyCard .cardContent {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .technologyWrapper .technologyCard .cardContent {
    flex-direction: column;
    align-items: start;
  }
}
.technologyWrapper .technologyCard .cardContent h3 {
  color: #fff;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  max-width: 320px;
  position: relative;
}
@media (max-width: 1200px) {
  .technologyWrapper .technologyCard .cardContent h3 {
    max-width: 290px;
  }
}
.technologyWrapper .technologyCard .cardContent h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #007bff, #227bdb);
  transition: width 0.3s ease;
}
.technologyWrapper .technologyCard .cardContent .technologyBoxes {
  padding: 10px 0 10px 22px;
  flex: 1;
  border-left: 1px solid #696969;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .technologyWrapper .technologyCard .cardContent .technologyBoxes {
    padding-left: 0;
    border-left: none;
  }
}
.technologyWrapper .technologyCard .cardContent .technologyBoxes span {
  border: 1px solid #737373;
  padding: 6px 12px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.2s ease;
}
.technologyWrapper .technologyCard .cardContent .technologyBoxes span:hover {
  border-color: #007bff;
  color: #007bff;
  transform: scale(1.05);
}

.generativeDevelopmentServices {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 50px 0px;
}
.generativeDevelopmentServices .heading {
  max-width: 780px;
}
.generativeDevelopmentServices .heading h2 {
  color: #1b1b1b;
}
.generativeDevelopmentServices .generativeCard {
  border: none;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
  padding: 24px;
}
@media (max-width: 767px) {
  .generativeDevelopmentServices .generativeCard {
    padding: 20px;
  }
}
.generativeDevelopmentServices .generativeCard:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.generativeDevelopmentServices .generativeCard h3 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .generativeDevelopmentServices .generativeCard h3 {
    font-size: 18px;
  }
}

.alliancePartners {
  padding: 70px 0px;
}
.alliancePartners .heading {
  max-width: 680px;
}
.alliancePartners .heading h2 {
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .alliancePartners img {
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  .alliancePartners img {
    max-width: 100px;
  }
}

/*# sourceMappingURL=generative-solutions.css.map */
