@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");
body{
  margin: 0;
}
/* main section */
.what_we_do-hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 106vh;
  /*background: url("https://placehold.co/1731x833") no-repeat center center / cover;*/
  position: relative;
  padding: 2rem;
}

.what_we_do-hero-text-container {
  max-width: 900px;
  color: white;
  z-index: 2;
}

.what_we_do-hero-heading {
  color: #fff;
  font-family: Poppins;
  font-size: 71.148px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-left: 107px;
  width: 117%;
  display: flex;
  align-items: center;
}

.what_we_do-hero-subheading {
  font-family: Poppins, sans-serif;
  font-size: 74.798px;
  font-style: italic;
  font-weight: 700;
  line-height: 115.247%;
  display: inline-flex;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.what_we_do-hero-description-box {
  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 4rem;
  width: 807px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  height: 443px;
  text-align: start !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 80px;
  bottom: -241px;
  flex-direction: column;
  text-align: start !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

/*@media (max-width: 1024px) {*/
/*  .what_we_do-hero-heading,*/
/*  .what_we_do-hero-subheading {*/
/*    font-size: 2.5rem;*/
/*    padding: 0;*/
/*  }*/
/*  .what_we_do-hero-section {*/
/*    text-align: center;*/
/*    align-items: center;*/
/*  }*/

/*  .what_we_do-hero-description-box {*/
/*    font-size: 0.95rem;*/
/*    padding: 1.5rem;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .what_we_do-hero-heading,*/
/*  .what_we_do-hero-subheading {*/
/*    font-size: 2rem;*/
/*  }*/

/*  .what_we_do-hero-description-box {*/
/*    font-size: 0.9rem;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .what_we_do-hero-heading,*/
/*  .what_we_do-hero-subheading {*/
/*    font-size: 1.5rem;*/
/*  }*/

/*  .what_we_do-hero-description-box {*/
/*    font-size: 0.85rem;*/
/*    padding: 1rem;*/
/*    left: 5px;*/
/*    height: 293px;*/
/*    width: 98%;*/
/*    bottom: -28px;*/
/*  }*/
/*}*/

/* 1440px */
@media (max-width: 1440px) {
  .what_we_do-hero-heading {
    font-size: clamp(40px, 4vw, 48px);
    padding-left: 80px;
    width: 100%;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(42px, 4vw, 48px);
  }

  .what_we_do-hero-description-box {
    width: 715px;
    bottom: -181px;
    font-size: 18px;
    padding: 2rem 3rem;
    right: 60px;
    height: auto;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  /*.what_we_do-hero-section {*/
  /*  align-items: center;*/
  /*  text-align: center;*/
  /*  padding: 2rem 1.5rem;*/
  /*}*/

  /*.what_we_do-hero-heading {*/
  /*  font-size: clamp(36px, 4.5vw, 46px);*/
  /*  padding-left: 50px;*/
  /*  justify-content: center;*/
  /*}*/

  /*.what_we_do-hero-subheading {*/
  /*  font-size: clamp(38px, 4.5vw, 46px);*/
  /*}*/

  /*.what_we_do-hero-description-box {*/
  /*  width: 90%;*/
  /*  font-size: 18px;*/
  /*  padding: 2rem;*/
  /*  right: 0;*/
  /*  left: 0;*/
  /*  margin: auto;*/
  /*  bottom: -160px;*/
  /*  height: auto;*/
  /*  position: relative;*/
  /*}*/
}

/* 992px */
@media (max-width: 992px) {
  .what_we_do-hero-heading {
    font-size: clamp(32px, 5vw, 44px);
    padding-left: 30px;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(34px, 5vw, 44px);
  }

  .what_we_do-hero-description-box {
    font-size: 17px;
    width: 95%;
    padding: 1.8rem;
    bottom: -120px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .what_we_do-hero-heading {
    font-size: clamp(28px, 6vw, 40px);
    padding-left: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(30px, 6vw, 40px);
  }

  .what_we_do-hero-description-box {
    font-size: 16px;
    padding: 1.5rem;
    width: 100%;
    bottom: -80px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .what_we_do-hero-heading {
    font-size: clamp(24px, 7.5vw, 36px);
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(26px, 8vw, 36px);
  }

  .what_we_do-hero-description-box {
    font-size: 15px;
    padding: 1rem;
    width: 100%;
    height: auto;
    bottom: -40px;
    left: 0;
    border-radius: 20px;
  }
}

/* end main section */

/* second last seciton */
.heading1 .Vision {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.85%; /* 49.298px */
  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;
}

.Precision {
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

/* second section */

/* Wrapper section */
.expertise-section {
  padding: 15rem 1rem 3rem 1rem;
  font-family: "Poppins", sans-serif;
}

/* Flex container */
.expertise-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: wrap; /* allows wrapping on small screens */
}

/* Left column */
.expertise-headings {
  flex: 1;
  min-width: 300px;
  display: flex;
  gap: 0;
  flex-direction: column;
}

/* Main large heading */
.expertise-main-heading {
  font-size: 43px;
  font-weight: 700;
  color: #5f6186;
  text-transform: capitalize;
  margin-bottom: 1rem;
  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;
}

/* Subheadings */
.expertise-subheadings {
  display: flex;
  /*flex-direction: column;*/
  gap: 0.5rem;
}

/* Each colored italic word */
.highlighted-text {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 46px;
  color: #514bb0;
  text-transform: capitalize;
  text-align: left;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -20px;
}

/* Right column text */
.expertise-description {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

/* Responsive design */
@media (max-width: 768px) {
  .expertise-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .expertise-main-heading {
    font-size: 32px;
  }

  .highlighted-text {
    font-size: 36px;
    text-align: center;
  }

  .expertise-description {
    font-size: 18px;
  }
}

/* end */

/* second seciton */
/* === Section Wrapper === */
.cloud_infrastructure___impact-section {
  width: 100%;
  padding: 120px 20px 40px 20px;
  box-sizing: border-box;
}

/* === Flex Container === */
.cloud_infrastructure___impact-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 70px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* === Image Styles === */
.cloud_infrastructure___impact-image-wrapper {
  flex: 1 1 600px;
  max-width: 650px;
}

.cloud_infrastructure___impact-image {
  width: 100%;
  height: auto;
  border-radius: 31px;
  display: block;
}

/* === Text Styles === */
.cloud_infrastructure___impact-text-wrapper {
  flex: 1 1 936px;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 20px;
}

.cloud_infrastructure___impact-subheading {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.145%;
  text-transform: capitalize;
  background: linear-gradient(270deg, #000000 0%, #000000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: start;
}

.cloud_infrastructure___impact-heading {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    #514bb0 18.73%,
    #6067e6 42.63%,
    #cd73db 70.73%,
    #e879cd 88.16%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cloud_infrastructure___impact-paragraph {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

/* === Responsive Styles === */
@media (max-width: 768px) {
  .cloud_infrastructure___impact-subheading {
    font-size: 24px;
    text-align: center;
  }

  .cloud_infrastructure___impact-heading {
    font-size: 28px;
  }

  .cloud_infrastructure___impact-paragraph {
    font-size: 16px;
    text-align: justify;
  }
}

/* end secito */

.software_eng___ai-tabs-section {
  width: 100%;
  padding: 40px 20px 80px 20px;
  border-radius: 34px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  display: flex;
  justify-content: center;
}

.software_eng___ai-tabs-wrapper {
  width: 1350px;
  border-radius: 34px;
  padding: 90px 35px 50px 35px;
  background-color: #f6f5fd;
}

/* === Tabs Title Row === */
.software_eng___ai-tabs-titles {
  display: flex;
  flex-wrap: wrap;
  /*gap: 73px;*/
  justify-content: center;
  margin-bottom: 20px;
}
.software_eng___tab-title {
  padding-right: 49px !important;
  padding-left: 59px !important;
  border-right: 1px solid #9d9d9d; /* if you want borders for all except the last */
}

.software_eng___tab-title:last-child {
  border-right: none !important;
}

.software_eng___tab-title {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #b5b5b5;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s;
  text-align: start;
  background-color: none;
  border-right: 1px solid #9d9d9d;
  color: #b5b5b5;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}

.software_eng___tab-title.active {
  color: #141a4e;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(90deg, #000000 14.27%, #000000 53.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

/* === Divider === */
.software_eng___ai-tabs-divider {
  height: 1px;
  background: #9d9d9d;
  margin: 0 auto 20px;
  max-width: 1200px;
  margin-top: 29px;
}

/* === Tab Panels === */
.software_eng___ai-tabs-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px 20px;
}

.software_eng___tab-panel {
  display: none;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.software_eng___tab-panel.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  width: 1200px;
  margin-top: 20px;
}

.software_eng___tab-left {
  flex: 0 1 49%;
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 35.2px;
  padding-left: 14px;
}

.software_eng___tab-right {
  width: 568px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/*.software_eng___feature {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*    background: linear-gradient(332deg, #f7f7f7 0%, #fdfdff 100%);*/
/*    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.06);*/
/*    border-radius: 14px;*/
/*    padding: 20px 30px;*/
/*    height: 84px;*/
/*    box-sizing: border-box;*/
/*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
/*    justify-content: space-between;*/
/*}*/

.software_eng___feature .software_eng___icon {
  width: 23px;
  height: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.software_eng___feature h4 {
  color: black;
  font-family: Poppins, Sans-Serif;
  font-size: 19.208px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  word-wrap: break-word;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 33px !important;
  padding: 16px;
  cursor: pointer;
  background: white !important;
  border-radius: 12px;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease; /* was 0.4s */
  padding: 0 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}

.software_eng___feature.active .accordion-body {
  padding-top: 12px;
  max-height: 500px; /* enough height to accommodate p tag */
  max-height: 500px;
  background: white;
  padding: 31px;
  border-radius: 12px;
  margin-top: 10px;
  color: black;
  ffont-size: 18px;
}

.accordion-arrow {
  transition: transform 0.2s ease; /* was 0.3s */
}

.software_eng___feature.active .accordion-arrow {
  transform: rotate(180deg);
}

/* === Responsive === */
@media (max-width: 768px) {
  .software_eng___tab-panel {
    flex-direction: column;
  }

  .software_eng___tab-left,
  .software_eng___tab-right {
    flex: 1 1 100%;
  }

  .software_eng___ai-tabs-titles {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* end */

/* emd secniton  */

/* === HERO CONTENT OVER IMAGE === */
.main_wrapper_content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 40px 0;
}

.software_eng__hero-content {
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  z-index: 2;
  width: 1300px;
  border-radius: 37px;
  height: 421px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.software_eng__hero-title {
  font-size: 46px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #514bb0;
  text-transform: capitalize;
  margin-bottom: 1rem;
  background: linear-gradient(
    90deg,
    #514bb0 1.02%,
    #6067e6 19.45%,
    #9667ee 39.98%,
    #cd73db 54.64%,
    #e879cd 75.17%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.software_eng__hero-description {
  color: #fff;
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 129.15%; /* 38.745px */
  text-transform: capitalize;
  margin: 0;
}
span#sv2 {
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd -1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.software_eng__hero-button {
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 114px;
  padding: 0.75rem 2rem;
  display: inline-block;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  width: 250.42px;
  height: 54.606px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.mainbtn {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .software_eng__hero-title {
    font-size: 36px;
  }

  .software_eng__hero-description {
    font-size: 18px;
  }

  .top-description p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .software_eng__hero-title {
    font-size: 28px;
  }

  .software_eng__hero-description {
    font-size: 16px;
  }

  .software_eng__hero-button {
    font-size: 18px;
    padding: 0.6rem 1.5rem;
  }

  .top-description p {
    font-size: 16px;
  }

  .software_eng__hero-content {
    margin-top: -150px;
  }
}

@media (max-width: 480px) {
  .software_eng__hero-title {
    font-size: 22px;
  }

  .software_eng__hero-description {
    font-size: 15px;
  }

  .software_eng__hero-button {
    font-size: 16px;
    padding: 0.5rem 1.2rem;
  }

  .software_eng__hero-content {
    margin-top: -120px;
  }
}

/* end  */

/*animation*/

.mainheadings {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.mainheadings.visible {
  opacity: 1;
  transform: translateX(0);
}

.expertise-container,
.software_eng___ai-tabs-wrapper,
.software_eng__hero-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.expertise-container.visible,
.software_eng___ai-tabs-wrapper.visible,
.software_eng__hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Desktop Medium - under 1600px */
@media (max-width: 1600px) {
  .expertise-container.visible {
    max-width: 1280px;
  }
}

/* Laptop Large - under 1400px */
@media (max-width: 1400px) {
  .what_we_do-hero-heading,
  .what_we_do-hero-subheading {
    font-size: 50px;
  }
  .what_we_do-hero-description-box {
    font-size: 16px;
  }
  .expertise-container.visible {
    max-width: 1140px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1140px;
  }
  .software_eng__hero-content.visible {
    max-width: 1140px;
  }
  .highlighted-text,
  .expertise-main-heading {
    font-size: 36px;
  }
  .expertise-description {
    font-size: 16px;
  }
  .Precision,
  .heading1 .Vision {
    font-family: Poppins, sans-serif;
    font-size: 36px;
  }
  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 1089px;
  }
  .software_eng___tab-left p {
    font-size: 16px;
  }
  .software_eng___tab-right {
    width: 506px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .accordion-body {
    font-size: 16px !important;
  }
  .software_eng__hero-description {
    font-size: 22px;
  }
  .software_eng__hero-button {
    background: linear-gradient(
      68deg,
      #524db1 0%,
      #7c6ae8 23%,
      #9b68eb 54%,
      #c972db 82%,
      #e879cd 100%
    );
    border-radius: 114px;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    width: 216.42px;
    height: 46.606px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
  }
}

/* Laptop Medium - under 1280px */
@media (max-width: 1279px) {
  .what_we_do-hero-description-box {
    font-size: 14px;
  }
  .what_we_do-hero-description-box {
    width: 610px;
    bottom: -138px;
    font-size: 18px;
    padding: 2rem 3rem;
    right: 60px;
    height: auto;
  }
  .expertise-container.visible {
    max-width: 1040px;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .what_we_do-hero-description-box {
    width: 610px;
    bottom: -138px;
    font-size: 18px;
    padding: 2rem 3rem;
    right: 60px;
    height: auto;
    font-size: 14px;
    text-align: center !important;
  }

  .expertise-description {
    font-size: 14px;
  }
  .highlighted-text,
  .expertise-main-heading {
    font-size: 32px;
  }
  .software_eng___tab-title,
  .software_eng___tab-title.active {
    font-size: 18px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1040px;
  }
  .software_eng___tab-panel.active {
    width: 975px;
  }
  .software_eng___tab-right {
    width: 448px;
  }
  .Precision,
  .heading1 .Vision {
    font-family: Poppins, sans-serif;
    font-size: 21px;
  }
  .software_eng___tab-left p {
    font-size: 18px;
  }

  .software_eng___tab-left p {
    font-size: 18px;
    line-height: 25px;
  }
  .software_eng___feature h4 {
    font-size: 16px;
  }
  .accordion-body p {
    font-size: 18px;
  }

  .software_eng__hero-content.visible {
    max-width: 1040px;
  }

  .software_eng__hero-content.visible {
    max-width: 1040px;
    height: 400px;
  }
  .expertise-section {
    padding: 21rem 1rem 3rem 1rem;
    font-family: "Poppins", sans-serif;
    padding-top: 207px !important;
  }

  .what_we_do-hero-heading {
    font-size: clamp(40px, 4vw, 48px);
    padding-left: 45px;
    width: 100%;
  }
}

/* Laptop Small - under 1224px */
@media (max-width: 1223px) {
  .section {
    max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .expertise-container.visible{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .highlighted-text{
    width: 100%;
    text-align: center;
  }
  .expertise-description{
    text-align: center;
  }
}
@media (max-width: 768px) {
  .what_we_do-hero-heading{
    width: 100vw;
    padding-left: 0px;
  }
  .expertise-headings{
    align-items: center;
  }
  .expertise-section{
    padding-top: 150px !important;
  }
  .software_eng___ai-tabs-wrapper.visible{
    width: 100%;
    max-width: 100%;
  }
  .software_eng___ai-tabs-titles{
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .software_eng___tab-title, .software_eng___tab-title.active{
    font-size: 16px;
    padding: 10px 20px 10px 20px !important;
  }
  .software_eng___tab-panel.active{
    width: 100%;
    max-width: 100%;
  }
  .software_eng___ai-tabs-content{
    text-align: center;
  }
  .software_eng__hero-content.visible{
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-top: 0;
    padding: 0px 10px;
  }
  .main_wrapper_content{
    padding: 0px 10px 40px 10px;
  }
  .what_we_do-hero-description-box{
    right: 80px;
  }

}

@media screen and (max-width: 480px) {
  .what_we_do-hero-section {
    padding: 1rem;
    min-height: auto;
    align-items: center;
    text-align: center;
  }

  .what_we_do-hero-heading {
    font-size: 26px;
    padding-left: 0;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .what_we_do-hero-subheading {
    font-size: 26px;
  }

  .what_we_do-hero-description-box {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    padding: 1rem;
    font-size: 16px;
    text-align: center !important;
  }
  .what_we_do-hero-description-box {
    position: relative;
    bottom: -450px;
    text-align: center;
  }
  .mainheadings.visible {
    position: relative;
    top: 150px;
  }
  .what_we_do-hero-description-box {
    font-size: 12px;
  }
  .what_we_do-hero-description-box br {
    display: none;
  }
  .highlighted-text,
  .expertise-main-heading {
    font-size: 24px;
  }
  .highlighted-text,
  .expertise-main-heading {
    font-size: 20px;
    text-align: center;
  }
  .expertise-description {
    font-size: 16px;
    text-align: center;
  }
  .software_eng___tab-left p{
    font-size: 14px;
    text-align: center;
  }
  .headings{
    text-align: center  ;
  }
  .Precision, .heading1 .Vision{
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .software_eng___ai-tabs-wrapper {
    width: 100%;
    padding: 30px 15px;
    border-radius: 20px;
  }

  .software_eng___ai-tabs-titles {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .software_eng___tab-title {
    border: none !important;
    font-size: 18px;
    padding: 10px 15px !important;
    width: 100%;
    text-align: center;
  }

  .software_eng___tab-title.active {
    font-size: 20px;
  }

  .software_eng___ai-tabs-divider {
    max-width: 100%;
  }

  .software_eng___tab-panel.active {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
  }

  .software_eng___tab-left,
  .software_eng___tab-right {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    text-align: start;
  }

  .software_eng___tab-right {
    gap: 20px;
  }

  .accordion-header {
    padding: 15px;
  }

  .accordion-body {
    font-size: 15px;
    padding: 0 10px;
  }

  .software_eng___feature.active .accordion-body {
    padding: 20px;
    font-size: 15px;
  }

  .software_eng___feature h4 {
    font-size: 17px;
  }
  .main_wrapper_content {
    width: 100%;
    padding: 18px;
  }
  .software_eng__hero-description {
    font-size: 18px;
  }
  .software_eng__hero-content.visible {
    max-width: 1040px;
    height: 350px;
  }
  .expertise-headings{
    align-items: start;
    text-align: center;
  }
}
@media (max-width:425px) {
  .what_we_do-hero-description-box {
    bottom: -390px;
  }
}
@media (max-width: 390px) {
    .what_we_do-hero-description-box {
    bottom: -400px;
  }
}
@media (max-width: 375px) {
  .what_we_do-hero-description-box {
    bottom: -350px;
  }
}
@media (max-width: 320px) {
  .what_we_do-hero-description-box {
    bottom: -300px;
  }
}