:root {
  /* font sizes */
  --font80: 80px;
  --font60: 60px;
  --font56: 56px;
  --font52: 52px;
  --font48: 48px;
  --font40: 40px;
  --font32: 32px;
  --font28: 28px;
  --font24: 24px;
  --font20: 20px;
  --font16: 16px;
  --font14: 14px;
  /* color:; */
  --white: #fff;
  --dark6: #767676;
  --textColor: #dddddd;
  --subtitle: #cfd6dd;
  --black: #000;
  --lightBG: #1b1b1b;
  --sectionBG: #222222;
  --buttonGradient: linear-gradient(90deg,
      #5078bb 0%,
      #4bc6df 10.87%,
      #f4cf3e 23.18%,
      #c5da4c 30.69%);
  /* gap variable */
  --cs-gap: 8px;
  --cs-visible: 2;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--black);
}

@media (min-width: 576px) {
  :root {
    --cs-visible: 3;
  }

  /* tablet: 3 tabs */
}

@media (min-width: 992px) {
  :root {
    --cs-visible: 4;
  }

  /* desktop: 4 tabs */
}

@keyframes arrowbotmBannewg {
  0% {
    background-position: left -100% bottom -100%;
    background-size: 0%;
  }

  100% {
    background-position: center center;
    background-size: 55%;
  }
}

.section_title {
  font-size: var(--font40);
  font-weight: 600;
  color: var(--white);
}

h1,
h3,
h4,
h2,
h5,
h6,
p {
  color: var(--white);
  margin: 0;
  line-height: 130%;
}

p,
ul {
  font-size: var(--font16);
  line-height: 160%;
  font-weight: 400;
  color: var(--textColor);
}

.custome_btn {
  color: var(--white);
  font-size: var(--font16);
  background-image: var(--buttonGradient);
  border-radius: 50px;
  font-weight: 400;
  padding: 0px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding: 10px 12px 10px 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  z-index: 12;
}

.hero_btn_wrap {
  margin-top: 40px;
  min-width: 250px;
}

.custome_btn::before {
  position: absolute;
  content: "";
  height: calc(100% - 2px);
  width: calc(100% - 4px);
  background-color: var(--black);
  z-index: 0;
  top: 1px;
  border-radius: 50px;
  left: 2px;
}

.custome_btn .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 41%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-image: url("../images/arArrow_white.svg");
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.custome_btn:hover .arrow {
  color: #fff;
  background-image: url("../images/arrow-right_h.png");
  background-color: #fff;
  background-position: center center;
  background-size: 55%;
  animation: arrowbotmBannewg 0.5s;
}

.custome_btn .btn-text {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: var(--font16);
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--bg-dark);
  color: var(--text-white);
  background-color: var(--black);
}

.ai_heroWeap {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* INITIAL STATE */
.ai_banner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.ai_heroContent {
  text-align: center;
}

.animate-init .ai_icon,
.animate-init .ai_heroHeading .line span,
.animate-init p,
.animate-init .hero_btn_wrap {
  opacity: 0;
  transform: translateY(40px);
}

/* ICON */
.ai_icon {
  margin-top: -11px;
  height: 72px;
  width: auto;
}

/* HEADING */
.ai_heroHeading {
  font-size: var(--font80);
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 400;
}

.ai_heroHeading .line {
  display: block;
  overflow: hidden;
}

.ai_heroHeading .line span {
  display: inline-block;
}

.ai_hero_text {
  font-size: var(--font24);
  color: var(--white);
  font-weight: 400;
}

.ai_heroContent.animate .hero_btn_wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

/* ANIMATIONS */
.ai_heroContent.animate .ai_icon {
  animation: fadeUp 0.6s ease forwards;
}

.ai_heroContent.animate .ai_heroHeading .line span:nth-child(1) {
  animation: fadeUp 0.6s ease forwards 0.2s;
}

.ai_heroContent.animate .ai_heroHeading .line span:nth-child(2) {
  animation: fadeUp 0.6s ease forwards 0.3s;
}

.ai_heroContent.animate .ai_heroHeading .line span:nth-child(3) {
  animation: fadeUp 0.6s ease forwards 0.4s;
}

.ai_heroContent.animate .ai_heroHeading .line span:nth-child(4) {
  animation: fadeUp 0.6s ease forwards 0.5s;
}

.ai_heroContent.animate .ai_heroHeading .line span:nth-child(5) {
  animation: fadeUp 0.6s ease forwards 0.6s;
}

.ai_heroContent.animate .ai_heroHeading .line span:nth-child(6) {
  animation: fadeUp 0.6s ease forwards 0.7s;
}

.ai_heroContent.animate p {
  animation: fadeUp 0.6s ease forwards 0.9s;
}

.ai_heroContent.animate .hero_btn_wrap {
  animation: fadeUp 0.6s ease forwards 1.1s;
}

/* KEYFRAME */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* about section */
.about_ai {
  padding: 104px 0;
  background: var(--sectionBG);
}

.ai_container {
  position: relative;
}

.bounce-img {
  width: 136px;
  animation: bounceUpDown 2s ease-in-out infinite;
  position: absolute;
  cursor: pointer;
}

.bounc1 {
  left: 0;
  top: 38px;
}

.bounc2 {
  right: 0;
  top: -70px;
}

@keyframes bounceUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.ai_text {
  max-width: 1027px;
  font-size: var(--font40);
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin: auto;
}

/* each word */
.ai_text span {
  transition: color 0.3s ease;
  color: var(--dark6);
}

/* active highlight */
.ai_text span.active {
  color: var(--white);
}

/* AI Integration across Industries */

.ai_integrationSection_top {
  margin-bottom: 32px;
  text-align: center;
}

.ai_integrationSection {
  padding: 60px 0;
}

.ai_itgrButtonWrap {
  counter-reset: ai-counter;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 5px;
}

.ai_integrationSection_subtitle {
  font-size: var(--font20);
  margin-top: 10px;
  color: var(--subtitle);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ai_button_intrg {
  position: relative;
  padding-left: 65px;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  counter-increment: ai-counter;
  font-size: var(--font16);
  font-weight: 300;
  border-radius: 56px;
  transition: 0.3s all ease;
}

.ai_button_intrg:hover {
  background: var(--dark6);
}

/* Number */
.ai_button_intrg::before {
  content: counter(ai-counter, decimal-leading-zero);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-size: var(--font16);
}

/* Active state (like your design) */
.ai_button_intrg.active {
  color: #fff;
  background: linear-gradient(89.94deg,
      rgba(50, 122, 255, 0.8) -0.19%,
      rgba(50, 122, 255, 0.8) 99.95%);
  font-weight: 500;
}

.ai_button_intrg.active::before {
  color: #fff;
}

/* Image wrapper */
.sectect_imageWrap {
  max-height: 432px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.sectect_imageWrap img {
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  border-radius: 10px;
}

/* Exit animation - fade + slight scale down */
.sectect_imageWrap img.img-exit {
  opacity: 0;
  transform: scale(0.97);
}

/* Enter animation - fade in + scale up */
.sectect_imageWrap img.img-enter {
  animation: fadeScaleIn 0.4s ease forwards;
}

@keyframes fadeScaleIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* mobile */
.ai_customAccordion {
  counter-reset: ai-counter;
}

.ai_customAccordion .accordion-item {
  background: #000;
  border: none;
  border-bottom: 1px solid #666666;
  border-radius: 0;
}

.ai_customAccordion .accordion-button {
  background: transparent;
  color: var(--white);
  box-shadow: none;
  position: relative;
  font-size: var(--font16);
  counter-increment: ai-counter;
  line-height: 150%;
  padding: 24px 19px 24px 60px;
  border-radius: 0;
}

/* Number */
.ai_customAccordion .accordion-button::before {
  content: counter(ai-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--white);
  font-size: var(--font16);
}

/* Remove default arrow */
.caseStudyAccbutton::after {

  background-image: url("../images/aiStories/darkarrow.svg") !important;
  right: 0px !important;
  position: absolute;
  background-size: contain;
  filter: brightness(1);
  top: 26px;
}

.caseStudyAccbutton.collapsed::after {
  background-image: url("../images/aiStories/darkarrow.svg");
  filter: brightness(0.5);
}

/* Active state */
.ai_customAccordion .accordion-button:not(.collapsed) {
  font-size: var(--font16);
  font-weight: 500;
}

.ai_customAccordion .accordion-button:not(.collapsed)::before {
  color: var(--white);
}

/* Body */
.ai_customAccordion .accordion-body {
  padding: 15px 0 24px 60px;
}

.ai_desctop {
  background: var(--sectionBG);
  border-radius: 10px;
  padding: 24px;
}

.ai_desctop .row {
  flex-direction: row-reverse;
  align-items: center;
}

/* ai integration section css */

.ai_hero_content_in {
  max-width: calc(100% - 300px);
}

/* AI Integration across Industries end */

/* secvice section css start */
.ai_service_section {
  padding: 60px 0;
  position: relative;
}

.services_left {
  position: sticky;
  top: 100px;
}

.service_title {
  font-size: var(--font40);
  font-weight: 600;
  line-height: 140%;
}

.service_text {
  margin: 24px 0 40px 0;
}

.service_gridWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

.service_grid {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.service_card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service_grid:hover .service_card img {
  transform: scale(1.1);
}

.service_cardCantent {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #00000033;
  width: calc(100% - 16px);
  backdrop-filter: blur(30px);
  border-radius: 12px;
  box-shadow:
    inset -1px -1px 0px #cacaca8f,
    -1px -1px 0px #cacaca8f;
  padding: 15px;
}

.service_cardTitle {
  font-size: var(--font16);
  font-weight: 500;
  padding-right: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 130%;
  min-height: 43px;
  align-content: center;
}

.service_link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.srvc_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.3s all ease;
}

.service_cardText {
  font-size: var(--font14);
  max-height: 0;
  overflow: hidden;
  margin-top: 0px;
  transition:
    max-height 0.7s ease,
    opacity 0.3s ease,
    margin .3s ease;

  opacity: 0;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.service_grid:hover .service_cardText {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
}

.service_grid:hover .srvc_arrow {
  transform: translate(-10%, -50%) rotate(45deg);
}

.service_grid:hover .service_cardTitle {
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
}

/* secvice section css end */

/* elevate section css start */
.elevate_container {
  background: #01061c;
  border-radius: 16px;
  overflow: hidden;
}

.elevate_content::after {
  content: "";
  position: absolute;
  height: 300px;
  width: 63%;
  border-radius: 50%;
  backdrop-filter: blur(3px);
  left: 50%;
  bottom: -300px;
  box-shadow: 0px -48px 119px #69b8f3;
  transform: translate(-47%, -0px);
}

.elevate_container .row>div {
  padding-right: 0;
}

.elevate_content {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 24px;
  position: relative;
}

.elevate_section {
  padding: 60px 0;
}

.elevate_imageWrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  max-height: 400px;
  object-fit: cover;
}

/* elevate section css end */
/* case study section css start */
.case_studySection {
  padding: 60px 0;
}

.caseStudy_buttonContent h3 {
  font-size: var(--font24);
  font-weight: 600;
  line-height: 134%;
}

.ai_customAccordion .caseStudyAccbutton::before {
  top: 26px;
  font-size: var(--font32);
  font-weight: 400;
  line-height: normal;
  left: -3px;
  line-height: 32px;
}

.caseStudy_buttonContent p {
  margin: 8px 0 0 0;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.problem_section {
  background: var(--sectionBG);
  border-radius: 16px;
  overflow: hidden;
  padding: 0 12px;
}

.problem_section>div>div {
  padding: 0;
}

.problemContent {
  padding: 24px;
}

.problemImageWrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.problemImage {
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.problem_title {
  font-size: var(--font24);
  font-weight: 500;
  margin-bottom: 16px;
}

.problem_text,
.probleList li {
  font-size: var(--font16);
  line-height: 160%;
}

.probleList {
  margin: 16px 0 0 0;
  padding: 0 0 0 19px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tech_steped_Cardwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

.techSteped_card {
  background: var(--sectionBG);
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
}

.techImageWrap {
  width: 100%;
  height: 172px;
  border-radius: 16px;
  overflow: hidden;
}

.techstepedImag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all 0.5s ease-in-out;
}

.techSteped_card:hover .techstepedImag {
  transform: scale(1.1);
}

.tech_steped_wrap {
  padding: 32px 0;
}

.techSteped_CardcontentTitle {
  font-size: var(--font20);
  font-weight: 500;
  margin: 16px 0 7px 0;
}

.techSteped_CardcontentText,
.techSteped_CardcontentUL {
  font-size: var(--font14);
  font-weight: 400;
  margin: 0px 0 13px 0;
}

.techSteped_CardcontentUL {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.ai_stats_section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.ai_stat_box{height: 100%;}
.ai_text_content {
  background: var(--sectionBG);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}

.ai_counterSectionCounter {
  font-size: var(--font48);
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 12px;
}

.what_changeSection {
  padding-bottom: 32px;
}

.ai_slider_card.item {
  background: var(--sectionBG);
  border-radius: 16px;
  padding: 24px;
}

.ai_slide_content .ai_stat_text {
  font-size: var(--font20);
  font-weight: 400;
  color: var(--white);
}

.quote_reviewMore {
  font-size: var(--font20);
  font-weight: 500;
  background: var(--buttonGradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.ai_reviewer_detail {
  margin-top: 24px;
}

.ai_reviewer_desgination {
  font-size: var(--font16);
}

.ai_reviewer_name {
  font-size: var(--font14);
  margin: 2px 0 0 0;
}

/* case study section css end */

/* client section css start */
.ai_clientSection {
  padding: 60px 0;
}

ul.client-logo-li {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-gap: 16px; */
  padding: 0;
  margin: 0;
  list-style: none;
}

.clientLogoImageBox {
  transition: all 0.5s ease-in-out;
  height: 120px !important;
  position: relative;
}

.clientLogoImageBox:hover {
  background: #fff !important;
}

.clientLogoImageBox img {
  position: absolute;
}

.clientLogoImageBox .coloredCLogo {
  opacity: 0;
  visibility: hidden;
  filter: brightness(1);
}

.clientLogoImageBox:hover .coloredCLogo {
  opacity: 1;
  visibility: visible;
}

.clientLogoImageBox:hover .whiteCLogo {
  opacity: 0;
  visibility: hidden;
}

.ai_integrationSection_forthTitle {
  font-size: var(--font32);
}

.client-logo-li li {
  background: transparent !important;
  list-style-type: none;
  padding: 0;
  width: auto;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.client-logo-li li img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 50%;
  max-height: 50%;
  filter: brightness(0.8);
}

.client-logo-li li:hover img {
  transform: scale(1.1);
}

/* client section css end */

.ai_testimonial .owl-nav {
  margin: 0 !important;
  position: absolute;
  top: -51px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
}

.ai_testimonial .owl-nav button {
  background: #222222 !important;
  width: 35px;
  height: 35px;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 26px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.ai_testimonial .owl-nav button span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
}

/* cta section css start */

section.ai_ctaSection {
  padding: 0 0 60px 0;
}

.ai_ctaContainer {
  background: #01061c;
  padding: 60px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #122477;
  position: relative;
  overflow: hidden;
}

.ai_ctaContainerin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 940px;
  margin: auto;
}

.ai_cta_title {
  font-size: var(--font48);
  font-weight: 600;
}

.ai_cta_text {
  max-width: 670px;
  margin: 20px 0 30px;
}

.ai_ctaContainer:after,
.ai_ctaContainer:before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  backdrop-filter: blur(3px);
  bottom: -92%;
}

.ai_ctaContainer:before {
  right: -187px;
  box-shadow: -49px -49px 597px #327aff;
}

.ai_ctaContainer:after {
  left: -187px;
  box-shadow: 46px -46px 597px #327aff;
}

/* cta section css end */

@media screen and (max-width: 1400px) {
  .ai_text {
    max-width: 800px;
    font-size: var(--font32);
  }
}

@media screen and (max-width: 1200px) {
  .ai_text {
    max-width: 600px;
  }

  .ai_heroHeading {
    font-size: var(--font60);
  }

  .ai_icon {
    height: 60px;
  }

  .service_title,
  .section_title {
    font-size: var(--font32);
  }

  .ai_cta_title {
    font-size: var(--font40);
  }

  .service_gridWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .ai_text {
    font-size: var(--font24);
    max-width: 511px;
  }

  .ai_icon {
    height: 50px;
  }

  .bounce-img {
    width: 80px;
  }

  .about_ai {
    padding: 60px 0;
  }

  .ai_stats_section {
    grid-template-columns: repeat(1, 1fr);
  }

  .bounc2 {
    top: -40px;
  }

  .elevate_container .row,
  .problem_row,
  .ai_desctop .row {
    flex-direction: column-reverse;
  }

  .elevate_container .row>div,
  .problem_row>div,
  .ai_desctop .row>div {
    width: 100%;
  }

  .ai_ctaContainer {
    padding: 31px;
  }

  .caseStudy_buttonContent h3 {
    font-size: var(--font20);
  }

  .ai_integrationSection_forthTitle {
    font-size: var(--font24);
  }

  .ai_desctop .row {
    gap: 24px;
  }

  ul.client-logo-li {
    grid-template-columns: repeat(3, 1fr);
  }

  .tech_steped_Cardwrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .service_gridWrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai_customAccordion .accordion-button {
    padding: 16px 17px 15px 35px;
  }

  .ai_customAccordion .caseStudyAccbutton::before {
    top: 20px;
    font-size: var(--font24);
    line-height: 24px;
  }

  .ai_customAccordion .accordion-body {
    padding: 15px 15px 15px 35px;
  }

  .case_studySection,
  .ai_integrationSection,
  .elevate_section,
  .ai_service_section,
  .ai_clientSection {
    padding: 30px 0;
  }

  .clientLogoImageBox {
    height: 70px !important;
  }

  .caseStudy_buttonContent p {
    -webkit-line-clamp: 8;
    /* number of lines to show */
    line-clamp: 8;
  }
}

@media screen and (max-width: 767px) {
  .ai_heroHeading {
    font-size: var(--font40);
  }

  .ai_icon {
    height: 40px;
  }

  .about_ai {
    padding: 48px 0;
  }

  .service_text {
    margin: 16px 0 24px 0;
  }

  .ai_counterSectionCounter {
    font-size: var(--font32);
    font-weight: 400;
    margin-bottom: 5px;
  }

  .ai_slide_content .ai_stat_text {
    font-size: var(--font20);
  }

  .service_title,
  .section_title {
    font-size: var(--font24);
  }

  .ai_text {
    font-size: var(--font20);
    max-width: 390px;
  }

  .bounce-img {
    width: 61px;
  }

  .bounc2 {
    top: -15px;
  }

  .client-logo-li li img {
    max-width: 69%;
    max-height: 60%;
  }

  .ai_cta_title {
    font-size: var(--font24);
  }

  .ai_ctaContainer:after,
  .ai_ctaContainer:before {
    bottom: -107%;
  }
}

@media screen and (max-width: 576px) {
  .bounce-img {
    display: none;
  }
.problemContent{padding: 24px 16px;}
  .ai_heroContent.animate .hero_btn_wrap {
    padding: 12px 18px;
  }

  .service_gridWrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .problemImageWrap {
    display: none;
  }

  .caseStudy_buttonContent h3 {
    font-size: var(--font16);
  }

  .ai_customAccordion .caseStudyAccbutton::before {
    top: 18px;
    font-size: var(--font16);
    line-height: 20px;
    font-weight: 600;
    left: -1px;
  }

  .ai_icon {
    height: 24px;
    margin-top: -6px;
  }

  .ai_customAccordion .accordion-button {
    padding: 16px 17px 15px 26px;
  }

  .problem_title {
    font-size: var(--font20);
    margin-bottom: 9px;
  }

  .ai_customAccordion .accordion-body {
    padding: 15px 15px 15px 20px;
  }
.custome_btn .btn-text{font-size: var(--font14);}
  ul.client-logo-li {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .ai_heroHeading {
    font-size: var(--font24);
    margin-bottom: 16px;
  }

  .ai_hero_text {
    font-size: var(--font16);
  }

  .hero_btn_wrap {
    margin-top: 16px;
  }

  .ai_heroWeap {
    height: 75vh;
  }

  .ai_banner {
    object-fit: cover;
    aspect-ratio: 1;
  }

  .service_cardText {
    max-height: max-content;
    opacity: 1;
    margin-top: 10px;
    -webkit-line-clamp: none;
    line-clamp: inherit;
  }

  .elevate_imageWrap {
    max-height: 261px;
  }

  .elevate_imageWrap img {
    max-height: 261px;
  }

  .elevate_container .row>div {
    padding: 0 15px;
  }

  .elevate_content {
    padding: 40px 24px;
    gap: 14px;
  }

  .ai_desctop {
    padding: 14px;
  }

  .sectect_imageWrap {
    max-height: 220px;
  }

  .ai_button_intrg {
    padding: 10px 10px 10px 45px;
  }

  .ai_button_intrg::before {
    left: 15px;
  }

  .techImageWrap {
    height: 130px;
  }
  .custome_btn::before {
    height: calc(100% - 4px);
    top: 2px;
}
.ai_testimonial .owl-nav{gap: 2px;}
}