/* Compact Header Toggle - SCSS Version */
.developmentBanner {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/platform-development/banner.webp");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media screen and (max-width: 769px) {
  .developmentBanner {
    padding: 40px 0px;
  }
}
.developmentBanner .platformContent {
  max-width: 600px;
}
@media screen and (max-width: 769px) {
  .developmentBanner .platformContent {
    max-width: 100%;
  }
}
.developmentBanner .platformContent h1 {
  font-family: "RedHatDisplay-Bold";
  font-size: 45px;
  line-height: 47px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .developmentBanner .platformContent h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .developmentBanner .platformContent h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.developmentBanner .platformContent p {
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 29.25px;
  margin: 15px 0px;
}
@media screen and (max-width: 1024px) {
  .developmentBanner .platformContent p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .developmentBanner .platformContent p {
    font-size: 14px;
  }
}
.developmentBanner .platformContent ul {
  list-style: none;
}
.developmentBanner .platformContent ul li {
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  line-height: 24px;
  margin-bottom: 12px;
}
.developmentBanner .platformContent ul li:last-child {
  margin-bottom: 30px;
}
.developmentBanner .platformContent ul li i {
  color: #05DF72;
  margin-right: 10px;
}
.developmentBanner .platformContent .customBtn {
  padding: 18px 62px;
}
.developmentBanner .devlopCard {
  background: linear-gradient(135deg, rgba(30, 41, 57, 0.5) 0%, rgba(16, 24, 40, 0.5) 100%);
  border: 1px solid #364153;
  border-radius: 16px;
  padding: 25px;
}
.developmentBanner .devlopCard .innerCard {
  border-radius: 12px;
  padding: 17px;
}
@media screen and (max-width: 576px) {
  .developmentBanner .devlopCard .innerCard {
    padding: 17px;
  }
}
.developmentBanner .devlopCard .innerCard p {
  font-family: "RedHatDisplay-Regular";
  line-height: 20px;
  color: #99A1AF;
}
.developmentBanner .devlopCard .innerCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  margin: 8px 0px;
  color: #fff;
}
.developmentBanner .devlopCard .innerCard.solutions {
  padding: 17px;
}
.developmentBanner .devlopCard .innerCard.solutions h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}
.developmentBanner .devlopCard .innerCard.solutions p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
.developmentBanner .devlopCard .row > div:nth-child(1) .innerCard {
  background: linear-gradient(90deg, rgba(21, 93, 252, 0.2) 0%, rgba(0, 146, 184, 0.2) 100%);
  border: 1px solid rgba(43, 127, 255, 0.3019607843);
}
.developmentBanner .devlopCard .row > div:nth-child(2) .innerCard {
  background: linear-gradient(135deg, rgba(0, 166, 62, 0.2) 0%, rgba(0, 153, 102, 0.2) 100%);
  border-top: 1px solid rgba(0, 201, 80, 0.3019607843);
}
.developmentBanner .devlopCard .row > div:nth-child(3) .innerCard {
  background: linear-gradient(135deg, rgba(152, 16, 250, 0.2) 0%, rgba(230, 0, 118, 0.2) 100%);
  border-top: 1px solid rgba(173, 70, 255, 0.3019607843);
}
.developmentBanner .devlopCard .row > div:nth-child(4) .innerCard {
  background: linear-gradient(135deg, rgba(245, 73, 0, 0.2) 0%, rgba(231, 0, 11, 0.2) 100%);
  border-top: 1px solid rgba(255, 105, 0, 0.3019607843);
}
.developmentBanner .devlopCard .row > div:nth-child(5) .innerCard {
  background: linear-gradient(135deg, rgba(0, 146, 184, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
  border-top: 1px solid rgba(0, 184, 219, 0.3019607843);
}

.aiExcellenceStats {
  padding: 80px 0;
  background-image: url(../images/ai-integration-services/ai-excellence-stats.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .aiExcellenceStats {
    padding: 50px 0;
  }
}
.aiExcellenceStats h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
  color: #1b1b1b;
  padding-bottom: 20px;
}
.aiExcellenceStats h2 span {
  color: #193370;
  font-family: "RedHatDisplay-Extrabold";
}
.aiExcellenceStats .statsWrapper {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid #e0e0e0;
}
.aiExcellenceStats .statsWrapper .statItem {
  padding: 14px 40px;
  position: relative;
  flex: 1;
}
.aiExcellenceStats .statsWrapper .statItem:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
}
@media (max-width: 992px) {
  .aiExcellenceStats .statsWrapper .statItem {
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  .aiExcellenceStats .statsWrapper .statItem {
    flex: 0 0 50%;
    padding: 15px 10px;
  }
  .aiExcellenceStats .statsWrapper .statItem:not(:last-child)::after {
    display: none;
  }
  .aiExcellenceStats .statsWrapper .statItem:nth-child(1), .aiExcellenceStats .statsWrapper .statItem:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
  }
  .aiExcellenceStats .statsWrapper .statItem:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
}
.aiExcellenceStats .statsWrapper .statItem h3 {
  font-size: 40px;
  color: #007bff;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem h3 {
    font-size: 36px;
  }
}
.aiExcellenceStats .statsWrapper .statItem p {
  font-size: 16px;
  color: #000000;
  font-family: "RedHatDisplay-Medium";
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem p {
    font-size: 14px;
  }
}

.developmentServices {
  padding: 80px 0px;
  background: linear-gradient(180deg, #0A1628 0%, #0D1B2A 50%, #1B263B 100%);
}
@media screen and (max-width: 769px) {
  .developmentServices {
    padding: 50px 0px;
  }
}
.developmentServices .heading {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .developmentServices .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.developmentServices .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .developmentServices .heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .developmentServices .heading h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
.developmentServices .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 724px;
  margin: auto;
}
@media (max-width: 769px) {
  .developmentServices .heading p {
    font-size: 14px;
  }
}
.developmentServices .serviceCard {
  background: linear-gradient(135deg, rgba(30, 41, 57, 0.5) 0%, rgba(16, 24, 40, 0.5) 100%);
  border: 1px solid #364153;
  padding: 24px;
  border-radius: 14px;
  height: 100%;
}
@media (max-width: 769px) {
  .developmentServices .serviceCard {
    padding: 15px;
  }
}
.developmentServices .serviceCard span {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.developmentServices .serviceCard span img {
  width: 24px;
}
.developmentServices .serviceCard h3 {
  font-family: "RedHatDisplay-Regular";
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 14px 0px;
}
.developmentServices .serviceCard h3 a,
.developmentServices .serviceCard p a {
  color: #fff;
  text-decoration: underline;
}
.developmentServices .serviceCard p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.aiSolutions {
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .aiSolutions {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .aiSolutions {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .aiSolutions {
    padding: 30px 0;
  }
}
.aiSolutions h2 {
  font-size: 40px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 992px) {
  .aiSolutions h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .aiSolutions h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .aiSolutions h2 {
    font-size: 25px;
  }
}
.aiSolutions h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.aiSolutions .aiSolutionsWrapper {
  padding-top: 30px;
}
.aiSolutions .aiSolutionsWrapper ul {
  position: relative;
  list-style: none;
}
.aiSolutions .aiSolutionsWrapper ul li {
  display: flex;
  align-items: center;
  gap: 21px;
  position: sticky;
  top: 116px;
  margin-bottom: 20px;
  padding: 20px 9px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2509803922);
}
.aiSolutions .aiSolutionsWrapper ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .aiSolutions .aiSolutionsWrapper ul li {
    padding: 20px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(1) {
  top: calc(116px + 0 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(2) {
  top: calc(116px + 1 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(3) {
  top: calc(116px + 2 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(4) {
  top: calc(116px + 3 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(5) {
  top: calc(116px + 4 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(6) {
  top: calc(116px + 5 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(7) {
  top: calc(116px + 6 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(8) {
  top: calc(116px + 7 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(9) {
  top: calc(116px + 8 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(10) {
  top: calc(116px + 9 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(11) {
  top: calc(116px + 10 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(12) {
  top: calc(116px + 11 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(13) {
  top: calc(116px + 12 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(14) {
  top: calc(116px + 13 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(15) {
  top: calc(116px + 14 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent {
  padding-left: 28px;
}
@media (max-width: 992px) {
  .aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent {
    padding-left: 0;
    order: 2;
  }
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent h3 {
  font-size: 33px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent h3 {
    font-size: 22px;
    padding-bottom: 13px;
  }
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent p {
  padding: 18px 0px;
}
.aiSolutions .aiSolutionsWrapper ul li img {
  flex: 1;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .aiSolutions .aiSolutionsWrapper ul li img {
    order: 1;
  }
}

.platformPrototype {
  padding: 77px 0px;
  background: linear-gradient(90deg, #155DFC 0%, #1447E6 100%);
}
@media screen and (max-width: 769px) {
  .platformPrototype {
    padding: 40px 0px;
  }
}
.platformPrototype .prototypeContent {
  max-width: 776px;
  text-align: center;
  margin: auto;
}
.platformPrototype .prototypeContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}
.platformPrototype .prototypeContent p {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 16px 0px 24px;
}
@media (max-width: 576px) {
  .platformPrototype .prototypeContent p {
    font-size: 14px;
    padding: 8px 0px;
  }
}

.excellenceWrapper {
  position: relative;
  padding: 50px 0;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .excellenceWrapper {
    border-radius: 0 0 35px 35px;
  }
}
@media (max-width: 576px) {
  .excellenceWrapper {
    border-radius: 0 0 25px 25px;
  }
}
.excellenceWrapper .excellenceBannerContent {
  padding: 60px 30px;
  text-align: center;
  background-image: url("../images/hire-php/commitee-excellence.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.excellenceWrapper .excellenceBannerContent h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 18px;
  }
}
.excellenceWrapper .excellenceBannerContent p {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 576px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    font-size: 14px;
  }
}
@media (max-width: 389px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    padding: 0 5px;
  }
}

.productDevelopment {
  padding: 80px 0px;
  background: #fff;
}
@media (max-width: 769px) {
  .productDevelopment {
    padding: 50px 0px;
  }
}
.productDevelopment.engagement {
  background: #ecf9ff;
}
.productDevelopment .heading {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .productDevelopment .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.productDevelopment .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .productDevelopment .heading h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.productDevelopment .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  max-width: 790px;
  margin: auto;
}
@media (max-width: 769px) {
  .productDevelopment .heading p {
    font-size: 14px;
  }
}
.productDevelopment .productCard {
  border: 1px solid #c3c5cb;
  padding: 25px;
  border-radius: 14px;
  height: 100%;
}
@media (max-width: 769px) {
  .productDevelopment .productCard {
    padding: 15px;
  }
}
.productDevelopment .productCard .stepHeader {
  display: flex;
  align-items: center;
  gap: 16px;
}
.productDevelopment .productCard .stepHeader .stepNumber {
  font-family: "RedHatDisplay-Bold";
  font-size: 48px;
  line-height: 48px;
  color: #DBEAFE;
}
.productDevelopment .productCard span {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDevelopment .productCard span img {
  width: 24px;
}
.productDevelopment .productCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #1b1b1b;
  padding: 16px 0px;
}
@media (max-width: 769px) {
  .productDevelopment .productCard h3 {
    padding: 10px 0px;
  }
}
.productDevelopment .productCard p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #1b1b1b;
  padding-bottom: 24px;
}
.productDevelopment .productCard .customBtn {
  align-items: center;
  padding: 12px 0px 12px;
  border-radius: 50px;
  background: #1e5bff;
  color: #fff !important;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .productDevelopment .productCard .customBtn {
    padding: 12px 27px;
    display: inline-flex;
    gap: 12px;
  }
}
.productDevelopment .productCard .customBtn .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #1e5bff;
}
.productDevelopment .productCard .customBtn .icon i {
  rotate: -35deg;
}

.aiTechnology {
  padding: 80px 0px 0px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .aiTechnology {
    padding: 60px 0px;
  }
}
.aiTechnology .heading {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .aiTechnology .heading {
    padding-bottom: 40px;
  }
}
.aiTechnology .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .aiTechnology .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .aiTechnology .heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.aiTechnology .desktop-tabs {
  display: flex;
}
@media screen and (max-width: 767px) {
  .aiTechnology .desktop-tabs {
    display: none;
  }
}
.aiTechnology .mobile-tabs-wrapper {
  display: none;
  position: relative;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aiTechnology .mobile-tabs-wrapper {
    display: flex;
  }
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow:hover {
  background-color: #e0e0e0;
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow:active {
  transform: scale(0.95);
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow svg {
  width: 20px;
  height: 20px;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs-container {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs-container::-webkit-scrollbar {
  display: none;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 0 4px;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs .tabBtn {
  flex-shrink: 0;
  white-space: nowrap;
}
.aiTechnology .stackTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aiTechnology .stackTabs {
    display: none;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.aiTechnology .stackTabs .tabBtn {
  border-radius: 30px;
  padding: 14px 44px;
  border: none;
}
@media screen and (max-width: 767px) {
  .aiTechnology .stackTabs .tabBtn {
    padding: 12px 24px;
    font-size: 13px;
  }
}
.aiTechnology .stackTabs .tabBtn.active {
  background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);
  border-color: #2563EB;
  color: #fff;
}
.aiTechnology .stackTabs .tabBtn:hover {
  opacity: 0.9;
}
.aiTechnology .techContent {
  position: relative;
  min-height: 200px;
  border: 1px solid #E5E7EB;
  padding: 24px;
  border-radius: 14px;
}
.aiTechnology .techContent .techGroup {
  display: none;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media screen and (max-width: 1024px) {
  .aiTechnology .techContent .techGroup {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .aiTechnology .techContent .techGroup {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 576px) {
  .aiTechnology .techContent .techGroup {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.aiTechnology .techContent .techGroup.active {
  display: grid;
  text-align: center;
}
.aiTechnology .techContent .techGroup .techCard {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  min-height: 50px;
}
.aiTechnology .techContent .techGroup .techCard span {
  font-family: "RedHatDisplay-Medium";
  font-size: 14px;
  color: #1F2937;
  text-align: center;
  line-height: 1.4;
}

.partnerCta {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .partnerCta {
    padding: 0px 0 50px;
  }
}
.partnerCta .partnerCard {
  background-image: url(../images/iot-images/cta-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .partnerCta .partnerCard {
    border-radius: 0;
  }
}
.partnerCta .partnerCard span {
  font-size: 33px;
  color: #fff;
  padding-left: 55px;
  line-height: 1.3;
  display: block;
}
@media (max-width: 991px) {
  .partnerCta .partnerCard span {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .partnerCta .partnerCard span {
    font-size: 22px;
  }
}
.partnerCta .partnerCard p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
}

/*# sourceMappingURL=saas-platform-development-company.css.map */
