/* Compact Header Toggle - SCSS Version */
.aiIntegrationBannerWrapper {
  background: url(../images/artificial-intelligence-integration-services/banner.webp), linear-gradient(#010517, #010517);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  min-height: calc(100vh - 90px);
}
@media (max-width: 767px) {
  .aiIntegrationBannerWrapper {
    background-position: left;
    padding: 50px 0;
    min-height: auto;
  }
}
.aiIntegrationBannerWrapper .bannerContent {
  max-width: 600px;
}
.aiIntegrationBannerWrapper .bannerContent h1 {
  font-size: 45px;
  line-height: 1.1;
  color: #fff;
}
.aiIntegrationBannerWrapper .bannerContent h1 span {
  font-family: "RedHatDisplay-Regular";
}
@media (max-width: 991px) {
  .aiIntegrationBannerWrapper .bannerContent h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .aiIntegrationBannerWrapper .bannerContent h1 {
    font-size: 35px;
  }
}
.aiIntegrationBannerWrapper .bannerContent p {
  color: #fff;
  font-size: 16px;
}
.aiIntegrationBannerWrapper .bannerContent .bannerChecklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
}
.aiIntegrationBannerWrapper .bannerContent .bannerChecklist li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.aiIntegrationBannerWrapper .bannerContent .bannerChecklist li span {
  color: #fff;
  font-size: 14px;
}

.aiExcellenceStats {
  padding: 80px 0;
  background-image: url(../images/artificial-intelligence-integration-services/ai-excellence-stats.webp);
  background-size: cover;
}
.aiExcellenceStats h2 {
  font-size: 45px;
  color: #1b1b1b;
  font-family: "RedHatDisplay-Regular";
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
}
.aiExcellenceStats h2 span {
  color: #193370;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 576px) {
  .aiExcellenceStats h2 {
    font-size: 22px;
  }
}
.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;
}
.aiExcellenceStats .statsWrapper .statItem p {
  font-size: 18px;
  color: #000000;
  font-family: "RedHatDisplay-Medium";
}

.aiConsultingServices {
  background: #010517;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .aiConsultingServices {
    padding: 50px 0;
  }
}
.aiConsultingServices .breadcrumb-text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aiConsultingServices .breadcrumb-text span {
  height: 8px;
  width: 8px;
  background-color: #007bff;
  border-radius: 50%;
}
.aiConsultingServices h2 {
  font-size: 45px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.3;
}
.aiConsultingServices h2 span {
  color: #6eb4ff;
  font-family: "RedHatDisplay-Medium";
}
@media (max-width: 768px) {
  .aiConsultingServices h2 {
    font-size: 28px;
  }
}
.aiConsultingServices .sectionDesc {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  opacity: 70%;
}
.aiConsultingServices .serviceCard {
  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%);
  border-radius: 12px;
  padding: 20px 18px;
  height: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
}
.aiConsultingServices .serviceCard:hover {
  transform: translateY(-5px);
}
.aiConsultingServices .serviceCard .iconWrapper {
  width: 65px;
  height: 65px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.aiConsultingServices .serviceCard .iconWrapper img {
  width: 37px;
  height: 37px;
}
.aiConsultingServices .serviceCard h3 {
  font-size: 24px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  margin-bottom: 8px;
  line-height: 1.4;
}
.aiConsultingServices .serviceCard p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin-bottom: 0;
}

.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: 950px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .aiIndustryBenefits h2 {
    font-size: 28px;
  }
}
.aiIndustryBenefits .sectionDesc {
  color: #666666;
  opacity: 70%;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1030px;
  text-align: center;
  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: #1b1b1b;
  font-family: "RedHatDisplay-Medium";
  margin-bottom: 15px;
  margin-top: -30px;
}
.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;
}

.aiIntegrationProcedure {
  background: #010517;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .aiIntegrationProcedure {
    padding: 50px 0 0;
  }
}
.aiIntegrationProcedure h2 {
  font-size: 50px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  max-width: 800px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .aiIntegrationProcedure h2 {
    font-size: 28px;
  }
}
.aiIntegrationProcedure .sectionDesc {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  opacity: 70%;
  max-width: 860px;
}
.aiIntegrationProcedure .procedureAccordion {
  display: flex;
  height: 800px;
  margin-top: 50px;
  overflow: hidden;
  background-image: url(../images/artificial-intelligence-integration-services/procedure-we-follow.webp);
  background-size: cover;
}
@media (max-width: 1199px) {
  .aiIntegrationProcedure .procedureAccordion {
    flex-direction: column;
    height: auto;
  }
}
.aiIntegrationProcedure .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) {
  .aiIntegrationProcedure .accordionItem {
    flex: 0 0 auto;
    min-height: 60px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.aiIntegrationProcedure .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%);
}
.aiIntegrationProcedure .accordionItem.active .verticalTab {
  opacity: 0;
  visibility: hidden;
}
.aiIntegrationProcedure .accordionItem.active .expandedContent {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .aiIntegrationProcedure .accordionItem.active .verticalTab {
    opacity: 1;
    visibility: visible;
  }
}
.aiIntegrationProcedure .accordionItem:hover:not(.active) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.aiIntegrationProcedure .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) {
  .aiIntegrationProcedure .verticalTab {
    display: none;
  }
}
.aiIntegrationProcedure .verticalTab .tabTitle {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .aiIntegrationProcedure .verticalTab .tabTitle {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 16px;
  }
}
.aiIntegrationProcedure .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;
}
.aiIntegrationProcedure .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) {
  .aiIntegrationProcedure .expandedContent {
    position: relative;
    height: auto;
    padding: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.aiIntegrationProcedure .expandedContent .contentInner {
  width: 100%;
}
.aiIntegrationProcedure .expandedContent .contentHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.aiIntegrationProcedure .expandedContent .contentHeader h3 {
  font-size: 32px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.3;
  margin: 0;
  max-width: 80%;
}
@media (max-width: 768px) {
  .aiIntegrationProcedure .expandedContent .contentHeader h3 {
    font-size: 22px;
  }
}
.aiIntegrationProcedure .expandedContent .contentHeader .expandIcon {
  width: 44px;
  height: 44px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.aiIntegrationProcedure .expandedContent p {
  font-size: 15px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 90%;
  opacity: 70%;
}
.aiIntegrationProcedure .expandedContent .contentImage {
  border-radius: 12px;
  overflow: hidden;
}
.aiIntegrationProcedure .expandedContent .contentImage img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 478px;
  object-fit: cover;
}

.aiCaseStudies {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .aiCaseStudies {
    padding: 50px 0;
  }
}
.aiCaseStudies .sectionLabel {
  font-size: 14px;
  color: #193370;
  font-family: "RedHatDisplay-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.aiCaseStudies .sectionLabel .dot {
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
  display: inline-block;
}
.aiCaseStudies h2 {
  font-size: 50px;
  color: #1b1b1b;
  font-family: "RedHatDisplay-Regular";
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .aiCaseStudies h2 {
    font-size: 32px;
  }
}
.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: #1b1b1b;
  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: #666666;
  line-height: 1.7;
  margin-bottom: 17px;
  opacity: 70%;
}
.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: #1b1b1b;
}
.aiCaseStudies .caseStudyThumbnails .thumbnailItem .tabTitle {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  display: block;
}

.whyChooseDitsAI {
  background: #010517;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .whyChooseDitsAI {
    padding: 50px 0;
  }
}
.whyChooseDitsAI .whyChooseContent h2 {
  font-size: 50px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .whyChooseDitsAI .whyChooseContent h2 {
    font-size: 32px;
  }
}
.whyChooseDitsAI .whyChooseContent .sectionDesc {
  font-size: 18px;
  color: #fff;
  opacity: 70%;
  line-height: 1.7;
  margin-bottom: 26px;
}
.whyChooseDitsAI .whyChooseList {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.whyChooseDitsAI .whyChooseList .whyChooseItem {
  display: flex;
  gap: 14px;
}
.whyChooseDitsAI .whyChooseList .whyChooseItem .itemNumber {
  width: 54px;
  height: 54px;
  min-width: 54px;
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(40px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-family: "RedHatDisplay-Semibold";
  background-image: linear-gradient(104.25deg, #00ff97 0%, #8f92ff 70.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.whyChooseDitsAI .whyChooseList .whyChooseItem .itemNumber::before {
  content: "";
  position: absolute;
  inset: 0;
  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%);
  border-radius: 50%;
  z-index: -1;
}
.whyChooseDitsAI .whyChooseList .whyChooseItem .itemContent h4 {
  font-size: 16px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  margin-bottom: 8px;
}
.whyChooseDitsAI .whyChooseList .whyChooseItem .itemContent p {
  font-size: 14px;
  color: rgba(204, 204, 204, 0.6980392157);
  line-height: 1.6;
  margin: 0;
}
.whyChooseDitsAI .whyChooseForm {
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  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%);
}
@media (max-width: 576px) {
  .whyChooseDitsAI .whyChooseForm {
    padding: 20px;
  }
}
.whyChooseDitsAI .whyChooseForm .row {
  margin-right: -8px;
  margin-left: -8px;
}
.whyChooseDitsAI .whyChooseForm .row > div {
  padding: 0 8px;
}
.whyChooseDitsAI .whyChooseForm h3 {
  font-size: 28px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  margin-bottom: 30px;
}
.whyChooseDitsAI .whyChooseForm .contactForm {
  margin-bottom: 24px;
  position: relative;
}
.whyChooseDitsAI .whyChooseForm .contactForm label.error {
  color: #ff6b6b;
  font-size: 12px;
  position: absolute;
  top: 100%;
}
.whyChooseDitsAI .whyChooseForm .contactForm .form-control {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 17px 12px;
  font-size: 14px;
  color: #fff;
  height: auto;
  border: none;
}
.whyChooseDitsAI .whyChooseForm .contactForm .form-control::placeholder {
  color: rgba(204, 204, 204, 0.6980392157);
}
.whyChooseDitsAI .whyChooseForm .contactForm .form-control:focus {
  border-color: #007bff;
  box-shadow: none;
}
.whyChooseDitsAI .whyChooseForm .contactForm.phoneNumber {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.whyChooseDitsAI .whyChooseForm .contactForm.phoneNumber span {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.whyChooseDitsAI .whyChooseForm .contactForm.phoneNumber .form-control {
  background: transparent;
}
.whyChooseDitsAI .whyChooseForm .contactForm select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.whyChooseDitsAI .whyChooseForm .contactForm select.form-control option {
  background: #1a2744;
  color: #fff;
  padding: 10px;
}
.whyChooseDitsAI .whyChooseForm .contactForm textarea.form-control {
  min-height: 120px;
  resize: none;
}
.whyChooseDitsAI .whyChooseForm .contactForm .btn.siteBtn {
  width: 100%;
  background: #007bff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-family: "RedHatDisplay-Bold";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.whyChooseDitsAI .whyChooseForm .contactForm .btn.siteBtn:hover {
  background: #0062cc;
}

/*# sourceMappingURL=artificial-intelligence-integration-services.css.map */
