/* Banner Start */
.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 0;
  border-image: linear-gradient(
      147.54deg,
      rgba(0, 0, 0, 0.65) 16.64%,
      rgba(0, 0, 0, 0.65) 80.56%
    )
    1 fill;
}

.banner_title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.banner_title span {
  display: block;
  color: #ee7455;
}

.banner_text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}

.banner_link-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 12px 26px;
  border-radius: 8px;
  overflow: hidden;
}

.button-arrow {
  background-color: #1c5ae0;
  text-transform: capitalize;
}

.button-arrow::after {
  content: url(../images/ic_arow.svg);
  display: block;
  height: 20px;
  width: 20px;
  rotate: 0deg;
  transition: all 0.3s ease;
}

.button-arrow:hover::after,
.button-arrow:focus::after {
  rotate: 45deg;
}

.button-outline {
  box-shadow: 0 0 0 1px #fff;
}

.button-outline:hover,
.button-outline:focus {
  box-shadow: 0 0 0 1px #ee7455;
}

.banner_form-container {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
}

.banner_form-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #242424;
}

.banner_form-title span {
  color: #ee7455;
}

textarea.form-control {
  resize: none;
  height: auto;
}

.form-control::placeholder {
  color: #8a9099;
}

/* Banner End */
/* What we do start */
.we_list {
  list-style: none;
}

.we_list-item {
  padding-left: 34px;
  position: relative;
}

.we_list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/circle_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: 0.4s;
  width: 24px;
  height: 24px;
}

.we_list-item:not(:last-of-type) {
  margin-bottom: 16px;
}

.we_list-item-title {
  line-height: 19px;
}

.we_list-item-text {
  font-size: 14px;
  line-height: 21px;
}

.we_cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
}

.we_card {
  background-color: #f5f7fd;
  border-radius: 12px;
  padding: 24px;
}

.we_card-img {
  margin-bottom: 10px;
}

.we_card-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

/* What we do End */
/* Collab section Start*/
.collab-sec .we_list-item {
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  font-weight: 400;
}

/* Collab section End*/
.technology-stack .technology-group:nth-of-type(odd) {
  background-color: #f5f7fd;
}

/* Our Work start */
.work-slider_slide {
  display: flex;
  gap: 24px;
}

.slider_slide-content {
  background-color: #f5f7fd;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 24px;
  flex: 1;
}

.slider_slide-content h3,
.slider_slide-content p,
.slider_slide-content li {
  margin-bottom: 8px;
  color: #242424;
}

.slider_slide-content .list-container {
  margin-top: 24px;
  margin-bottom: 35px;
}

.list-container p {
  font-weight: 500;
}

.list-container ul {
  margin-bottom: 16px;
  list-style: none;
}

.list-container li {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 20px;
}

.list-container li::before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background-color: #242424;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}

.slider_slide-image {
  flex: 1;
  position: relative;
}

.slider_slide-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.work_header-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.work__arrows,
.country-testimonial__arrows {
  display: flex;
  gap: 12px;
}

.work-section .new__arrow,
.country-testimonial__arrows .new__arrow {
  border: 2px solid #e5e7eb;
  width: 48px;
  height: 48px;
  opacity: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 12px 26px;
  border-radius: 8px;
  overflow: hidden;
}

.button-arrow {
  background-color: #1c5ae0;
}

.button-arrow::after {
  content: url(../images/ic_arow.svg);
  display: block;
  height: 20px;
  width: 20px;
  rotate: 0deg;
  transition: all 0.3s ease;
}

.button-arrow:hover::after,
.button-arrow:focus::after {
  rotate: 45deg;
}

/* Our Work End */
.project-card img {
  max-height: 127px;
}
/* Achivemet start */
.check-list {
  list-style: none;
}

.check-list li {
  font-size: 16px;
  line-height: 26px;
  color: #242424;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  background: url(../images/circle_check_orange_20.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}

.check-list li:last-of-type {
  margin-bottom: 0;
}

.counter-row {
  display: flex;
  justify-content: flex-end;
}

.counter-row .counter-col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.counter-box {
  padding: 0;
  margin: 0;
  padding: 40px;
  border: 0;
}

.counter-row .counter-col .counter-box {
  width: 50%;
}

.counter-col .counter-box:first-child,
.counter-col .counter-box:nth-child(3) {
  border-right: 1px dashed #d8d8d8;
}

.counter-col .counter-box:nth-child(2),
.counter-col .counter-box:first-child {
  border-bottom: 1px dashed #d8d8d8;
}
.counter-box .heading-five {
  color: #242424;
}
.two-col-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.two-col-list li {
  width: 50%;
}

.achivment-sec .heading-six {
  text-transform: none;
}

.achivment-img-grid {
  display: flex;
  align-items: center;
  gap: 24px;
}

.achivment-img-grid img {
  max-width: 120px;
}

.achivment-sec .img-grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.img-grid .logo-block {
  width: auto;
}

.achivment-sec .img-grid {
  gap: 24px;
}

.img-grid .logo-block img {
  width: 100%;
}

/* Achivemet End */
/* FAQ start */
.faq .accordion-flush .accordion-item {
  background-color: transparent;
  border: 1px solid #e6eaed;
  padding: 19px 29px;
}

.faq .accordion-flush .accordion-item .accordion-button {
  background-color: transparent;
  border-radius: 6px;
  gap: 16px;
}

.faq .accordion-item button h3,
.faq .accordion-button:not(.collapsed) h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #18191c;
}

.faq .accordion-button::after {
  background: url(../images/icon-plus.svg) no-repeat;
  width: 24px;
  height: 24px;
  transform: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background: url(../images/icon-minus.svg) no-repeat;
  transform: none;
}

.faq .accordion-flush .accordion-item:first-child {
  border: 1px solid #e6eaed;
}

.faq .accordion-item:has(.accordion-collapse.collapse.show) {
  border-color: #1c5ae0;
}

.faq .accordion-body {
  padding: 12px 0 0 0;
}

.faq-header_container {
  position: sticky;
  top: 160px;
}

.faq-header_container h2 span {
  display: block;
}

.faq-answer p {
  color: #374151;
}

.faq .accordion-body ul li,
.faq .accordion-body ol li {
  color: #18191c;
  font-weight: 500;
}

/* FAQ End */
/* Hiring Modal Start */
.hiring_modals {
  display: flex;
  gap: 24px;
}

.hiring_modal {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 23px;
  flex: 1;
}

.hiring_modal:nth-of-type(2) {
  border: none;
  background-color: #1c5ae0;
  box-shadow: 0px 25px 50px -12px #1c5ae033;
  position: relative;
  overflow: hidden;
}

.hiring_modal:nth-of-type(2)::before {
  content: "MOST POPULAR";
  position: absolute;
  right: 24px;
  top: 24px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 12px;
  background-color: #ee7455;
  padding: 4px 12px;
  z-index: 2;
}

.hiring_modal:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  display: block;
  width: 268px;
  height: 268px;
  border-bottom-left-radius: 70%;
  background-color: #ffffff1a;
}

.hiring_modal-img {
  border-radius: 50%;
  padding: 16px;
  background-color: #eff6ff;
  width: fit-content;
  margin-bottom: 16px;
}

.hiring_modal:nth-of-type(2) .hiring_modal-img {
  background-color: #ffffff1a;
  backdrop-filter: blur(8px);
}

.hiring_modal:last-of-type .hiring_modal-img {
  background-color: #fff7ed;
}

.hiring_modal-list {
  list-style: none;
  margin: 0;
}

.hiring_modal-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 16px;
}

.hiring_modal:nth-of-type(2) .hiring_modal-title,
.hiring_modal:nth-of-type(2) li,
.hiring_modal:nth-of-type(2) p {
  color: #ffffff !important;
}

.hiring_modal-list li:last-of-type {
  margin-bottom: 0;
}

.hiring_modal-list li::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/icon-check-blue.svg) no-repeat center / cover;
  flex-shrink: 0;
}

.hiring_modal:nth-of-type(2) .hiring_modal-list li::before {
  background-image: url(../images/icon-check-light-blue.svg);
}

.hiring_modal:nth-of-type(3) .hiring_modal-list li::before {
  background-image: url(../images/icon-check-orange.svg);
}

/* Hiring Modal End */
/* Benifit Start */
.benifit_service-section {
  overflow: hidden;
}
.benifit_section,
.core-service_section {
  position: relative;
}

.benifit_section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  left: 0;
  height: 800px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(238, 116, 85, 0.051);
  filter: blur(100px);
  z-index: -1;
}

.benifit_section::after,
.core-service_section::after {
  content: "";
  display: block;
  position: absolute;
  top: -160px;
  right: 0;
  height: 600px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1c5ae00d;
  filter: blur(40px);
  z-index: -1;
}

.benifit_card-row {
  margin-bottom: -16px;
}

.benifit_card-col {
  margin-bottom: 16px;
}

.benifit_card-container {
  position: relative;
  padding: 23px;
  background-color: #fff;
  box-shadow: 0px 10px 40px -15px #0000000d;
  border: 1px solid #e2e8f066;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}

.benifit_card-container::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  display: block;
  width: 160px;
  height: 160px;
  background: linear-gradient(
    135deg,
    rgba(28, 90, 224, 0.05) 0%,
    rgba(28, 90, 224, 0) 100%
  );
  border-radius: 100%;
  filter: blur(40px);
}

.benifit_img {
  margin-bottom: 24px;
}

.benifit_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 12px;
}

/* Benifit End */
/* Core Service Start */
.core-service_header {
  max-width: 800px;
  margin: 0 auto;
}

.core-service_list {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.core-service_list li {
  display: flex;
  gap: 12px;
  font-size: 18px;
  line-height: 27px;
  padding: 23px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background-color: #fff;
}

.core-service_list li::before {
  content: "";
  display: block;
  background-image: url(../images/circle_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: 0.4s;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Core Service End */
/* Cta Start */
.cta-section {
  background-repeat: no-repeat;
  background-position: bottom right 60px;
  /* background-size: contain; */
  position: relative;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, #fff8fe 0%, #ddecff 100%);
  z-index: -1;
}
.cta-section_title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px;
  font-weight: 600;
}
.cta-section .button-outline {
  color: #242424;
  box-shadow: 0 0 0 1px #242424;
}
.cta-section .button-outline:hover,
.cta-section .button-outline:focus {
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
/* Cta End */
/* Process tab start */
.process_tabs-container {
  display: flex;
  gap: 24px;
}

.process_tabs-sidebar {
  max-width: 360px;
}

.process-cta {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  border-radius: 24px;
}

.process-cta img {
  margin-bottom: 16px;
}

.process-cta_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #242424;
}

.process-cta a {
  width: fit-content;
  background: #1c5ae0;
  padding-inline: 26px;
}

.process-tab_list {
  max-height: 660px;
  overflow: scroll;
}

.process-tab_list::-webkit-scrollbar {
  display: none;
}

.process-tab_list {
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}

.process-tab_list-item {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}

.process-tab_list-item::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  z-index: -1;
  background-color: #c1dbfd;
}

.process-tab_list-item:last-of-type::after {
  display: none;
}

.process_icon-container {
  flex-shrink: 0;
  height: max-content;
  background-color: #fff;
  border: 2px solid #e5e7ea;
  border-radius: 50%;
  padding: 6px;
}

.process_detail-container {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 23px;
  opacity: 0.4;
  transition: all 0.3s ease;
  width: 100%;
}

.process_name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.process-tab_list-item.active .process_detail-container {
  opacity: 1;
  border-color: #1c5ae0;
  background-color: #eff6ff;
}

.process-tab_list-item.active .process_name {
  color: #1c5ae0;
}

.process-tab_list-item.active .process_icon-container {
  background-color: #1c5ae0;
}

.process-tab_list-item.active .process_detail {
  color: #374151;
}

.process-tab_list-item.active {
  opacity: 1;
  transform: translateY(0);
}

.process-tab_list-item.active img {
  filter: brightness(0) invert(1);
}

/* Process tab End */
.technology-stack .technology-group:nth-of-type(odd) {
  background-color: #f5f7fd;
}
/* Capablity Section start */
.capablites_list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e4eaee;
  border-left: 1px solid #e4eaee;
}
.capablites_list li {
  padding: 29px 23px;
  width: calc(100% / 5);
  border-right: 1px solid #e4eaee;
  border-bottom: 1px solid #e4eaee;
}
/* AI CTA  Start */
.ai-cta-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ai-cta_main-container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: #12102180;
  padding: 40px;
}
.ai-cat_content {
  max-width: 630px;
}
.ai-cat_content h2 {
  margin-bottom: 16px;
}
.ai-cat_content .button {
  background-color: #fff;
  color: #242424;
  text-transform: uppercase;
  padding: 12px 30px;
  letter-spacing: 0.15em;
  border-radius: 6px;
  border: none;
}
.ai-cat_content .button:hover,
.ai-cat_content .button:focus {
  color: #fff;
}
.cta-section_list {
  margin: 0;
  padding: 24px;
  background-color: #12102180;
  border-radius: 12px;
  list-style: none;
  max-width: 320px;
  border: 1px solid #f4f4f41a;
}
.cta-section_list li:not(:last-of-type) {
  border-bottom: 1px solid #f4f4f41a;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cta-section_list li .heading-three {
  margin-bottom: 4px;
}
.cta-section_list li .cta-section_list-text {
  line-height: 19px;
}
/* AI CTA  Start */
@media (max-width: 1400px) {
  /* Banner Start */
  .banner-section {
    padding: 50px 0;
  }

  .banner_title {
    font-size: 40px;
    line-height: 56px;
  }

  /* Banner End */
  .partner-slider .slick-track {
    gap: 70px;
  }
  /* AI CTA  Start */

  .ai-cta_main-container {
    padding: 30px;
  }
  /* AI CTA  Start */
}

@media (max-width: 1200px) {
  /* Banner Start */
  .banner-section {
    padding: 40px 0;
  }

  .banner_title {
    font-size: 36px;
    line-height: 44px;
  }

  .banner_text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .button {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 22px;
  }

  /* Banner End */
  /* What we do start */
  .we_card {
    padding: 20px;
  }

  .we_card-img {
    height: 50px;
    width: 50px;
  }

  .we_card-title {
    font-size: 18px;
    line-height: 24px;
  }

  /* What we do End */
  /* Core Service Start */
  .core-service_list {
    gap: 16px;
  }

  .core-service_list li {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 14px;
  }

  /* Core Service End */
  /* Cta Start */
  .cta-section {
    background-position: bottom right -20px;
  }

  .cta-section_title {
    font-size: 28px;
    line-height: 34px;
  }

  /* Cta End */

  /* Our Work Start */

  .work-slider_slide {
    gap: 16px;
  }

  .work_header-container {
    margin-bottom: 20px;
  }

  .slider_slide-content {
    padding: 20px;
  }

  .work-section .new__arrow {
    width: 38px;
    height: 38px;
  }

  /* Our Work End */
  /* FAQ start */
  .faq-header_container {
    top: 100px;
  }

  .faq .accordion-flush .accordion-item {
    padding: 14px 20px;
  }

  .img-container img {
    height: auto;
  }

  .challenges-header {
    top: 150px;
  }

  /* FAQ End */
  /* Hiring Modal Start */
  .hiring_modal {
    padding: 16px;
  }

  .hiring_modal-img {
    padding: 12px;
  }

  .hiring_modal-list li::before {
    height: 18px;
    width: 18px;
  }

  .hiring_modal-list li {
    align-items: start;
  }

  /* Hiring Modal End */
  .process_tabs-container,
  .process-tab_list-item {
    gap: 20px;
  }

  .process_tabs-sidebar {
    max-width: 300px;
  }

  .process-cta {
    padding: 20px;
  }

  .process-cta img {
    height: 45px;
  }

  .process-cta a {
    padding-inline: 16px;
    font-size: 13px;
    line-height: 21px;
  }

  .process-tab_list-item {
    gap: 14px;
    padding-bottom: 18px;
  }

  .process_detail-container {
    padding: 16px;
  }

  .process_name {
    font-size: 18px;
    line-height: 22px;
  }
  /* Capablities Start */
  .capablites_list li {
    padding: 24px 18px;
    width: calc(100% / 3);
  }
  /* Capablities End */
  /* AI CTA  Start */

  .ai-cta_main-container {
    padding: 24px;
  }
  .ai-cat_content {
    max-width: 100%;
  }

  .ai-cat_content .button {
    padding: 12px 24px;
  }

  .cta-section_list {
    padding: 20px;
    max-width: 280px;
    flex-shrink: 0;
  }
  /* AI CTA  Start */
}

@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }

  /* Banner Start */

  .banner_title {
    font-size: 34px;
    line-height: 42px;
  }

  .banner_text {
    font-size: 16px;
    line-height: 24px;
  }

  .banner_form-container {
    margin-top: 24px;
  }

  /* Banner End */
  .we_list {
    margin-bottom: 24px;
  }

  .we_list-item::before {
    background-size: 16px;
    width: 16px;
    height: 16px;
  }

  .we_list-item {
    padding-left: 24px;
  }

  /* Collab section Start*/
  .collab-sec .heading-four {
    margin-top: 24px;
  }

  .collab-sec .we_list-item::before {
    top: 3px;
  }

  /* Collab section End*/
  /* Core Service Start */
  .core-service_list li {
    padding: 14px 12px;
    gap: 10px;
  }

  .core-service_list li::before {
    background-size: 16px;
    width: 20px;
    height: 20px;
  }

  /* Core Service End */
  .benifit_section::before {
    height: 400px;
  }
  /* Cta Start */
  .cta-section {
    background-position: bottom right -140px;
  }
  .cta-section_title {
    font-size: 24px;
    line-height: 30px;
  }
  /* Cta End */

  /* Our Work Start */
  .work_header-container {
    margin-bottom: 16px;
  }

  .slider_slide-content {
    padding: 16px;
  }

  .list-container li {
    font-size: 14px;
    line-height: 18px;
  }

  .work__arrows,
  .country-testimonial__arrows {
    gap: 8px;
  }

  .work-section .new__arrow,
  .country-testimonial__arrows .new__arrow {
    width: 32px;
    height: 32px;
  }

  .slider_slide-content .list-container {
    margin-top: 14px;
    margin-bottom: 24px;
  }

  /* Our Work End */
  .counter-box {
    padding: 30px;
  }

  /* Hiring Modal Start */
  .hiring_modals {
    flex-direction: column;
  }

  /* Hiring Modal End */
  /* Benifit Start */
  .benifit_card-container {
    padding: 16px;
  }

  .benifit_title {
    font-size: 16px;
    line-height: 24px;
  }

  .benifit_img {
    margin-bottom: 16px;
    height: 50px;
    width: 50px;
  }

  /* Benifit End */
  .process_tabs-sidebar {
    max-width: 260px;
  }
  /* Capablities Start */
  .capablites_list li {
    padding: 16px;
  }
  .capablity_icon {
    width: 40px;
    height: 40px;
  }
  /* Capablities End */
  /* AI CTA  Start */
  .ai-cta_main-container {
    padding: 20px;
    flex-direction: column;
    gap: 18px;
  }
  .cta-section_list {
    max-width: 100%;
    display: flex;
    padding: 12px;
  }
  .cta-section_list li:not(:last-of-type) {
    border-bottom: 0;
    border-right: 1px solid #f4f4f41a;
    padding: 0 16px;
    margin: 0 16px;
  }

  /* AI CTA  Start */
}

@media (max-width: 767px) {
  /* Banner Start */
  .banner_title {
    font-size: 32px;
    line-height: 40px;
  }

  /* Banner End */
  /* What we do start */
  .we_cards-container {
    gap: 16px;
  }

  .we_card {
    padding: 16px;
  }

  /* What we do End */
  /* Core Service Start */
  .core-service_list {
    grid-template-columns: 1fr;
  }
  .core-service_list li {
    padding: 12px;
  }

  /* Core Service End */
  /* Cta Start */
  .cta-section {
    background-image: none !important;
  }
  .cta-section_title {
    font-size: 22px;
    line-height: 24px;
  }
  /* Cta End */

  /* Our Work Start */
  .work-slider_slide {
    flex-direction: column;
    gap: 18px;
  }

  .slider_slide-image img {
    position: static;
    max-height: 350px;
  }

  .slider_slide-image {
    order: -1;
  }

  .slider_slide-content .list-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  /* Our Work End */
  /* Achivement stat */
  .counter-box {
    padding: 20px;
    min-width: auto;
  }

  .counter {
    margin-top: 0;
  }

  /* Achivement End */
  /* FAQ Start */
  .img-container img {
    height: 200px;
    width: auto;
  }

  /* FAQ End */
  .process_tabs-container {
    flex-direction: column;
  }

  .process_tabs-sidebar {
    max-width: 100%;
  }

  .process-cta {
    order: -1;
  }

  .process_detail-container {
    padding: 14px;
  }

  .process_name {
    font-size: 16px;
    line-height: 21px;
  }
  /* Capablities Start */
  .capablites_list li {
    width: 50%;
  }
  /* Capablities End */
  /* AI CTA  Start */
  .ai-cta_main-container {
    padding: 16px;
  }
  .cta-section_list {
    gap: 16px;
  }
  .cta-section_list li {
    flex: 1;
  }
  .cta-section_list li:not(:last-of-type) {
    margin: 0;
    padding: 0;
  }
  .ai-cat_content .button {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 22px;
  }
  /* AI CTA  Start */
}

@media (max-width: 575px) {
  /* Banner Start */
  .banner-section {
    padding: 30px 0;
  }

  .banner_title {
    font-size: 30px;
    line-height: 36px;
  }

  .banner_text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .button {
    padding: 8px 16px;
  }

  .banner_form-container {
    padding: 16px;
  }

  .banner_form-title {
    font-size: 18px;
    line-height: 21px;
  }

  /* Banner End */

  /* Achivement stat */

  .achivment-img-grid {
    flex-wrap: wrap;
    gap: 16px;
  }

  .achivment-img-grid img {
    max-width: 100px;
  }

  .our-target-box-col:last-child {
    margin-bottom: 0;
  }

  .counter-box {
    padding: 12px;
  }

  .achivment-sec .img-grid {
    margin: 0 -6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .achivment-sec .img-grid {
    gap: 16px;
  }

  .two-col-list li {
    width: 100%;
  }

  /* Achivement End */

  /* FAQ start */
  .faq .accordion-flush .accordion-item {
    padding: 12px 16px;
  }

  .faq .accordion-item button h3,
  .faq .accordion-button:not(.collapsed) h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .faq .accordion-button::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }

  .img-container img {
    height: 150px;
  }

  /* FAQ End */
  /* Hiring modal start */
  .hiring_modal {
    border-radius: 12px;
  }

  .hiring_modal-img {
    padding: 10px;
    margin-bottom: 12px;
  }

  .hiring_modal-img img {
    height: 20px;
    width: 20px;
  }

  .hiring_modal-list li {
    margin-bottom: 12px;
  }

  .hiring_modal:nth-of-type(2)::before {
    right: 12px;
    top: 12px;
  }

  .hiring_modal:nth-of-type(2)::after {
    width: 230px;
    height: 230px;
  }

  /* Hiring modal End */
  .process-tab_list-item img {
    scale: 0.8;
  }

  .process-tab_list-item::after {
    width: 3px;
  }

  .process-tab_list-item {
    gap: 12px;
  }

  p.big-para {
    font-size: 16px;
    line-height: 24px;
  }
  /* AI CTA  Start */
  .ai-cat_content .button {
    width: 100%;
  }
  .cta-section_list {
    flex-direction: column;
    gap: 0;
  }
  .cta-section_list li:not(:last-of-type) {
    border-bottom: 1px solid #f4f4f41a;
    border-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  /* AI CTA  Start */
}

@media (max-width: 480px) {
  /* Banner Start */
  .banner-section {
    padding: 20px 0;
  }

  .banner_title {
    font-size: 24px;
    line-height: 32px;
  }

  .banner_text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .button {
    padding: 8px 16px;
  }

  .banner_link-container .button {
    width: 100%;
  }

  /* Banner End */
  .we_cards-container {
    grid-template-columns: 1fr;
  }

  .we_card {
    padding: 12px;
  }

  .we_card-img {
    height: 45px;
    width: 45px;
  }

  /* achievement Start */
  .achivment-sec .img-grid {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  /* achievement End */
  .benifit_img {
    margin-bottom: 12px;
    height: 40px;
    width: 40px;
  }

  .benifit_section::after,
  .core-service_section::after {
    top: -80px;
    height: 300px;
  }

  .benifit_section::before {
    height: 300px;
  }
  /* Capablities Start */
  .capablites_list li {
    width: 100%;
  }
  /* Capablities End */
}
