.mt-30 {
  margin-top: 30px;
}
:root {
  scroll-behavior: smooth;
}
.h4,
.heading-four {
  line-height: 28px;
}
p {
  line-height: 24px;
}
.section_subtitle {
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}
.challenges-container,
.why-choose_list {
  overflow: auto;
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}

.challenges-container::-webkit-scrollbar,
.why-choose_list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
/* Banner Start */
.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 80px;
  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;
}
.banner_title span {
  font-weight: 700;
  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;
}
.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 */
/* Our Parter Start */
.partner-section {
  padding: 40px 0;
}
.patner_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.patner_title span {
  flex-shrink: 0;
}
.patner_title::after,
.patner_title::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e4eaee;
}
.partner-slider {
  padding: 20px 0;
}
.partner-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  background: linear-gradient(
    270deg,
    #ffffff 4%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 70%,
    #ffffff 95.83%
  );
}
.partner-section .slick-track {
  display: flex;
  align-items: center;
  gap: 80px;
}
/* Our Parter End */
/* Our Vision Start */
.vision_image-container img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  height: 500px;
}
.vision_content-container {
  position: sticky;
  top: 160px;
}
.vision_image-container {
  position: sticky;
  top: 100px;
}
/* Our Vision End */
/* 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;
}

/* Our Work End */
/* Service section Start */
.service-section h2 {
  margin-bottom: 12px;
}
.service-tabs {
  flex-direction: column;
  align-items: start;
  height: 100%;
  padding: 20px;
  border-radius: 12px;
  background-color: #f5f7fd;
  list-style: none;
}
.service-tabs li {
  width: 100%;
}
.service-tabs_link {
  display: flex;
  align-items: center;
  text-align: start;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 20px;
  border-radius: 8px;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #242424;
  transition: all 0.3s ease;
}
.service-tabs_item:not(:last-of-type) {
  margin-bottom: 4px;
}
.service-tabs_link.active,
.service-tabs_link:hover,
.service-tabs_link:focus {
  background-color: #1c5ae0;
  color: #fff;
}
.tab-content,
.tab-pane {
  height: 100%;
}
.service-tab_content {
  display: flex;
  gap: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
.service-tab_content-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.service-tab_content-text {
  color: #444444;
}
.service-tab_tech-menu {
  flex-shrink: 0;
  color: #fff;
  background-color: #ee7455;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 20px;
  max-width: 200px;
}
.service-tab_tech-list {
  list-style: none;
  margin: 0;
}
.service-tab_tech-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.service-tab_tech-list-item {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.service-tab_tech-list-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.service-tab_tech-list-item img {
  height: 18px;
  width: 18px;
}
/* Service section 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;
}
.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 */
/* Tech Section Start */
.tech-header_container {
  max-width: 930px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.services-nav {
  background: #f5f7fd;
  border-radius: 40px;
  padding: 8px;
  justify-content: space-between;
  margin: 0 auto 30px;
  overflow-x: auto;
  flex-direction: row;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: fit-content;
  max-width: 100%;
}
.services-nav .nav-link {
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #242424;
  text-transform: uppercase;
  padding: 7px 24px;
  border-radius: 22px;
  transition: all 0.3s ease;
}
.services-nav .nav-link.active {
  background: #4836ff;
  color: #fff;
}
.tech-tab_content {
  display: flex;
  gap: 24px;
}
.tech-tab_image,
.tech-tab_detail {
  flex: 1;
}
.tech-tab_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.tech-tab_detail {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
}
.tech-tab_header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.tech-tab_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #eff6ff;
  border-radius: 8px;
  height: 56px;
  width: 56px;
}
.tech-tab_detail h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  color: #242424;
}
.tech-tab_detail p {
  color: #374151;
}
/* Tech Section End */
/* Industry Section start */
.industry-tabs {
  gap: 24px;
  align-items: center;
}
.industry-tabs .nav-link {
  padding: 23px 14px;
  background-color: #f5f7fd;
  border: 1px solid transparent;
  border-radius: 12px;
  width: 170px;
  height: 166px;
  transition: all 0.3s ease;
}
.indutry-tabs_row .nav-link:not(:last-of-type) {
  margin-bottom: 24px;
}
.industry-tabs .nav-link:hover,
.industry-tabs .nav-link.active {
  border-color: #ee7455;
  background-color: #f5f7fd;
}
.industry-tabs .nav-link img {
  margin-bottom: 10px;
}
.industry-tabs .nav-link p {
  font-size: 18px;
  line-height: 24px;
  color: #242424;
}
.industry-tab_content h3 {
  font-size: 24px;
  line-height: 28px;
  color: #2e3280;
  margin-bottom: 16px;
}
.industry-tab_content ul,
.service-tab_content .common-list {
  list-style: none;
  margin-bottom: 0;
}
.industry-tab_content li,
.service-tab_content .common-list li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-left: 16px;
  margin-bottom: 8px;
}
.industry-tab_content li::before,
.service-tab_content .common-list li::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background-color: #8a9099;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.industry-tab_content li:last-of-type,
.service-tab_content .common-list li:last-of-type {
  margin-bottom: 0;
}
/* Industry Section 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;
  border-radius: 6px;
}
.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 */
.award-sec,
.contact-sec {
  padding: 60px 0;
}
.awards-header {
  margin-bottom: 40px;
}
.award-row {
  padding: 0;
}

/* Why Choose Start  */
.why-choose-section .tech-header_container {
  margin-bottom: 30px;
}
.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 End  */
/* Testimonial Start */
.country-testimonial-slider .country-testimonial_card {
  border: 1px solid #dcdcde;
  margin: 0 12px;
  border-radius: 6px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.country-testimonial-slider .slick-track {
  display: flex !important;
  margin: 0 -12px;
}
.country-testimonial-slider .slick-slide {
  height: inherit !important;
}
.testimonial_card-text {
  color: #3f3e3e;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 24px;
  padding-bottom: 24px;
  flex: 1;
}
.country-testimonial_card-footer p {
  font-size: 14px;
  line-height: 17px;
}

.testimonial_card-auth {
  margin-bottom: 4px;
}
.country-testimonial_card-footer {
  position: relative;
  padding-left: 16px;
}
.country-testimonial_card-footer::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  height: 1px;
  width: 12px;
  background-color: #242424;
}

/* Add horizontal gap */
.work-slider .slick-slide {
  margin: 0 12px; /* change 12px as needed */
}

/* Prevent extra outer spacing */
.work-slider .slick-list {
  margin: 0 -12px;
}
/* Testimonial 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;
}
.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 */
.form-group.success-error {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 16px;
  color: #000;
}
.form-control.form-control.error {
  border-color: red;
}
.challenges-header {
  position: sticky;
  top: 200px;
}
.banner_form-container .col-lg-6 {
  margin-bottom: 24px;
}
.banner_form-title{
  margin-bottom: 40px;
}
/* Responsive Start */
@media (max-width: 1400px) {
  /* Banner Start */
  .banner-section {
    padding: 30px 50px;
  }
  .banner_title {
    font-size: 40px;
    line-height: 56px;
  }
  /* Banner End */
  /* Our Parter Start */

  .partner-section .slick-track {
    gap: 70px;
  }
  /* Our Parter End */
  /* Our Vision Start */
  .vision-section .mb-30 {
    margin-bottom: 20px;
  }
  /* Our Vision End */
  /* AI CTA  Start */

  .ai-cta_main-container {
    padding: 30px;
  }
  /* AI CTA  Start */
  /* 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  */
}
@media (max-width: 1200px) {
  /* Banner Start */
  .banner-section {
    padding: 30px 20px;
  }
  .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 */
  /* Our Parter Start */

  .partner-section .slick-track {
    gap: 60px;
  }
  /* Our Parter End */
  /* Our Vision Start */
  .vision-section .mb-30 {
    margin-bottom: 10px;
  }
  /* Our Vision 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 */
  /* Service section Start */
  .service-tabs {
    padding: 12px;
  }
  .service-tabs_link {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 12px;
  }
  .service-tab_content {
    padding: 20px;
    gap: 18px;
  }
  .service-tab_content-title {
    font-size: 22px;
    line-height: 24px;
  }
  .service-tab_tech-menu {
    padding: 16px;
  }
  /* Service section End */
  /* Cta Start */
  .cta-section {
    background-position: bottom right -20px;
  }

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

  /* Cta End */
  /* Tech Section Start */

  .services-nav {
    margin: 0 auto 20px;
  }
  .services-nav .nav-link {
    font-size: 14px;
    line-height: 21px;
    padding: 4px 22px;
  }

  .tech-tab_detail {
    padding: 20px;
  }
  .tech-tab_icon {
    height: 46px;
    width: 46px;
  }
  .tech-tab_detail h3 {
    font-size: 22px;
    line-height: 26px;
  }

  /* Tech Section End */
  /* Industry Section start */
  .industry-tabs {
    gap: 12px;
  }
  .indutry-tabs_row {
    flex: 1;
  }
  .indutry-tabs_row .nav-link:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .industry-tabs .nav-link {
    padding: 16px;
    width: 100%;
    height: 150px;
  }
  .industry-tabs .nav-link p {
    font-size: 16px;
    line-height: 21px;
  }
  /* Industry Section 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 */
  /* 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  */
  /* 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 */
}
@media (max-width: 991px) {
  /* 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 */
  /* Our Parter Start */

  .partner-section .slick-track {
    gap: 50px;
  }
  .partner-section {
    padding: 30px 0;
  }
  /* Our Parter 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 */
  /* Service section Start */
  .service-tab_content {
    flex-direction: column;
    padding: 16px;
  }
  .service-tab_content-title {
    font-size: 20px;
    line-height: 22px;
  }
  .service-tab_tech-menu {
    max-width: 100%;
  }
  .service-tab_tech-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .service-tab_tech-list-item:not(:last-of-type) {
    margin-bottom: 0;
  }

  /* Service section End */
  /* Cta Start */
  .cta-section {
    background-position: bottom right -140px;
  }
  .cta-section_title {
    font-size: 24px;
    line-height: 30px;
  }
  /* Cta End */
  /* Tech Section Start */
  .tech-header_container {
    max-width: 100%;
  }
  .tech-tab_content {
    gap: 16px;
  }
  .tech-tab_detail {
    padding: 16px;
  }
  .tech-tab_icon {
    height: 40px;
    width: 40px;
  }
  .tech-tab_detail h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .services-nav .nav-link {
    padding-inline: 20px;
  }
  /* Tech Section End */
  /* Industry Section start */
  .industry-tabs {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 24px;
  }
  .indutry-tabs_row {
    display: contents;
  }
  .industry-tabs .nav-link {
    padding: 12px;
    height: auto;
    width: auto;
    aspect-ratio: 1;
    flex: 1;
  }
  .indutry-tabs_row .nav-link:not(:last-of-type) {
    margin: 0;
  }
  .industry-tabs .nav-link p {
    display: none;
  }

  .industry-tabs .nav-link img {
    margin-bottom: 0;
  }
  .industry-tab_content h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  /* Industry Section 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 */
  .award-sec,
  .contact-sec {
    padding: 40px 0;
  }
  /* 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  */
  .country-testimonial-slider .country-testimonial_card {
    padding: 18px;
    margin: 0 8px;
  }
  .country-testimonial-slider .slick-track {
    margin: 0;
  }
  .challenges-header {
    position: static;
  }
}
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 20px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .h4,
  .heading-four {
    line-height: 24px;
  }
  /* Banner Start */
  .banner_title {
    font-size: 32px;
    line-height: 40px;
  }
  /* Banner End */
  /* Our Parter Start */
  .partner-section .slick-track {
    gap: 40px;
  }
  /* Our Parter End */
  /* Our Vision Start */
  .vision_content-container {
    position: static;
  }
  .vision_image-container {
    position: static;
    margin-bottom: 24px;
  }
  .vision-section .mb-30 {
    margin-bottom: 0;
  }
  .vision_image-container img {
    height: auto;
  }
  /* Our Vision 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 */
  /* Service section Start */
  .service-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 16px;
    overflow-x: auto;
    text-wrap: nowrap;
    height: auto;
  }
  .service-tabs_item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .service-tabs {
    padding: 8px;
    margin-bottom: 18px;
  }

  /* Service section End */
  /* Cta Start */
  .cta-section {
    background-image: none !important;
  }
  .cta-section_title {
    font-size: 22px;
    line-height: 24px;
  }
  /* Cta End */
  /* Tech Section Start */
  .tech-tab_content {
    flex-direction: column;
    gap: 18px;
  }
  .tech-tab_image img {
    position: static;
  }
  /* Tech Section End */
  /* Industry Section start */

  .industry-tabs .nav-link img {
    height: 30px;
    width: 30px;
  }
  .industry-tabs {
    margin-bottom: 16px;
  }
  .industry-tab_content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  /* Industry Section start */
  /* 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 */
  .awards-header {
    margin-bottom: 30px;
  }
  /* 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  */
  .country-testimonial-slider .country-testimonial_card {
    padding: 20px;
  }
  .testimonial_card-text {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  /* FAQ Start */
  .img-container img {
    height: 200px;
    width: auto;
  }
  /* FAQ End */
}
@media (max-width: 575px) {
  /* Banner Start */
  .banner-section {
    padding: 20px 12px;
  }
  .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 */
  /* Our Parter Start */
  .partner-section .slick-track {
    gap: 24px;
  }
  .partner-section {
    padding: 20px 0;
  }
  .our-patner_title {
    gap: 4px;
  }
  /* Our Parter End */
  /* Service section Start */
  .service-tab_content-title {
    font-size: 18px;
    line-height: 22px;
  }
  .service-tabs_link {
    padding: 8px;
  }
  .service-tab_tech-menu {
    padding: 12px;
  }
  /* Service section End */
  /* Tech Section Start */
  .tech-tab_detail h3 {
    font-size: 18px;
    line-height: 21px;
  }

  /* Tech Section End */
  .industry-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: start;
    justify-content: start;
  }
  .industry-tabs .nav-link {
    border-radius: 8px;
    flex-shrink: 0;
    flex: none;
  }
  .industry-tabs .nav-link img {
    height: 28px;
    width: 28px;
  }

  .industry-tab_content h3 {
    font-size: 18px;
    line-height: 21px;
  }
  /* Industry Section start */
  /* 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 */
  .awards-header {
    margin-bottom: 20px;
  }
  .why-choose_list li::before {
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }

  .why-choose_list li:not(:last-of-type) {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .why-choose_list li {
    padding-left: 30px;
  }
  .country-testimonial-slider .country-testimonial_card {
    padding: 16px;
  }
  .testimonial_card-text {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  /* 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 */
}
@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 */
  .award-sec,
  .contact-sec {
    padding: 30px 0;
  }
  .country-testimonial-slider .country-testimonial_card {
    margin: 0;
  }
}
@media (max-width: 320px) {
}
/* Responsive end */
