/* Compact Header Toggle - SCSS Version */
.enterpriseBanner {
  padding: 94px 0;
  overflow: hidden;
  min-height: calc(100vh - 90px);
  background-image: url(../images/enterprise/enterprise-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .enterpriseBanner {
    padding: 50px 0;
  }
}
.enterpriseBanner .bannerImg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .enterpriseBanner .bannerImg {
    display: none;
  }
}
.enterpriseBanner h1 {
  font-size: 45px;
  font-family: 400;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .enterpriseBanner h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .enterpriseBanner h1 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .enterpriseBanner h1 {
    font-size: 25px;
  }
}
.enterpriseBanner ul {
  margin-bottom: 27px;
}
.enterpriseBanner ul .bannerListItem {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.enterpriseBanner ul .bannerListItem:last-child {
  margin-bottom: 0;
}

.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: 60px;
  color: #007bff;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem h3 {
    font-size: 40px;
  }
}
.aiExcellenceStats .statsWrapper .statItem p {
  font-size: 18px;
  color: #000000;
  font-family: "RedHatDisplay-Medium";
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem p {
    font-size: 14px;
  }
}

.ourServices {
  background-color: #080a14;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .ourServices {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .ourServices {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .ourServices {
    padding: 30px 0;
  }
}
.ourServices .ourServicesHead {
  gap: 8px;
}
.ourServices .ourServicesHead i {
  color: #007bff;
}
.ourServices h2 {
  color: #fff;
  font-size: 45px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
}
@media (max-width: 992px) {
  .ourServices h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .ourServices h2 {
    font-size: 30px;
  }
}
.ourServices p {
  font-size: 18px;
  color: #fff;
  opacity: 70%;
}
.ourServices .ourServicesCard {
  border-radius: 21px 18px;
  padding: 30px 25px;
  opacity: 0.95;
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: linear-gradient(138.66deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 19.3%, rgba(255, 255, 255, 0.03) 62.02%, rgba(255, 255, 255, 0.2) 100%);
  height: 100%;
}
.ourServices .ourServicesCard .ourServicesIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 65px;
  height: 65px;
  background-color: #007bff;
  border-radius: 50%;
}
.ourServices .ourServicesCard h3 {
  padding: 14px 0 8px;
  color: #fff;
  font-size: 24px;
  font-family: "RedHatDisplay-Medium";
  line-height: 1.2;
}
.ourServices .ourServicesCard h3 a {
  color: #fff;
  text-decoration: underline;
}
.ourServices .ourServicesCard h3 a:hover {
  text-decoration: none;
}
.ourServices .ourServicesCard p {
  font-size: 14px;
}
.ourServices .ourServicesCard p a {
  color: #fff;
  text-decoration: underline;
}

.aiDevelopment {
  padding: 72px 0;
}
@media (max-width: 768px) {
  .aiDevelopment {
    padding: 50px 0;
  }
}
.aiDevelopment .aiDevelopmentHead:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
}
.aiDevelopment .aiDevelopmentHead h2 {
  font-size: 48px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 992px) {
  .aiDevelopment .aiDevelopmentHead h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .aiDevelopment .aiDevelopmentHead h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .aiDevelopment .aiDevelopmentHead h2 {
    font-size: 25px;
  }
}
.aiDevelopment .aiDevelopmentHead h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.aiDevelopment ul {
  margin-bottom: 26px;
}
.aiDevelopment ul .bannerListItem {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.aiDevelopment ul .bannerListItem:last-child {
  margin-bottom: 0;
}

.aiCaseStudies {
  background: #080a14;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .aiCaseStudies {
    padding: 50px 0;
  }
}
.aiCaseStudies .sectionLabel {
  font-size: 14px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .aiCaseStudies .sectionLabel {
    justify-content: left;
  }
}
.aiCaseStudies .sectionLabel .dot {
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
  display: inline-block;
}
.aiCaseStudies h2 {
  font-size: 50px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .aiCaseStudies h2 {
    font-size: 32px;
  }
}
.aiCaseStudies h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.aiCaseStudies .caseStudyMainCarousel {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .aiCaseStudies .caseStudyMainCarousel {
    margin-bottom: 0;
  }
}
.aiCaseStudies .caseStudyMainCarousel .owl-stage-outer {
  overflow: hidden;
}
.aiCaseStudies .caseStudyMainCarousel .owl-nav {
  display: none;
}
.aiCaseStudies .caseStudyMainCarousel .owl-dots {
  display: none;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .aiCaseStudies .caseStudyMainCarousel .owl-dots {
    display: block;
  }
}
.aiCaseStudies .caseStudyMainCarousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 8px;
  margin: 0 4px;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
.aiCaseStudies .caseStudyMainCarousel .owl-dots .owl-dot span {
  display: none;
}
.aiCaseStudies .caseStudyMainCarousel .owl-dots .owl-dot.active {
  background: #007bff;
  width: 40px;
}
.aiCaseStudies .caseStudyMainCarousel .item {
  padding: 10px 0;
}
.aiCaseStudies .caseStudyImage {
  border-radius: 20px;
  overflow: hidden;
}
.aiCaseStudies .caseStudyImage img {
  width: 100%;
  height: 287px;
  display: block;
  object-fit: cover;
}
.aiCaseStudies .caseStudyDetails h3 {
  font-size: 34px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .aiCaseStudies .caseStudyDetails h3 {
    font-size: 28px;
  }
}
.aiCaseStudies .caseStudyDetails p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 17px;
  opacity: 70%;
}
.aiCaseStudies .caseStudyDetails p.readMoreText {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.aiCaseStudies .caseStudyDetails p.readMoreText.expanded {
  max-height: none;
}
.aiCaseStudies .caseStudyDetails .readMoreLink {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  margin-left: 0.25em;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.aiCaseStudies .caseStudyDetails .readMoreLink:hover {
  text-decoration: underline;
}
.aiCaseStudies .caseStudyDetails .readMoreLink:active {
  color: #007bff;
}
.aiCaseStudies .caseStudyThumbnails {
  display: flex;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .aiCaseStudies .caseStudyThumbnails {
    display: none;
  }
}
.aiCaseStudies .caseStudyThumbnails .thumbnailItem {
  flex: 1;
  padding: 25px 20px;
  cursor: pointer;
  border-top: 3px solid transparent;
  margin-top: -1px;
  transition: all 0.3s ease;
}
.aiCaseStudies .caseStudyThumbnails .thumbnailItem.active {
  border-top-color: #007bff;
}
.aiCaseStudies .caseStudyThumbnails .thumbnailItem.active .tabTitle {
  color: #fff;
}
.aiCaseStudies .caseStudyThumbnails .thumbnailItem .tabTitle {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  display: block;
}

.aiSolutions {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .aiSolutions {
    padding: 30px 0;
  }
}
.aiSolutions .aiSolutionsHead {
  max-width: 832px;
}
.aiSolutions .aiSolutionsHead h2 {
  font-size: 48px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.2;
  color: #1b1b1b;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .aiSolutions .aiSolutionsHead h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .aiSolutions .aiSolutionsHead h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .aiSolutions .aiSolutionsHead h2 {
    font-size: 25px;
  }
}
.aiSolutions .aiSolutionsHead h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.aiSolutions .aiSolutionsWrapper {
  margin-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;
  }
}
.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;
  }
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent h3 {
  font-size: 34px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
  color: var(--black-color);
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent p {
  color: rgba(102, 102, 102, 0.6980392157);
  font-size: 16px;
}

.enterpriseRoadmap {
  padding: 80px 0 0;
  background: #080a14;
}
@media (max-width: 768px) {
  .enterpriseRoadmap {
    padding: 50px 0;
  }
}
.enterpriseRoadmap h2 {
  font-size: 48px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15x;
  max-width: 479px;
}
@media (max-width: 992px) {
  .enterpriseRoadmap h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .enterpriseRoadmap h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .enterpriseRoadmap h2 {
    font-size: 25px;
  }
}
.enterpriseRoadmap h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.enterpriseRoadmap p {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
  opacity: 70%;
}
.enterpriseRoadmap .procedureAccordion {
  display: flex;
  height: 800px;
  margin-top: 50px;
  overflow: hidden;
  background-image: url(../images/enterprise/procedure-we-follow.webp);
  background-size: cover;
}
@media (max-width: 1199px) {
  .enterpriseRoadmap .procedureAccordion {
    flex-direction: column;
    height: auto;
  }
}
.enterpriseRoadmap .accordionItem {
  flex: 0 0 160px;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(172.07deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 19.3%, rgba(255, 255, 255, 0.06) 62.02%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(34px);
}
@media (max-width: 1199px) {
  .enterpriseRoadmap .accordionItem {
    flex: 0 0 auto;
    min-height: 60px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.enterpriseRoadmap .accordionItem.active {
  flex: 1;
  background: linear-gradient(157.31deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 19.3%, rgba(255, 255, 255, 0.06) 62.02%, rgba(255, 255, 255, 0.4) 100%);
}
.enterpriseRoadmap .accordionItem.active .verticalTab {
  opacity: 0;
  visibility: hidden;
}
.enterpriseRoadmap .accordionItem.active .expandedContent {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .enterpriseRoadmap .accordionItem.active .verticalTab {
    opacity: 1;
    visibility: visible;
  }
}
.enterpriseRoadmap .accordionItem:hover:not(.active) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.enterpriseRoadmap .verticalTab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .enterpriseRoadmap .verticalTab {
    display: none;
  }
}
.enterpriseRoadmap .verticalTab .tabTitle {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .enterpriseRoadmap .verticalTab .tabTitle {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 16px;
  }
}
.enterpriseRoadmap .verticalTab .tabIcon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 2, 15, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.enterpriseRoadmap .expandedContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding: 40px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .enterpriseRoadmap .expandedContent {
    position: relative;
    height: auto;
    padding: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.enterpriseRoadmap .expandedContent .contentInner {
  width: 100%;
}
.enterpriseRoadmap .expandedContent .contentHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.enterpriseRoadmap .expandedContent .contentHeader h3 {
  font-size: 32px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.3;
  margin: 0;
  max-width: 80%;
}
@media (max-width: 1200px) {
  .enterpriseRoadmap .expandedContent .contentHeader h3 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .enterpriseRoadmap .expandedContent .contentHeader h3 {
    font-size: 22px;
  }
}
.enterpriseRoadmap .expandedContent .contentHeader .expandIcon {
  width: 44px;
  height: 44px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .enterpriseRoadmap .expandedContent .contentHeader .expandIcon {
    display: none;
  }
}
.enterpriseRoadmap .expandedContent p {
  font-size: 15px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 90%;
  opacity: 70%;
}
.enterpriseRoadmap .expandedContent .contentImage {
  border-radius: 12px;
  overflow: hidden;
}
.enterpriseRoadmap .expandedContent .contentImage img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 478px;
  object-fit: cover;
}

.aiIndustryBenefits {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .aiIndustryBenefits {
    padding: 50px 0;
  }
}
.aiIndustryBenefits h2 {
  font-size: 50px;
  color: #1b1b1b;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .aiIndustryBenefits h2 {
    font-size: 28px;
  }
}
.aiIndustryBenefits h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.aiIndustryBenefits .sectionDesc {
  color: #666666;
  opacity: 70%;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1030px;
  margin: 0 auto;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-stage-outer {
  padding: 50px 0 0;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: stretch;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 8px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-dots .owl-dot.active span {
  background: #007bff;
  width: 55px;
}
.aiIndustryBenefits .industryBenefitsCarousel .owl-nav {
  display: none;
}
.aiIndustryBenefits .industryCard {
  background: rgba(219, 219, 219, 0.3);
  border-radius: 14px;
  padding: 0 22px 22px;
  height: 100%;
  position: relative;
}
.aiIndustryBenefits .industryCard .iconCircle {
  width: 100px;
  height: 100px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(-50%);
}
.aiIndustryBenefits .industryCard .iconCircle img {
  width: 65px;
  height: 65px;
}
.aiIndustryBenefits .industryCard h3 {
  font-size: 24px;
  color: #007bff;
  font-family: "RedHatDisplay-Medium";
  margin-bottom: 15px;
  margin-top: -30px;
}
.aiIndustryBenefits .industryCard h3 a {
  color: #007bff;
  text-decoration: none;
}
.aiIndustryBenefits .industryCard h3 a:hover {
  text-decoration: underline;
}
.aiIndustryBenefits .industryCard ul {
  list-style: disc;
  padding-left: 20px;
}
.aiIndustryBenefits .industryCard ul li {
  font-size: 16px;
  color: #666666;
  padding: 8px 0;
  line-height: 1.2;
}

.enterpriseProcess {
  padding: 100px 0;
  background: #080a14;
  color: #fff;
}
@media (max-width: 991px) {
  .enterpriseProcess {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .enterpriseProcess {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .enterpriseProcess {
    padding: 30px 0;
  }
}
.enterpriseProcess h2 {
  font-size: 50px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .enterpriseProcess h2 {
    font-size: 28px;
  }
}
.enterpriseProcess .infoCard {
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(40px);
  background: linear-gradient(144.53deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 19.3%, rgba(255, 255, 255, 0.024) 62.02%, rgba(255, 255, 255, 0.16) 100%);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.enterpriseProcess .infoCard p {
  font-size: 16px;
  color: #fff;
  opacity: 70%;
}
.enterpriseProcess .processItem {
  display: flex;
  gap: 12px;
  height: 100%;
}
@media (max-width: 768px) {
  .enterpriseProcess .processItem {
    flex-direction: column;
  }
}
.enterpriseProcess .processItem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(104.25deg, #00FF97 0%, #2C32FE 70.31%);
  flex-shrink: 0;
}
.enterpriseProcess .processItem h3 {
  font-size: 17px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}
.enterpriseProcess .processItem p {
  font-size: 13px;
  line-height: 22px;
  color: #cbd5e1;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.85);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.popup-overlay .popup-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  position: relative;
}
.popup-overlay .popup-box .close-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 30px !important;
  cursor: pointer;
}
.popup-overlay .popup-box .popup-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-overlay .popup-box .popup-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.popup-overlay .popup-box .popup-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.popup-overlay .popup-box .popup-form .form-group textarea {
  border: 1px solid #444;
  padding: 8px;
  font-size: 14px;
  outline: none;
  resize: none;
}
.popup-overlay .popup-box .popup-form .form-group textarea:focus {
  border: 1px solid #444;
  outline: none;
}
.popup-overlay .popup-box .popup-form .form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}
.popup-overlay .popup-box .popup-form .form-group input {
  border: none;
  border-bottom: 1px solid #444;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
}
.popup-overlay .popup-box .popup-form .form-group select {
  border: none;
  border-bottom: 1px solid #444;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
  background: transparent;
}
.popup-overlay .popup-box .popup-form .submit-btn {
  margin-top: 10px;
  width: 120px;
  background: #102e6c;
  color: white;
  padding: 10px 0;
  border: none;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

/*# sourceMappingURL=ai-solutions-for-enterprise.css.map */
