/* Banner start */
.banner_section {
  padding-top: 20px;
  padding-bottom: 44px;
}

.banner_title {
  max-width: 90%;
  line-height: 56px;
  color: #fff;
  text-transform: capitalize;
}

.banner_content p {
  color: #fff;
}

.banner_links {
  display: flex;
  gap: 16px;
}

.banner_links a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 26px;
  border-radius: 8px;
  text-transform: capitalize;
  text-align: center;
  overflow: hidden;
}

.square-white-btn {
  background-color: #fff;
  color: #11254f;
  font-weight: 500;
}

.banner_links .square-orange-btn.hvr-bounce-to-right:hover,
.banner_links .square-orange-btn.hvr-bounce-to-right:focus,
.banner_links .square-orange-btn.hvr-bounce-to-right:active {
  color: #11254f;
}

.banner_links .square-orange-btn.hvr-bounce-to-right:before {
  background-color: #fff;
}

.banner_img {
  text-align: end;
}

.banner_img img {
  height: auto;
}

.banner_bages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
}

.banner_bages img {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.banner_bages img:hover {
  opacity: 1;
}

/* Banner End */
/* What we do start */
.we_image-container {
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}

.we_image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* What we do End */
/* Service start */
.service_section {
  position: relative;
}
.service_section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  display: block;
  width: 800px;
  aspect-ratio: 1;
  background-color: #1c5ae00d;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
}
.service-container {
  display: flex;
  border: 1px solid #e2e8f099;
  border-radius: 32px;
  box-shadow: 0px 30px 80px -20px #1c5ae026;
  background-color: #ffffff;
  overflow: hidden;
}

.service-container .nav-tabs {
  border: none;
  flex-direction: column;
  background-color: #1c5ae0;
  padding: 40px;
  max-width: 376px;
  flex-shrink: 0;
}

.service-container .nav-tabs .nav-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff80;
  border-bottom: 1px solid #ffffff26;
  padding: 20px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: start;
  width: 100%;
  transition: all 0.3s ease;
}

.service-container .nav-tabs .nav-item:last-of-type .nav-link {
  border-bottom: 0;
}

.service-container .nav-tabs .nav-link:hover {
  color: #fff;
}

.service-container .nav-tabs .nav-item.show .nav-link,
.service-container .nav-tabs .nav-link.active {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  border-color: #ffffff26;
}

.service_tab-details {
  padding: 40px;
}

.service-container .heading-three {
  line-height: 38px;
}

.service-container .accordion-button {
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  color: #242424;
  gap: 12px;
}

.service-container .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #e2e8f0;
  padding: 24px 0;
  counter-increment: item;
  padding-left: 56px;
  position: relative;
}

.service-container .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #1c5ae0;
}

.service-container .accordion {
  counter-reset: item;
}

.service-container .accordion-item::before {
  content: counter(item, decimal-leading-zero) ". ";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #64748b99;
  position: absolute;
  left: 0;
  top: 28px;
}

.service-container .accordion-body {
  padding: 16px 33px 0 0;
}

.service-container .accordion-button::after {
  width: 32px;
  height: 32px;
  background-image: url(../images/icon-chevron-grey.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.service-container .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon-chevron-blue.svg);
  background-color: #1c5ae01a;
  border-radius: 50%;
  transform: rotate(0deg);
}

.service-container .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #e2e8f0;
}

/* Service End */
/* Cta Start */
.cta-section {
  background-repeat: no-repeat;
  background-position: bottom right 60px;
  background-size: contain;
  position: relative;
  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 .button-outline {
  color: #242424;
  font-weight: 500;
  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 */
/* Why Choose Start  */
.why-choose_list {
  display: flex;
  flex-direction: column;
  max-height: 564px;
  overflow-x: auto;
  margin: 0;
  list-style: none;
  counter-reset: item-counter;
}

.why-choose_list li:not(:last-of-type) {
  border-bottom: 1px solid #dcdcde;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.why-choose_list li {
  counter-increment: item-counter;
  padding-left: 148px;
  flex: 1;
  height: 100%;
}

.why-choose_list li::before {
  content: counter(item-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  height: calc(100% - 16px);
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #1c5ae0;
  border-right: 1px solid #dcdcde;
  padding-right: 60px;
  margin-right: 60px;
}

.why-choose_list h3 {
  font-size: 24px;
  line-height: 28px;
}

.why-choose_list-content {
  max-width: 690px;
}

.why-choose_list {
  overflow: auto;
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  /* Firefox */
}

.why-choose_list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

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

/* Our Work start */
/* Topical Guide End */
.iot-what-we-do-box-heading h3 {
  margin: 0 0 0 12px;
  word-break: initial;
}

.iot-process-slider-box h3 {
  margin: 20px 0 10px;
}

.iot-process-slider-box {
  padding: 0 14px;
}

.iot-process-slider-box img {
  width: 100%;
  height: 456px;
  object-fit: cover;
  display: block;
}

.iot-process-content {
  position: relative;
}

.iotprocess__arrows {
  position: static;
  display: flex;
  margin-top: 40px;
}

.iotprocess__arrows .new__arrow.new__arrow_dir_left.slick-arrow {
  margin-right: 16px;
}

.iotprocess__arrows .new__arrow:hover,
.iotprocess__arrows .grey__arrow:hover {
  opacity: 1;
  border-color: #2e3280;
}

/* Our Work End */
/* 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;
  font-weight: 500;
  border-radius: 6px;
  overflow: hidden;
}

.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 */
/* 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 */
/* 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;
}

.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 End */
.project-card img {
  max-height: 127px;
}
@media (max-width: 1400px) {
  .cta-section {
    background-position: bottom 10px right 20px;
    background-size: 490px;
  }

  /* Why Choose Start  */

  .why-choose_list li {
    padding-left: 128px;
  }

  .why-choose_list li::before {
    padding-right: 50px;
    margin-right: 50px;
  }

  .why-choose_list h3 {
    font-size: 24px;
    line-height: 28px;
  }

  /* Why Choose End  */
  /* AI CTA  Start */

  .ai-cta_main-container {
    padding: 30px;
  }

  /* AI CTA  Start */
}

@media (max-width: 1200px) {
  /* Banner start */
  .banner_title {
    line-height: 48px;
  }

  .banner_bages {
    margin-top: 24px;
  }

  /* Banner End */
  /* Service Start */
  .service_section::before {
    top: -120px;
    width: 500px;
  }
  .service-container .nav-tabs,
  .service_tab-details {
    padding: 30px;
  }

  .service-container .nav-tabs .nav-link {
    padding: 16px 0;
  }

  .service-container .nav-tabs .nav-link.active {
    font-size: 26px;
    line-height: 32px;
  }

  .service-container .heading-three {
    line-height: 30px;
  }

  .service-container .accordion-item {
    padding: 20px 0 20px 46px;
  }

  .service-container .accordion-item::before {
    top: 24px;
  }

  .service-container .accordion-button::after {
    width: 28px;
    height: 28px;
  }

  /* Service End */
  /* Cta Start */
  .cta-section {
    background-position: bottom right -30px;
    background-size: 440px;
  }

  /* Cta End */
  /* Why Choose Start  */

  .why-choose_list li {
    padding-left: 108px;
  }

  .why-choose_list li::before {
    font-size: 22px;
    line-height: 28px;
    padding-right: 40px;
    margin-right: 40px;
  }

  .why-choose_list h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .why-choose_list-content {
    max-width: 90%;
  }

  /* Why Choose 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 */
  /* 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 */
}

@media (max-width: 991px) {
  /* Banner start */
  .banner_title {
    line-height: 40px;
    max-width: 100%;
  }

  .banner_img {
    text-align: center;
    margin-top: 24px;
  }

  .banner_links {
    gap: 12px;
  }

  .banner_links a {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 20px;
  }

  .banner_bages {
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
  }

  /* Banner End */
  /* What we do start */
  .we_content-container .blue-btn {
    margin-top: 0;
  }

  /* What we do End */
  /* Service Start */
  .service-container .nav-tabs,
  .service_tab-details {
    padding: 24px;
  }

  .service-container .nav-tabs {
    max-width: 280px;
  }

  .service-container .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
  }

  .service-container .nav-tabs .nav-link.active {
    font-size: 20px;
    line-height: 24px;
  }

  .service-container .heading-three {
    line-height: 26px;
  }

  .service-container .accordion-item {
    padding: 16px 0 16px 38px;
  }

  .service-container .accordion-item::before {
    top: 18px;
  }

  .service-container .accordion-button,
  .service-container .accordion-item::before {
    font-size: 18px;
    line-height: 22px;
  }

  .service-container .accordion-body {
    padding-right: 0;
  }

  /* Service End */
  .cta-section {
    background-position: bottom right -140px;
  }

  /* Why Choose Start  */

  .why-choose_list li {
    padding-left: 90px;
  }

  .why-choose_list li::before {
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px;
    margin-right: 30px;
  }

  .why-choose_list h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .why-choose_list-content {
    max-width: 100%;
  }

  /* Why Choose End  */
  .iotprocess__arrows {
    margin-top: 20px;
  }

  /* 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 */
  /* 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 */
}

@media (max-width: 767px) {
  /* Banner start */
  .banner_title {
    line-height: 34px;
  }

  .banner_badges-col {
    display: none;
  }

  /* Banner End */
  /* What we do start */
  .we_image-container {
    margin-bottom: 24px;
    height: 300px;
  }

  /* What we do End */
  /* service start */
  .service_section::before {
    top: -60px;
    width: 300px;
  }
  .service-container {
    flex-direction: column;
    border-radius: 12px;
  }

  .service-container .nav-tabs {
    max-width: 100%;
  }

  .service-container .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 0;
  }

  .service-container .nav-tabs,
  .service_tab-details {
    padding: 20px;
  }

  .service-container .nav-tabs .nav-link.active {
    font-size: 18px;
    line-height: 22px;
  }

  /* service End */
  .cta-section {
    background-image: none !important;
  }

  /* Why Choose Start  */
  .why-choose-section .tech-header_container {
    margin-bottom: 20px;
  }

  .why-choose_list li {
    padding-left: 60px;
  }

  .why-choose_list li::before {
    font-size: 18px;
    line-height: 24px;
    padding-right: 18px;
    margin-right: 20px;
  }

  .why-choose_list h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .why-choose_list-content {
    max-width: 100%;
  }

  /* Why Choose End  */
  .iot-process-slider-box img {
    height: 300px;
  }

  /* 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 */
  /* 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 */
}

@media (max-width: 575px) {
  /* Service Start */
  .service-container .nav-tabs .nav-link.active {
    font-size: 16px;
    line-height: 22px;
  }

  .service-container .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
  }

  .service-container .nav-tabs {
    padding: 8px 16px;
  }

  .service_tab-details {
    padding: 16px;
  }

  .service-container .heading-three {
    font-size: 20px;
    line-height: 24px;
  }

  .service-container .accordion-item {
    padding: 12px 0;
  }

  .service-container .accordion-button {
    font-size: 16px;
    line-height: 20px;
  }

  .service-container .accordion-item::before {
    display: none;
  }

  .service-container .accordion-button::after {
    width: 22px;
    height: 22px;
    background-size: 18px;
  }

  .service-container .accordion-body {
    padding-top: 12px;
  }

  .iot-process-slider-box {
    padding: 0;
  }

  /* Service End */

  /* 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 */

  /* 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 */
}

@media (max-width: 480px) {
  /* Banner start */
  .banner_links {
    flex-direction: column;
  }

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

  /* achievement Start */
}
