@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/*animation*/

@keyframes fadeUpClean {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*main banner*/

.what_we_do_section {
  width: 100%;
  min-height: 110vh;
  height: 100vh;
  background: url("./assets/images/whoweaerce") no-repeat center center / cover;
  background-blend-mode: overlay;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
}

.what_we_do_content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 860px;
  margin-left: 80px;
}

.what_we_do_heading-main {
  color: white;
  font-size: 71.15px;
  font-weight: 700;
  line-height: 78.26px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  word-wrap: break-word;
}

.what_we_do_heading-subgroup {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
}

.what_we_do_subtext-white {
  font-size: 71.15px;
  font-weight: 700;
  line-height: 78.26px;
  font-family: "Poppins", sans-serif;
  color: white;
  text-align: center;
  word-wrap: break-word;
}

.what_we_do_subtext-blue {
  font-size: 74.8px;
  font-weight: 700;
  line-height: 71.99px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  word-wrap: break-word;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 4%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industry_color_text {
  font-weight: 700;
  line-height: 71.99px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  word-wrap: break-word;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 4%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.what_we_do-hero-description-box {
  margin-top: 2rem;
  background: linear-gradient(
    329deg,
    rgba(232, 121, 205, 0.52),
    rgba(81, 75, 176, 0.52)
  );
  backdrop-filter: blur(50px);
  border-radius: 25px;
  padding: 2rem;
  width: 900px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.8;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  bottom: -100px;
}

.what_we_do-hero-description-box.animate b {
  padding-top: 0;
}

.what_we_do-hero-description-box span {
  color: #fff;
  margin-top: -16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  margin-top: -45px;
}
.industry {
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.digitalfrontier{
  display: inline;
  text-align: center;
}
/* 1440px */
@media (max-width: 1440px) {
  .what_we_do_heading-main,
  .what_we_do_subtext-white {
    font-size: clamp(38px, 4vw, 48px);
    line-height: 1.2;
  }

  .what_we_do_subtext-blue {
    font-size: clamp(40px, 4.2vw, 48px);
    line-height: 1.2;
  }

  .what_we_do_content-wrapper {
    margin-left: 100px;
  }
  .what_we_do-hero-description-box {
    width: 800px;
    font-size: 18px;
    padding: 2rem;
    position: absolute;
    right: 70px;
    bottom: -120px;
    height: auto;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .what_we_do_heading-main,
  .what_we_do_subtext-white {
    font-size: clamp(36px, 4vw, 48px);
    line-height: 1.2;
  }

  .what_we_do_subtext-blue {
    font-size: clamp(38px, 4.2vw, 48px);
    line-height: 1.2;
  }

  .what_we_do_content-wrapper {
    margin-left: 60px;
  }
  .what_we_do-hero-description-box {
    width: 60%;
    margin: auto;
    font-size: 18px;
    height: auto;
    padding: 1.8rem;
    position: absolute;
    right: 70px;
    bottom: -100px;
  }
  @media (max-width: 1020px) {
    .what_we_do-hero-description-box {
      font-size: 18px;
      padding: 1.5rem;
      position: absolute;
      right: 20px;
      bottom: -60px;
    }
  }
}

/* 992px */
@media (max-width: 992px) {
  .what_we_do_heading-main,
  .what_we_do_subtext-white {
    font-size: clamp(34px, 4.5vw, 46px);
  }

  .what_we_do_subtext-blue {
    font-size: clamp(36px, 4.5vw, 46px);
  }

  .what_we_do_content-wrapper {
    margin-left: 40px;
  }
  .what_we_do-hero-description-box {
    font-size: 14px;
    width: 60%;
    padding: 1.5rem;
    position: absolute;
    right: 50px;
    bottom: -70px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .what_we_do_heading-main,
  .what_we_do_subtext-white,
  .what_we_do_subtext-blue {
    font-size: clamp(30px, 6vw, 42px);
    line-height: 1.2;
    text-align: center;
  }

  .what_we_do_content-wrapper {
    align-items: center;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .what_we_do_heading-subgroup {
    justify-content: center;
  }
  .what_we_do-hero-description-box {
    font-size: 14px;
    width: 75%;
    padding: 1.4rem;
    position: absolute;
    right: 70px;
    left: 70px;
    bottom: -40px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .what_we_do_heading-main,
  .what_we_do_subtext-white,
  .what_we_do_subtext-blue {
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.2;
    text-align: center;
  }

  .what_we_do_heading-subgroup {
    flex-direction: column;
    gap: 0.5rem;
  }
  .what_we_do-hero-description-box {
    font-size: 14px;
    padding: 1rem;
    left: 0;
    right: 0;
    width: 95%;
    bottom: -90px;
  }
}

/*banner css animaiton*/

@keyframes slideInLeftFade {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.what_we_do_content-wrapper {
  opacity: 0;
  animation: slideInLeftFade 1.2s ease-out forwards;
  animation-delay: 0.3s;
}

/*end */

/* how we industry */
.how_we_industry_wrapper {
  padding: 100px 20px 60px 20px;
}

.how_we_industry_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 98px;
  max-width: 1535px;
  margin: 0 auto;
}

.how_we_industry_image img {
  width: 100%;
  max-width: 600px;
  border-radius: 31px;
  height: auto;
}

.how_we_industry_content {
  flex: 1;
  min-width: 300px;
  max-width: 836px;
}

.how_we_industry_heading-group {
  margin-bottom: 20px;
}

.how_we_industry_heading {
  font-size: 43px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 40%;
  align-self: center;
}

.how_we_industry_subheading {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-weight: 700;
  margin-top: -9px;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 53%, rgb(0, 0, 0) 68%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how_we_industry_subheading-span {
  background: linear-gradient(to right, #514bb0 0%, #6067e6 4%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0 transparent; /* removes the outline */
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}

.how_we_industry_text {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.76;
  margin-bottom: 30px;
}

.how_we_industry_button-wrapper {
  width: fit-content;
  margin-top: 20px;
}

.how_we_industry_button {
  position: relative;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 38.656px;
  padding: 10px 40px;
  border-radius: 114px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Overlay with flipped gradient */
.how_we_industry_button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    68deg,
    #e879cd 0%,
    #c972db 23%,
    #9b68eb 54%,
    #7c6ae8 82%,
    #524db1 100%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

.how_we_industry_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.how_we_industry_button:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .how_we_industry_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .industry_color_text .how_we_industry_heading {
    font-size: 30px;
  }

  .how_we_industry_subheading {
    font-size: 32px;
  }

  .how_we_industry_subheading-span {
    font-size: 34px;
  }

  .how_we_industry_text {
    font-size: 16px;
  }

  .how_we_industry_button {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/* gov */
.gov_section_wrapper {
  padding: 50px 20px 40px 20px;
  background-color: transparent;
}

.gov_section_container {
  max-width: 1535px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}

.gov_section_text {
  flex: 1 1 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gov_section_headings {
  margin-bottom: 20px;
}

.gov_section_tag {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 0;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 4%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mains {
  display: inline;
  text-align: start;
}

.gov_section_title {
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gov_section_italic {
  font-family: Poppins, sans-serif;
  margin-top: -10px;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gov_section_para {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: black;
  margin: 13px 0;
}

.gov_section_btn_wrapper {
  margin-top: 20px;
}

.gov_section_btn {
  position: relative;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  color: white;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  border-radius: 114px;
  width: 222px;
  height: 55px;
  padding: 12px 40px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Overlay with flipped gradient */
.gov_section_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    68deg,
    #e879cd 0%,
    #c972db 23%,
    #9b68eb 54%,
    #7c6ae8 82%,
    #524db1 100%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

.gov_section_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.gov_section_btn:hover::before {
  opacity: 1;
}

.gov_section_image img {
  width: 100%;
  max-width: 594px;
  height: auto;
  border-radius: 31px;
}

@media (max-width: 992px) {
  .gov_section_title {
    font-size: 32px;
  }

  .gov_section_italic {
    font-size: 32px;
  }

  .gov_section_para {
    font-size: 18px;
  }

  .gov_section_btn {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .gov_section_container {
    flex-direction: column;
    align-items: center;
  }

  .gov_section_text {
    flex: 1 1 100%;
    text-align: center;
  }

  .gov_section_btn {
    padding: 10px 30px;
  }

  .gov_section_tag,
  .gov_section_title,
  .gov_section_italic {
    text-align: center;
  }
}
/* end gov */

/* health care */
.healthcare_section_wrapper {
  padding: 50px 20px;
  background-color: transparent;
}

.healthcare_section_container {
  max-width: 1532px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;

  justify-content: space-between;
}

.healthcare_section_image img {
  width: 100%;
  max-width: 520px;
  height: 605px;
  border-radius: 31px;
}

.healthcare_section_content {
  flex: 1 1 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.healthcare_section_headings {
  margin-bottom: 20px;
}

.healthcare_tag {
  color: #e879cd;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paio-s {
  display: inline;
  align-items: center;
}
.healthcare_title {
  color: #5f6186;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.healthcare_ai {
  color: #5f6186;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 9%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -11px;
  width: 171px;
}

.healthcare_italic {
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 4%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.healthcare_para {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

@media (max-width: 992px) {
  .healthcare_title,
  .healthcare_ai {
    font-size: 32px;
  }

  .healthcare_italic {
    font-size: 32px;
  }

  .healthcare_para {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .healthcare_section_container {
    flex-direction: column;
    align-items: center;
  }

  .healthcare_section_content {
    text-align: center;
  }

  .healthcare_title,
  .healthcare_ai,
  .healthcare_italic,
  .healthcare_tag {
    text-align: center;
  }
  .how_we_industry_text,
  .gov_section_para,
  .healthcare_para,
  .dual_paragraph,
  .retail_paragraph,
  .enterprise_text,
  .fintech_text,
  .tourism_paragraph,
  .sectors-description,
  .sectors-list li,
  .sectors-description,
  .thrive-description {
    text-align: center;
  }
}
/* end healthcare */

/* dual section */
.dual_section.consumer_section {
  padding-top: 33px;
}
.dual_section_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 40px 0;
  background: transparent;
  max-width: 1532px;
  margin: auto;
}

.dual_section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0;
}

.dual_image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 31px;
}

.dual_text_content {
  flex: 1 1 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dual_paragraph {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

.dual_button {
  position: relative;
  width: 222px;
  height: 55px;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 114.36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Overlay with flipped gradient */
.dual_button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    68deg,
    #e879cd 0%,
    #c972db 23%,
    #9b68eb 54%,
    #7c6ae8 82%,
    #524db1 100%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

.dual_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.dual_button:hover::before {
  opacity: 1;
}

.dual_button span {
  color: white;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative; /* to keep text above overlay */
  z-index: 2;
}

/* Consumer section specific */
.consumer_headings {
  margin-bottom: 20px;
}

.consumer_tag {
  color: #e879cd;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consumer_title,
.consumer_subtitle {
  color: #5f6186;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consumer_italic {
  color: #514bb0;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.maindriventxt {
  display: flex;
  align-items: center;
  margin-top: -14px;
}
@media (max-width: 992px) {
  .consumer_title,
  .consumer_subtitle {
    font-size: 32px;
  }

  .consumer_italic {
    font-size: 32px;
  }

  .dual_paragraph {
    font-size: 18px;
  }

  .dual_section {
    flex-direction: column;
    align-items: center;
  }

  .dual_text_content {
    text-align: center;
  }

  .consumer_title,
  .consumer_subtitle,
  .consumer_tag,
  .consumer_italic {
    text-align: center;
  }
}

/* dual section end */

/* retail */
.retail_section_wrapper {
  width: 100%;
  max-width: 1532px;
  margin: 0 auto;
  padding: 60px 0;
}

.retail_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.retail_content {
  flex: 1 1 800px;
}

.retail_heading {
  margin-bottom: 20px;
}

.retail_tag {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.retail_title_group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

.retail_italic {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.retail_caption {
  color: #5f6186;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.retail_subheading {
  color: #5f6186;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: -22px;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.retail_paragraph {
  padding-top: 17px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

.retail_image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 31px;
}

@media (max-width: 992px) {
  .retail_section {
    flex-direction: column;
    align-items: center;
  }

  .retail_content {
    text-align: center;
  }

  .retail_title_group {
    flex-direction: column;
  }

  .retail_italic,
  .retail_caption,
  .retail_subheading {
    font-size: 32px;
  }

  .retail_paragraph {
    font-size: 18px;
  }
}

/* end  */

/* enterprice */
.section_enterprise_fintech {
  width: 100%;
  max-width: 1532px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Enterprise block */
.enterprise_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.enterprise_image img {
  width: 100%;
  max-width: 590px;
  border-radius: 31px;
}

.enterprise_content {
  flex: 1 1 700px;
}

.enterprise_label {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enterprise_subtitle {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enterprise_italic {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin-top: -11px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enterprise_text {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
  padding-top: 18px;
}

/* Fintech block */
.fintech_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 50px;
}

.fintech_content {
  flex: 1 1 800px;
}

.fintech_image img {
  width: 100%;
  max-width: 520px;
  border-radius: 31px;
  height: 586px;
}

.fintech_label {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fintech_titles {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 5px;
}

.fintech_main,
.fintech_for {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(16, 23, 75) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fintech_secondary {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fintech_subtitle {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: -10px 0 25px 0;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(95, 97, 134) 54%, rgb(16, 23, 75) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fintech_text {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: black;
}

/* Responsive Design */
@media (max-width: 992px) {
  .enterprise_wrapper,
  .fintech_wrapper {
    flex-direction: column;
    text-align: center;
  }

  .enterprise_label,
  .enterprise_subtitle,
  .enterprise_italic,
  .fintech_label,
  .fintech_main,
  .fintech_for,
  .fintech_secondary,
  .fintech_subtitle {
    font-size: 28px;
  }

  .enterprise_text,
  .fintech_text {
    font-size: 18px;
  }

  .fintech_titles {
    flex-direction: column;
  }
}
/* end */

/* START: Tourism Section Styles */
.tourism_section {
  width: 100%;
  max-width: 1532px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.fintech_image,
.dual_image,
.healthcare_section_image,
.gov_section_image,
.tourism_image {
  display: flex;
  align-self: center;
}
/* Left Side Image */
.tourism_image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 31px;
}

/* Right Side Content */
.tourism_content {
  flex: 1 1 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Titles Section */
.tourism_titles {
  text-align: start;
}

.tourism_label {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tourism_heading {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(95, 97, 134) 54%, rgb(16, 23, 75) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tourism_subheadings {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: -14px;
}

.tourism_italic {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tourism_purple {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(95, 97, 134) 54%, rgb(16, 23, 75) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Paragraph */
.tourism_paragraph {
  color: black;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-top: 21px;
  line-height: 1.75;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .tourism_section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tourism_heading,
  .tourism_italic,
  .tourism_purple {
    font-size: 28px;
  }

  .tourism_paragraph {
    font-size: 18px;
  }

  .tourism_subheadings {
    flex-direction: column;
  }
}
/* END: Tourism Section Styles */
/* START: Other Sectors We Serve Styles */
.sectors-wrapper {
  padding: 90px 20px 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sectors-bg img {
  width: 100%;
  max-width: 1536px;
  border-radius: 31px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.sectors-card {
  max-width: 1092px;
  background: white;
  box-shadow: 0px 4px 32.3px rgba(0, 0, 0, 0.39);
  border-radius: 39px;
  margin-top: -552px;
  padding: 60px 120px;
  z-index: 2;
  text-align: center;
}

.sectors-title {
  margin-bottom: 40px;
}

.sectors-heading {
  font-size: 43px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectors-heading span {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 700;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectors-description {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: black;
  margin-bottom: 40px;
}

.sectors-list-wrapper {
  display: flex;
  justify-content: center;
  gap: 106px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sectors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sectors-list li {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 35.2px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
}

.sectors-list .dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(180deg, #e879cd 0%, #514bb0 100%);
  border-radius: 9999px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 992px) {
  .sectors-heading {
    font-size: 32px;
  }

  .sectors-heading span {
    font-size: 34px;
  }

  .sectors-card {
    padding: 40px 20px;
  }

  .sectors-description {
    font-size: 18px;
  }

  .sectors-list-wrapper {
    align-items: center;
  }
}
/* END: Other Sectors We Serve Styles */

.thrive-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
  box-sizing: border-box;
}

.thrive-container {
  position: relative;
  width: 100%;
  max-width: 1535px;
  border-radius: 37px;
  overflow: hidden;
}

.thrive-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 37px;
}

.thrive-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.thrive-heading {
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thrive-description {
  max-width: 1026px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.6;
  margin-bottom: 40px;
}

.thrive-button-wrapper {
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  padding: 12px 40px;
  border-radius: 114.36px;
}

.thrive-button-text {
  color: white;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
img.thrive-image {
  height: 500px;
}
.btn-xz {
  position: relative;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.656px;
  text-transform: capitalize;
  width: 404.435px;
  height: 54.606px;
  flex-shrink: 0;
  border-radius: 114.359px;
  background: linear-gradient(
    89deg,
    #524db1 -14.94%,
    #7c6ae8 11.79%,
    #9b68eb 49.33%,
    #c972db 82.32%,
    #e879cd 103.36%
  );
  border: none !important;
  margin-top: 16px;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Flipping gradient overlay */
.btn-xz::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    89deg,
    #e879cd -14.94%,
    #c972db 11.79%,
    #9b68eb 49.33%,
    #7c6ae8 82.32%,
    #524db1 103.36%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

.btn-xz:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.btn-xz:hover::before {
  opacity: 1;
}

/* -----------------------------------
   Responsive Breakpoints
----------------------------------- */

@media screen and (max-width: 1024px) {
  .thrive-heading {
    font-size: 36px;
  }

  .thrive-description {
    font-size: 18px;
  }

  .thrive-button-wrapper {
    padding: 10px 30px;
  }

  .thrive-button-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .thrive-heading {
    font-size: 30px;
  }

  .thrive-description {
    font-size: 16px;
    padding: 0 10px;
  }

  .thrive-overlay {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 480px) {
  .thrive-heading {
    font-size: 24px;
  }

  .thrive-description {
    font-size: 15px;
  }

  .thrive-button-text {
    font-size: 16px;
  }
}

.animate-fade-up {
  opacity: 1 !important;
  animation: fadeUpClean 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  will-change: opacity, transform;
}

.ov_section_wrapper,
.healthcare_section_wrapper,
.dual_section_wrapper,
.retail_section_wrapper,
.section_enterprise_fintech,
.tourism_section,
.sectors-wrapper,
.how_we_industry_content,
.fintech_wrapper,
.gov_section_wrapper,
.consumer_sectio,
.how_we_industry_image {
  opacity: 0;
  transform: translateY(30px);
}

/*end*/

/* Laptop Large */
@media (max-width: 1399px) {
  .what_we_do_heading-main,
  .what_we_do_subtext-white,
  .what_we_do_subtext-blue {
    font-size: 50px;
  }
  .industry_color_text .how_we_industry_heading,
  .how_we_industry_subheading-span,
  .how_we_industry_subheading {
    font-size: 36px;
  }
  .how_we_industry_text,
  .gov_section_para,
  .healthcare_para,
  .dual_paragraph,
  .retail_paragraph,
  .enterprise_text,
  .fintech_text,
  .tourism_paragraph,
  .sectors-description,
  .sectors-list li,
  .sectors-description,
  .thrive-description {
    font-size: 16px;
  }
  .gov_section_tag,
  .gov_section_title,
  .gov_section_italic,
  .healthcare_tag,
  .healthcare_title,
  .healthcare_italic,
  .healthcare_ai,
  .consumer_tag,
  .consumer_title,
  .consumer_subtitle,
  .consumer_italic,
  .retail_tag,
  .retail_italic,
  .retail_caption,
  .retail_subheading,
  .enterprise_label,
  .enterprise_subtitle,
  .enterprise_italic,
  .fintech_label,
  .fintech_main,
  .fintech_for,
  .fintech_secondary,
  .fintech_subtitle,
  .tourism_label,
  .tourism_heading,
  .tourism_italic,
  .tourism_purple,
  .sectors-heading,
  .sectors-heading span,
  .thrive-heading {
    font-size: 32px;
  }
  .how_we_industry_container {
    max-width: 1140px !important;
    width: 1140px;
  }
  .how_we_industry_image img {
    width: 100%;
    max-width: 500px;
  }

  .what_we_do_content-wrapper {
    margin-left: 50px;
  }
  .gov_section_text {
    flex: 1 1 548px;
  }
  .gov_section_text br {
    display: none;
  }
  .gov_section_container {
    max-width: 1140px;
  }
  .gov_section_image {
    width: 500px;
  }
  .healthcare_section_image {
    width: 500px;
  }
  .healthcare_section_content {
    flex: 1 1 630px;
    display: flex;
    flex-direction: column;
  }
  .healthcare_section_container {
    max-width: 1140px;
  }
  .healthcare_section_content {
    flex: 1 1 541px;
    display: flex;
    flex-direction: column;
  }
  .dual_section.healthcare_innovation {
    width: 1140px;
    max-width: 1140px;
  }
  .dual_image {
    width: 500px;
  }
  .dual_text_content {
    flex: 1 1 541px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dual_section_wrapper.animate-fade-up {
    justify-content: center;
    align-items: center;
  }
  .dual_section.consumer_section {
    max-width: 1140px;
  }
  .retail_image {
    width: 500px;
  }
  .enterprise_image {
    width: 500px;
  }
  .retail_content {
    flex: 1 1 541px;
  }
  .retail_section {
    max-width: 1140px;
  }
  section.retail_section_wrapper.animate-fade-up {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .enterprise_content {
    flex: 1 1 541px;
  }
  section.section_enterprise_fintech.animate-fade-up {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .enterprise_wrapper {
    width: 1140px;
  }
  .fintech_content {
    flex: 1 1 541px;
  }
  .fintech_image {
    width: 500px;
  }
  .fintech_wrapper.animate-fade-up {
    width: 1140px;
  }
  .tourism_image {
    width: 500px;
  }
  .tourism_content {
    flex: 1 1 541px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  section.tourism_section.animate-fade-up {
    width: 1140px;
  }
  .tourism_image {
    width: 500px;
  }
  .sectors-bg {
    width: 1140px;
  }
  .thrive-image-wrapper {
    width: 1140px;
  }
  .sectors-card {
    margin-top: -452px;
  }
}

/* Laptop Medium */
@media (max-width: 1279px) {
  .sectors-card {
    margin-top: -452px;
  }
  .how_we_industry_container {
    max-width: 1000px;
    width: 100%;
    gap: 40px;
  }
  .how_we_industry_image img {
    width: 100%;
    max-width: 471px;
  }
  .how_we_industry_text,
  .gov_section_para,
  .healthcare_para,
  .dual_paragraph,
  .retail_paragraph,
  .enterprise_text,
  .fintech_text,
  .tourism_paragraph,
  .sectors-description,
  .sectors-list li,
  .sectors-description,
  .thrive-description {
    font-size: 16px;
    text-align: start;
  }
  .gov_section_image {
    width: 476px;
  }
  .gov_section_container {
    max-width: 1000px;
    gap: 28px;
  }
  .gov_section_text {
    flex: 1 1 528px;
  }
  .gov_section_image {
    width: 424px;
  }
  .gov_section_tag,
  .gov_section_title,
  .gov_section_italic,
  .healthcare_tag,
  .healthcare_title,
  .healthcare_italic,
  .healthcare_ai,
  .consumer_tag,
  .consumer_title,
  .consumer_subtitle,
  .consumer_italic,
  .retail_tag,
  .retail_italic,
  .retail_caption,
  .retail_subheading,
  .enterprise_label,
  .enterprise_subtitle,
  .enterprise_italic,
  .fintech_label,
  .fintech_main,
  .fintech_for,
  .fintech_secondary,
  .fintech_subtitle,
  .tourism_label,
  .tourism_heading,
  .tourism_italic,
  .tourism_purple,
  .sectors-heading,
  .sectors-heading span,
  .thrive-heading {
    font-size: 28px;
  }
  p.gov_section_para {
    margin: 0;
  }
  .healthcare_section_image {
    width: 450px;
  }
  .healthcare_section_container {
    max-width: 1000px;
    gap: 31px;
  }
  .healthcare_section_content {
    flex: 1 1 506px;
    display: flex;
    flex-direction: column;
  }
  .healthcare_section_image img {
    width: 100%;
    max-width: 590px;
    height: 479px;
    border-radius: 31px;
  }
  .dual_section.healthcare_innovation {
    width: 1000px;
    max-width: 1000px;
    gap: 44px;
  }
  .dual_text_content {
    flex: 1 1 471px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dual_image {
    width: 447px;
  }
  .dual_section.consumer_section {
    max-width: 1000px;
    gap: 37px;
  }
  .dual_image img {
    width: 100%;
    max-width: 590px;
    height: 438px;
    border-radius: 31px;
  }
  .retail_section {
    max-width: 1000px;
    gap: 30px;
  }
  .retail_content {
    flex: 1 1 460px;
  }
  .retail_image {
    width: 450px;
  }
  .enterprise_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
  .enterprise_image {
    width: 450px;
  }
  .enterprise_wrapper {
    width: 1000px;
  }
  .enterprise_content {
    flex: 1 1 511px;
  }
  .enterprise_image img {
    width: 100%;
    max-width: 590px;
    border-radius: 31px;
    height: 402px;
  }
  .fintech_wrapper.animate-fade-up {
    width: 1000px;
    gap: 30px;
  }
  .fintech_image {
    width: 450px;
  }
  .fintech_content {
    flex: 1 1 511px;
  }
  .fintech_image img {
    width: 100%;
    max-width: 590px;
    border-radius: 31px;
    height: 485px;
  }
  .tourism_section.animate-fade-up {
    width: 1000px;
    gap: 30px;
  }
  .tourism_image {
    width: 450px;
  }
  .tourism_content {
    flex: 1 1 509px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .tourism_section.animate-fade-up {
    width: 1000px !important;
  }
  .tourism_image img {
    width: 100%;
    max-width: 594px;
    height: 496px;
    border-radius: 31px;
  }
  .sectors-bg {
    width: 1000px;
  }
  .sectors-card {
    max-width: 1092px;
    background: white;
    box-shadow: 0px 4px 32.3px rgba(0, 0, 0, 0.39);
    border-radius: 39px;
    margin-top: -552px;
    padding: 33px 115px;
    z-index: 2;
    text-align: center;
  }
  .thrive-image-wrapper {
    width: 1000px;
  }
  .thrive-description {
    width: 77%;
  }
  .how_we_industry_button {
    font-size: 16px;
  }
  .how_we_industry_button {
    height: 48px;
    line-height: 0;
  }

  .gov_section_btn {
    height: 48px;
    width: 33%;
    line-height: 0;
    font-size: 16px;
  }
  .how_we_industry_image img {
    height: 436px;
  }
  .gov_section_image img {
    height: 500px;
  }
  .sectors-bg img {
    height: 610px;
  }
  button.btn-xz {
    font-size: 16px;
    height: 48px;
    width: 135%;
    left: -40px;
  }
}

/* Laptop Small */
@media (max-width: 1223px) {
}

@media (max-width: 1080px) {
  .gov_section_container,
  .healthcare_section_container,
  .how_we_industry_container .dual_section {
    flex-direction: column;
    text-align: center;
    margin: 0;
  }
  .healthcare_section_image,
  .gov_section_image,
  .how_we_industry_image .dual_image {
    order: 1;
    width: 100%;
  }
  .healthcare_section_image img,
  .gov_section_image img,
  .how_we_industry_image img .dual_image img {
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
  }
  .healthcare_section_content,
  .gov_section_text,
  .how_we_industry_content .dual_text_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    order: 2;
    width: 100%;
    flex: 0;
  }
  .industry_color_text .how_we_industry_heading {
    font-size: 1.8rem;
  }

  .how_we_industry_text {
    font-size: 1rem;
  }

  .gov_section_btn_wrapper,
  .how_we_industry_button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .gov_section_headings,
  .how_we_industry_heading-group {
    width: 80%;
  }
  .mains {
    text-align: center;
  }
  .dual_section_wrapper {
    padding: 0;
  }
  .how_we_industry_heading {
    width: 100%;
  }
}

/* Mobile-First Responsive Styles */
@media screen and (max-width: 768px) {
  .how_we_industry_wrapper {
    padding: 60px 15px 40px 15px;
  }
  .how_we_industry_container {
    flex-direction: column;
    gap: 40px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .how_we_industry_container {
    flex-direction: column;
    gap: 40px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .how_we_industry_image img {
    max-width: 100%;
    border-radius: 20px;
  }

  .how_we_industry_content {
    min-width: 100%;
    max-width: 100%;
  }
  .industry_color_text .how_we_industry_heading {
    font-size: 28px;
    text-align: left;
  }
  .industry {
  padding-top: 90px;
}

  .how_we_industry_subheading {
    font-size: 28px;
    margin-top: 0;
    text-align: left;
  }

  .how_we_industry_subheading-span {
    font-size: 30px;
  }

  .how_we_industry_text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .how_we_industry_button {
    font-size: 16px;
    padding: 12px 30px;
    line-height: 1.4;
  }

  .how_we_industry_button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .how_we_industry_heading {
    width: 100%;
    font-size: 28px;
  }
  p.gov_section_para,.healthcare_para{
    text-align: center;
  }
  .thrive-description{
    text-align: center;
  }
}

/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
  .gov_section_container,
  .healthcare_section_container,
  .dual_section,
  .retail_section {
    flex-direction: column;
    align-items: flex-start; /* keep text aligned left */
    gap: 20px;
  }

  .gov_section_text,
  .healthcare_section_content,
  .dual_text_content,
  .retail_content {
    flex: 1 1 100%;
    text-align: center; /* left aligned */
    width: 100%;
  }

  .gov_section_image img,
  .healthcare_section_image img,
  .dual_image img,
  .retail_image img {
    max-width: 100%;
    height: 400px;
  }

  .gov_section_tag,
  .gov_section_title,
  .gov_section_italic,
  .healthcare_tag,
  .healthcare_title,
  .healthcare_ai,
  .healthcare_italic,
  .consumer_tag,
  .consumer_title,
  .consumer_subtitle,
  .consumer_italic,
  .retail_tag,
  .retail_italic,
  .retail_caption,
  .retail_subheading {
    text-align: center; /* force left instead of center */
  }
  .gov_section_italic{
    display: inline;
  }
  .sectors-list-wrapper {
    display: flex;
    align-items: start;
    gap: 30px;
    width: 100%;
  }
  .sectors-list {
    width: 80%;
  }
  .sectors-wrapper{
    padding: 10px 20px 10px 20px;
  }
  .mainsec{
    gap: 0px;
  }
}

/* Mobile Responsive Styles (480px and below) */
@media (max-width: 480px) {
  .what_we_do_section {
    min-height: 60vh;
    height: auto;
    padding: 1rem;
    justify-content: center;
    background-position: center;
  }

  .what_we_do_content-wrapper {
    margin-left: 0;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    max-width: 100%;
    padding: 0 1rem;
  }

  .what_we_do_heading-main,
  .what_we_do_subtext-white {
    font-size: 26px;
    line-height: 1.2;
    display: inline;
  }

  .what_we_do_subtext-blue {
    font-size: 26px;
    line-height: 1.2;
    display: inline;
  }

  .what_we_do_heading-subgroup {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    display: inline;
  }
  .gov_section_headings,
  .how_we_industry_heading-group {
    width: 100%;
  }
  .how_we_industry_button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sectors-wrapper {
  padding: 0px 20px 80px 20px;}

  .healthcare_section_content{
    text-align: center;
    margin-bottom: 20px;
  }
}
/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .gov_section_container,
  .healthcare_section_container,
  .dual_section,
  .retail_section {
    gap: 30px;
    padding: 0 27px; /* keep inside page */
    margin-bottom: 20px;
  }

  .gov_section_tag,
  .healthcare_tag,
  .consumer_tag,
  .retail_tag {
    font-size: 24px;
  }

  .gov_section_title,
  .gov_section_italic,
  .healthcare_title,
  .healthcare_ai,
  .healthcare_italic,
  .consumer_title,
  .consumer_subtitle,
  .consumer_italic,
  .retail_italic,
  .retail_caption,
  .retail_subheading {
    display: inline;
    font-size: 22px;
  }

  .gov_section_para,
  .healthcare_para,
  .dual_paragraph,
  .retail_paragraph {
    font-size: 16px;
    line-height: 1.6;
  }
  .gov_section_text{
    text-align: center;
  }

  .gov_section_btn,
  .dual_button {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    height: 48px;
    padding: 10px;
  }

  .gov_section_image img,
  .healthcare_section_image img,
  .dual_image img,
  .retail_image img {
    border-radius: 20px;
  }

  .gov_section_image {
    width: 424px;
    width: 100%;
  }
  .healthcare_section_image {
    width: 100%;
  }
  .dual_section.healthcare_innovation {
    width: 100%;
    max-width: 100%;
    gap: 44px;
  }
  .dual_image {
    width: 100%;
  }
  .gov_section_container,
  .healthcare_section_container,
  .dual_section,
  .retail_section {
    gap: 30px;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
  .enterprise_wrapper {
    width: 100%;
  }
  .enterprise_image {
    width: 100%;
  }
  .fintech_wrapper.animate-fade-up {
    width: 100%;
    gap: 30px;
  }
  .fintech_image {
    width: 100%;
  }
  .tourism_image {
    width: 100%;
  }
  .tourism_content {
    width: 100%;
    max-width: 100%;
  }
  .tourism_section.animate-fade-up {
    width: 100%;
    max-width: 100%;
  }
  .sectors-bg {
    width: 100%;
  }
  .retail_image {
    width: 100%;
  }
  .dual_section_wrapper.animate-fade-up {
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    width: 100%;
  }
  .paio-s {
    display: inline;
    align-items: center;
    flex-direction: column;
  }
  h2.healthcare_ai {
    position: relative;
    left: 132px;
    top: -28px;
  }

  .retail_section {
    padding: 0 27px;
  }
  .maindriventxt {
    display: flex;
    align-items: start;
    margin-top: -14px;
    flex-direction: column;
    position: relative;
    top: -25px;
    left: 72px;
  }
  h2.consumer_subtitle {
    position: relative;
    left: -70px;
    top: -26px;
  }
  p.dual_paragraph {
    position: relative;
  }
  .retail_title_group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
    align-items: start;
    margin-bottom: 10px;
  }
  h2.retail_subheading {
    padding-top: 8px;
  }
  .enterprise_wrapper {
    width: 100%;
    padding: 0 24px;
  }
  .enterprise_headings {
    text-align: start;
  }
  h2.enterprise_italic {
    position: relative;
    top: -35px;
    left: 62px;
  }
  p.enterprise_text {
    text-align: start;
  }
  .fintech_wrapper.animate-fade-up {
    padding: 0 21px;
  }

  .fintech_titles {
    flex-direction: column;
    text-align: start;
    justify-content: start;
    align-items: start;
  }
  .fintech_titles {
    flex-direction: column;
    text-align: start;
    justify-content: start;
    align-items: start;
  }
  .fintech_titles {
    flex-direction: column;
    text-align: start;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
  h2.fintech_secondary {
    position: relative;
    top: -42px;
    left: 139px;
  }
  h2.fintech_for {
    position: relative;
    top: -37px;
  }
  h2.fintech_subtitle {
    position: relative;
    top: -74px;
    left: 51px;
  }

  p.fintech_text {
    margin-top: -66px;
    text-align: start;
  }
  .healthcare_section_wrapper {
    padding: 50px 16px;
    margin-bottom: 21px;
    background-color: transparent;
  }

  section.tourism_section.animate-fade-up {
    padding: 0 21px;
  }

  .tourism_subheadings {
    flex-direction: row;
  }

  h2.tourism_italic {
    position: relative;
    top: -33px;
    left: 78px;
  }
  h2.tourism_purple {
    position: relative;
    top: -58px;
    left: 2px;
  }
  p.tourism_paragraph {
    text-align: start;
    margin-top: -62px;
  }
  .sectors-card {
    max-width: 1057px;
    background: white;
    box-shadow: 0px 4px 32.3px rgba(0, 0, 0, 0.39);
    border-radius: 39px;
    margin-top: -552px;
    padding: 33px 29px;
    z-index: 2;
    text-align: center;
  }
  .sectors-list-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .thrive-image {
    width: 100%;
    height: 517px;
    display: block;
    border-radius: 37px;
  }
  .thrive-image-wrapper {
    width: 1000px;
    height: 513px;
  }
  h2.thrive-heading {
    font-size: 21px;
    width: 80%;
  }
  button.btn-xz {
    font-size: 14px;
    height: 48px;
    width: 121%;
    left: -21px;
  }
  .how_we_industry_wrapper {
    padding: 30px 29px 0px 30px;
  }

  h2.tourism_purple {
    position: relative;
    top: -58px;
    left: 2px;
    display: none;
  }
  ul.sectors-list li {
    max-width: 211px;
    text-align: center;
  }
  .how_we_industry_image img {
    height: 360px;
  }
  .how_we_industry_heading {
    font-size: 26px;
  }
  .industry{
    margin-top: 50px;
  }
}
@media (max-width: 375px) {
  h2.thrive-heading{
    font-size: 18px;
  }
  .thrive-description{
    font-size: 14px;
    font-weight: 400;
  }
  button.btn-xz{
    bottom: 10px;
  }
  ul.sectors-list li{
    font-size: 14px;
  }
  img.thrive-image {
    height: 450px;

  }
  .how_we_industry_heading {
    font-size: 18px;
    line-height: 1.3;
  }
  .how_we_industry_button{
    font-size: 14px;
  }
  .gov_section_para, .healthcare_para, .dual_paragraph, .retail_paragraph{
    font-size: 14px;
  }
  .mainsec{
    gap: 0px;
  }
}