@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;
}
/* === Hero Section Wrapper === */
.software_eng___hero-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  min-height: 106vh !important;
  height: 106vh !important;
  padding: 2rem;

  background-image: url("../images/123123i222mage.png");
  background-repeat: repeat; /* or repeat-x / repeat-y */
  background-size: cover; /* or cover / contain / specific px */
  background-position: center; /* adjust as needed */
}

.software_eng___hero-section {
  min-height: 108vh !important;
  max-height: 100vh !important;
  height: 100vh !important;
}

/* === Background Image Wrapper with Flex === */
.software_eng___hero-bg-wrapper {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  left: 6%;
}

.software_eng___mains-cont {
  display: flex;
  align-items: center;
}

/* === Content Wrapper === */
.software_eng___hero-content {
  display: flex;
  flex-direction: column;
  padding-top: 99px;
  align-items: start;
  padding: 0 0%;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

/* === Text Styles === */
.software_eng___hero-highlight {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 74.59px;
  color: #514bb0;
  margin-bottom: -20px;
  margin-top: -25px;
  margin-right: 10px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.software_eng___hero-main {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 70.953px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.software_eng___hero-sub {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 70.95px;
  line-height: 1.1;
  color: white;
  margin: 0;
}

/* === Responsive Styles === */
@media (max-width: 1200px) {
  .software_eng___hero-content {
    /*align-items: center;*/
    /*text-align: center;*/
    /*margin-top: -400px;*/
  }

  .software_eng___hero-highlight,
  .software_eng___hero-main,
  .software_eng___hero-sub {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .software_eng___hero-highlight,
  .software_eng___hero-main,
  .software_eng___hero-sub {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  .software_eng___hero-content {
    margin-top: -220px;
    padding: 0 20px;
  }

  .software_eng___hero-highlight,
  .software_eng___hero-main,
  .software_eng___hero-sub {
    font-size: 30px;
  }
}

/* === Section Wrapper === */
.software_eng___impact-section {
  width: 100%;
  padding: 120px 20px 40px 20px;
  box-sizing: border-box;
}

/* === Flex Container === */
.software_eng___impact-container {
  max-width: 1532px;
  margin: 0 auto;
  display: flex;
  gap: 59px;
  align-items: center;
  flex-wrap: wrap; /* Makes layout stack on small screens */
  justify-content: center;
}

/* === Image Styles === */
.software_eng___impact-image-wrapper {
  flex: 1 1 600px;
  max-width: 650px;
}

.software_eng___impact-image {
  width: 100%;
  height: auto;
  border-radius: 31px;
  display: block;
}

/* === Text Styles === */
.software_eng___impact-text-wrapper {
  flex: 1 1 955px;
  max-width: 866px;
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 20px;
}

.software_eng___impact-subheading {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.145%; /* 50.058px */
  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;
  text-align: start;
}

.software_eng___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(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.software_eng___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) {
  .software_eng___impact-subheading {
    font-size: 24px;
    text-align: center;
  }

  .software_eng___impact-heading {
    font-size: 28px;
  }

  .software_eng___impact-paragraph {
    font-size: 16px;
    text-align: justify;
  }
}

.main {
  background-image: url("/assets/images/Maskgroupsoft.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* accourdina */

/* === Wrapper === */
.heading1 .Vision {
  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;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.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;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.software_eng___ai-tabs-section {
  width: 100%;
  padding: 60px 20px;
  border-radius: 34px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  display: flex;
  justify-content: center;
  background: transparent !important;
}

.software_eng___ai-tabs-wrapper {
  width: 1400px;
  border-radius: 34px;
  padding: 14px 60px;
  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 {
  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: white;

  color: #b5b5b5;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  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;
  line-height: 1.3 !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 59%, rgb(0, 0, 0) 70%) text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.clsk {
  padding-top: 39px;
}
.headings1 {
  padding-left: 10px;
  padding-top: 4px;
}
/* === Divider === */
.software_eng___ai-tabs-divider {
  height: 1px;
  background: #9d9d9d;
  margin: 0 auto 20px;
  max-width: 1200px;
}

/* === Tab Panels === */
.software_eng___ai-tabs-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 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: 1 1 45%;
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 35.2px;
}

.software_eng___tab-right {
  width: 535px;
  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;*/

/*}*/

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 33px !important;
  padding: 15px;
  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: black;
  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;
  color: black !important;
  border-radius: 12px;
  margin-top: 10px;
}

.accordion-arrow {
  transition: transform 0.2s ease; /* was 0.3s */
}

.software_eng___feature.active .accordion-arrow {
  transform: rotate(180deg);
}

.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: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

/* === Responsive === */
@media (max-width: 768px) {
  .software_eng___tab-panel {
    flex-direction: column;
  }

  .software_eng___tab-left,
  .software_eng___tab-right {
    flex: 1 1 100%;
  }
}

/* end */

/* === HERO CONTENT OVER IMAGE === */
.main_wrapper_content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px;
}

.software_eng__hero-content {
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  z-index: 2;
  width: 1400px;
  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 auto 2rem;
}

.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 {
    height: 400px;
  }
}

@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;
  }
}

.software_eng___ai-tabs-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  margin-top: 30px;
}

.software_eng___tab-title {
  background-color: transparent;
  border: none;
  border-right: 1px solid #9d9d9d;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.3;
  padding-left: 75px;
  padding-right: 103px;
}

.software_eng___tab-title:last-child {
  border-right: none;
}

.software_eng___tab-title.active {
  color: #514bb0;
}
@media (max-width: 768px) {
  .software_eng___ai-tabs-titles {
    flex-direction: row;
  }

  .software_eng___tab-title {
    border-right: 1px solid #9d9d9d;
    border-bottom: none;
  }

  .software_eng___tab-title:last-child {
    border-bottom: none;
  }
}

/*animation */

.software_eng___hero-content {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.software_eng___hero-content.visible {
  opacity: 1;
  transform: translateX(0);
}

.software_eng___impact-container,
.software_eng___ai-tabs-wrapper,
.software_eng__hero-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.software_eng___impact-container.visible,
.software_eng___ai-tabs-wrapper.visible,
.software_eng__hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}

/*end */
/* Desktop Medium - under 1600px */
@media (max-width: 1599px) {
  .software_eng___hero-sub,
  .software_eng___hero-highlight {
    font-size: 50px;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .software_eng___impact-container.visible {
    max-width: 1280px;
  }
  .software_eng___hero-bg-wrapper {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
    left: 4%;
  }
  .software_eng___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 444px;
  }
  .software_eng___impact-text-wrapper {
    flex: 1 1 789px;
    max-width: 866px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1280px;
  }
}

/* Laptop Large - under 1400px */
@media (max-width: 1399px) {
  .software_eng___hero-sub,
  .software_eng___hero-highlight {
    font-size: 50px;
  }
  .software_eng___impact-container.visible {
    max-width: 1140px;
  }
  .software_eng___impact-subheading,
  .software_eng___impact-heading {
    font-family: Poppins, sans-serif;
    font-size: 36px;
  }
  .software_eng___impact-paragraph {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
  }
  .software_eng___impact-image-wrapper {
    flex: 1 1 260px;
    max-width: 650px;
  }
  .software_eng___impact-text-wrapper {
    flex: 1 1 644px;
    max-width: 866px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }
  .software_eng___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 404px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1140px;
  }

  .software_eng___tab-title.active,
  .software_eng___tab-title {
    font-size: 20px;
  }
  .clsk {
    font-size: 16px;
  }
  .heading1 .Vision {
    font-size: 36px;
  }
  .Precision {
    font-size: 36px;
  }
  .software_eng___feature h4 {
    color: black;
    font-family: Poppins, Sans-Serif;
    font-size: 18px;
  }

  .software_eng___tab-panel.active {
    gap: 40px;
    width: 1018px;
  }
  .software_eng___tab-right {
    width: 449px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .software_eng___feature.active .accordion-body p {
    font-size: 16px;
  }
  .software_eng__hero-description {
    color: #fff;
    text-align: center;
    font-family: Poppins, Sans-Serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.15%;
    text-transform: capitalize;
    margin: 0 auto 2rem;
  }
  .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: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    width: 226.42px;
    height: 50.606px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
  }
}

/* Laptop Medium - under 1280px */
@media (max-width: 1279px) {
  .software_eng___impact-subheading,
  .software_eng___impact-heading {
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }
  .software_eng___impact-container.visible {
    max-width: 1040px;
  }
  .software_eng___impact-paragraph {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
  }
  .software_eng___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 361px;
  }
  .software_eng___impact-text-wrapper {
    flex: 1 1 582px;
    max-width: 866px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1040px;
  }
  .software_eng___tab-panel.active {
    gap: 40px;
    width: 921px;
  }
  .heading1 .Vision {
    font-size: 28px;
  }
  .Precision {
    font-size: 28px;
  }
  .clsk {
    font-size: 14px;
  }
  .clsk {
    font-size: 14px;
    line-height: 29px;
  }
  .software_eng___feature h4 {
    color: black;
    font-family: Poppins, Sans-Serif;
    font-size: 16px;
  }
  .accordion-body p {
    font-size: 14px !important;
  }
}

/* Laptop Small - under 1224px */
@media (max-width: 1223px) {
  .section {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .software_eng___hero-content {
    align-items: center;
    padding: 0px;
  }
  .software_eng___hero-bg-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
  }
  .software_eng___impact-container {
    flex-direction: column;
  }
  .software_eng___impact-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
  .software_eng___impact-image {
    height: 400px;
  }
  .software_eng___impact-text-wrapper {
    flex: 1 1 100%;
    text-align: center;
  }
  .software_eng___impact-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    width: 100%;
  }
  .software_eng___ai-tabs-titles {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .software_eng___impact-subheading,
  .software_eng___impact-heading {
    font-size: 28px;
  }
  .software_eng___impact-paragraph {
    text-align: center;
  }
  .software_eng___ai-tabs-section {
    padding-top: 30px;
  }
  .software_eng___tab-title {
    padding: 0px 50px;
  }
  .software_eng___tab-panel.active {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .software_eng___hero-section {
    min-height: 100vh !important;
    max-height: 100vh !important;
    height: 100vh !important;
    width: 100%;
    padding: 1rem 10px;
    background-size: cover !important; /* Ensure background covers full div */
    background-position: center center !important; /* Center the image */
    background-repeat: no-repeat !important;
  }

  .software_eng___hero-bg-wrapper {
    width: 100%;
    max-width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .software_eng___hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    align-items: center;
    text-align: center;
  }

  .software_eng___hero-sub,
  .software_eng___hero-highlight {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin: 0;
    text-align: center;
  }

  .software_eng___hero-highlight {
    margin-top: 10px;
    margin-bottom: 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .software_eng___hero-content.visible {
    margin: 0;
  }
  h3.software_eng___impact-subheading {
    text-align: center;
    font-size: 26px;
  }
  .software_eng___impact-subheading,
  .software_eng___impact-heading {
    font-family: Poppins, sans-serif;
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .software_eng___ai-tabs-section {
    width: 100%;
    padding: 30px 15px;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .software_eng___ai-tabs-wrapper {
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #f6f5fd;
  }

  .software_eng___ai-tabs-titles {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .software_eng___tab-title {
    width: 100%;
    font-size: 18px !important;
    line-height: 1.3;
    padding: 10px 0;
    text-align: center;
    background: none !important;
  }

  .software_eng___ai-tabs-divider {
    display: none;
  }

  .software_eng___ai-tabs-content {
    flex-direction: column;
    padding: 20px 0 0 0;
    width: 100%;
  }

  .software_eng___tab-panel.active {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 15px;
  }

  .software_eng___tab-left {
    flex: 1 1 100%;
    font-size: 26px !important;
    line-height: 1.5 !important;
    color: black;
    text-align: center;
    padding: 0;
  }

  .software_eng___tab-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .accordion-header {
    padding: 15px 20px !important;
  }

  .accordion-body {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 10px 15px !important;
  }

  .software_eng___feature.active .accordion-body {
    padding: 10px 15px !important;
    max-height: 500px;
    border-radius: 12px;
  }

  .software_eng___feature h4 {
    font-size: 16px !important;
    line-height: 1.3;
  }

  .headings .heading1 span {
    font-size: 18px !important;
    line-height: 1.3 !important;
    display: block;
  }

  p.clsk {
    padding-top: 20px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .accordion-body {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 1px 15px !important;
  }
  .software_eng__hero-content.visible {
    margin-top: 15px;
  }
  .software_eng___feature h4 {
    font-size: 14px !important;
    line-height: 1.3;
  }
  .software_eng___icon img {
    width: 16px;
  }
  .software_eng___tab-left p {
    font-size: 14px !important;
  }
  .headings .heading1 span {
    font-size: 18px !important;
    line-height: 1.3 !important;
    display: inline;
  }
  .software_eng___tab-title.active,
  .software_eng___tab-title {
    font-size: 16px !important;
  }
  .software_eng___tab-title {
    width: 100%;
    font-size: 16px !important;
  }
  button.software_eng___tab-title.active {
    border-right: none;
    border-bottom: 0;
  }
  button.software_eng___tab-title {
    border-right: none;
    border-bottom: 0;
  }
  .software_eng___tab-title.active,
  .software_eng___tab-title {
    text-align: center;
  }
  .software_eng___tab-title.active br,
  .software_eng___tab-title br {
    display: none;
  }
  .software_eng___tab-title.active {
    background: linear-gradient(270deg, rgb(0, 0, 0) 66%, rgb(0, 0, 0) 105%)
      text !important;
  }
  .software_eng__hero-description {
    color: #fff;
    text-align: center;
    font-family: Poppins, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.15%;
    text-transform: capitalize;
    margin: 0 auto 2rem;
  }
  .software_eng__hero-description br {
    display: none;
  }

  .software_eng__hero-button {
    font-size: 15px;
  }
  .software_eng__hero-button {
    width: 191.42px;
    height: 39.606px;
  }
  p.software_eng___impact-paragraph {
    text-align: center;
  }
  .software_eng___impact-section {
    width: 100%;
    padding: 57px 20px 40px 20px;
    box-sizing: border-box;
  }
  .software_eng___impact-container.visible {
    gap: 39px;
  }
  .software_eng___hero-bg-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  h2.software_eng___hero-highlight {
    margin: 0;
  }
  .software_eng__hero-content.visible {
    margin-top: 15px;
    height: 367px;
  }
  .software_eng___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 270px;
  }
  .main_wrapper_content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 13px;
  }
}
