@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 === */
.cloud_infrastructure___hero-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  object-fit: cover;
  min-height: 106vh !important;
  max-height: 106vh !important;
  padding: 2rem;
  background-repeat: no-repeat;
  background: url("/assets/images/whoweare.png");
}

/* === Background Image Wrapper with Flex === */
.cloud_infrastructure___hero-bg-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  left: 10%;
}

.cloud_infrastructure___mains-cont {
  display: flex;
  align-items: center;
}

/* === Content Wrapper === */
.cloud_infrastructure___hero-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 0%;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

/* === Text Styles === */
.cloud_infrastructure___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;
}

.cloud_infrastructure___hero-main {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 70.953px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.cloud_infrastructure___hero-sub {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 70.95px;
  line-height: 1.1;
  color: white;
  margin: 0;
  width: 80%;
}

/* === Responsive Styles === */
@media (max-width: 1200px) {
  .cloud_infrastructure___hero-content {
    /*align-items: center;*/
    /*text-align: center;*/
    /*margin-top: -400px;*/
  }

  .cloud_infrastructure___hero-highlight,
  .cloud_infrastructure___hero-main,
  .cloud_infrastructure___hero-sub {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .cloud_infrastructure___hero-highlight,
  .cloud_infrastructure___hero-main,
  .cloud_infrastructure___hero-sub {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  .cloud_infrastructure___hero-content {
    margin-top: -220px;
    padding: 0 20px;
  }

  .cloud_infrastructure___hero-highlight,
  .cloud_infrastructure___hero-main,
  .cloud_infrastructure___hero-sub {
    font-size: 30px;
  }
}

/* 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;
  text-align: justify;
  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 */

/* 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: 37px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

#Precisioncvs {
  background: linear-gradient(to right, #514bb0 -3%, #6067e6 2%, #e879cd 47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.software_eng___ai-tabs-section {
  width: 100%;
  padding: 40px 20px;
  border-radius: 34px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  display: flex;
  justify-content: center;
}

.software_eng___ai-tabs-wrapper {
  width: 1400px;
  border-radius: 34px;
  padding: 90px 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: none;
  padding-left: 68px;
  padding-right: 68px;
  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(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: 314px;
  line-height: 1.3;
}

/* === Divider === */
.software_eng___ai-tabs-divider {
  height: 1px;
  background: #9d9d9d;
  margin: 0 auto 20px;
  max-width: 1200px;
  margin-top: 27px;
}

/* === Tab Panels === */
.software_eng___ai-tabs-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 37px 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 50%;
  font-size: 20px;
  font-weight: 400;
  color: black;

  line-height: 35.2px;
}

.software_eng___tab-left p {
  padding-top: 12px;
}

.software_eng___tab-right {
  width: 535px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.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 */
  background: white;
  padding: 31px;
  border-radius: 12px;
  margin-top: 10px;
  font-weight: 300;
}

.accordion-arrow {
  transition: transform 0.2s ease; /* was 0.3s */
}

.software_eng___feature.active .accordion-arrow {
  transform: rotate(180deg);
}

/*.software_eng___feature {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*    background: linear-gradient(332deg, #f7f7f7 0%, #fdfdff 100%);*/
/*    border-radius: 14px;*/
/*    padding: 20px 30px;*/
/*    height: 84px;*/
/*    box-sizing: border-box;*/
/*    justify-content: space-between;*/
/*}*/
.software_eng___tab-title:nth-child(4) {
  border-right: 0 !important;
}

.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: #2d2d2d;
  font-family: Poppins, Sans-Serif;
  font-size: 19.525px;
  font-style: normal;
  font-weight: 300;
  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%;
  }

  .software_eng___ai-tabs-titles {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
}

/* end */

/* emd secniton  */

/* last section */

/* === HERO CONTENT OVER IMAGE === */
.main_wrapper_content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.software_eng__hero-content {
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  z-index: 2;
  width: 1200px;
  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 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250.42px;
  height: 54.606px;
  padding: 0.75rem 2rem;
  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;
  border: 0;
  border-radius: 114px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Flip gradient effect on hover */
.software_eng__hero-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;
}

.software_eng__hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.software_eng__hero-button:hover::before {
  opacity: 1;
}

.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;
  }
}

@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;
  }
}
.cloud_infrastructure___hero-content {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cloud_infrastructure___hero-content.visible {
  opacity: 1;
  transform: translateX(0);
}
/* Fade-up animation */
.cloud_infrastructure___impact-container,
.software_eng___ai-tabs-wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cloud_infrastructure___impact-container.visible,
.software_eng___ai-tabs-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

/* end  */

/* Desktop Medium - under 1600px */
@media (max-width: 1599px) {
  .cloud_infrastructure___hero-sub,
  .cloud_infrastructure___hero-highlight {
    font-size: 50px;
    max-width: 60%;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .cloud_infrastructure___hero-bg-wrapper {
    left: 4%;
  }

  .cloud_infrastructure___impact-container.visible {
    max-width: 1280px;
  }

  .cloud_infrastructure___impact-image-wrapper {
    flex: 1 1 434px;
    max-width: 650px;
  }
  .cloud_infrastructure___impact-text-wrapper {
    flex: 1 1 764px;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }
  .cloud_infrastructure___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 339px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1280px;
  }
  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 1165px;
    margin-top: 20px;
  }
}

/* Laptop Large - under 1400px */
@media (max-width: 1399px) {
  .cloud_infrastructure___impact-container.visible {
    max-width: 1140px;
  }
  .cloud_infrastructure___impact-paragraph {
    font-size: 16px;
  }
  .cloud_infrastructure___impact-text-wrapper {
    flex: 1 1 569px;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }
  .cloud_infrastructure___impact-image-wrapper {
    flex: 0 1 435px;
    max-width: 650px;
  }
  .cloud_infrastructure___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 342px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1140px;
  }
  .software_eng___tab-panel.active {
    width: 1020px;
    margin-top: 20px;
  }
  .software_eng__hero-content {
    max-width: 1140px;
  }
  .software_eng___tab-left p {
    font-size: 16px;
    line-height: 27px;
  }
  .software_eng___tab-right {
    width: 463px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .software_eng___tab-title,
  .software_eng___tab-title.active {
    font-size: 21px;
    padding: 10px 46px !important;
  }

  .software_eng___tab-title.active {
    width: 22%;
  }
  .software_eng___feature.active .accordion-body {
    font-size: 16px;
  }
  .heading1 .Vision,
  .Precision {
    font-family: Poppins, sans-serif;
    font-size: 28px;
  }
  .software_eng__hero-description {
    font-size: 22px;
  }
  .software_eng___feature h4 {
    font-size: 18px;
  }

  .software_eng__hero-button {
    width: 240.42px;
    font-size: 16px;
    height: 52.606px;
  }
}

/* Laptop Medium - under 1280px */
@media (max-width: 1279px) {
  .cloud_infrastructure___impact-container.visible {
    max-width: 1040px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1040px;
  }
  .software_eng__hero-content {
    max-width: 1040px;
  }
  .cloud_infrastructure___impact-paragraph {
    font-size: 16px;
  }
  .software_eng___tab-left p {
    font-size: 16px;
    line-height: 27px;
  }
  .software_eng___feature.active .accordion-body {
    font-size: 16px;
  }
  .heading1 .Vision,
  .Precision {
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }
  .software_eng___feature h4 {
    font-size: 16px;
  }
  .software_eng___tab-panel.active {
    width: 915px;
    margin-top: 20px;
  }
  .software_eng___tab-right {
    width: 410px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .software_eng___tab-title,
  .software_eng___tab-title.active {
    font-size: 18px;
    padding: 10px 46px !important;
  }
  .cloud_infrastructure___impact-image-wrapper {
    flex: 0 1 389px;
    max-width: 650px;
  }
  .cloud_infrastructure___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 284px;
  }
}

/* Laptop Small - under 1224px */
@media (max-width: 1024px) {
  .cloud_infrastructure___impact-image-wrapper {
    flex: 1 1 80%;
    max-width: 90%;
  }
  .cloud_infrastructure___impact-image {
    height: 400px;
  }
  .cloud_infrastructure___impact-paragraph {
    text-align: center;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 100%;
  }
  .software_eng__hero-content {
    width: 100%;
    max-width: 100%;
  }
  .main_wrapper_content {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  .cloud_infrastructure___mains-cont {
    justify-content: center;
  }
  .cloud_infrastructure___hero-sub,
  .cloud_infrastructure___hero-highlight {
    font-size: 35px;
    text-align: center;
  }
  .cloud_infrastructure___hero-bg-wrapper {
    left: 0;
  }
  .software_eng___tab-title,
  .software_eng___tab-title.active {
    padding: 10px 20px !important;
  }
  .software_eng___tab-panel.active {
    max-width: 100%;
  }
  .software_eng___tab-left {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .cloud_infrastructure___hero-section {
    min-height: 100vh !important;
    max-height: 100vh !important;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }

  .cloud_infrastructure___hero-bg-wrapper {
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .cloud_infrastructure___hero-content {
    align-items: center;
    text-align: center;
    padding: 0 0 0 20px;
  }

  .cloud_infrastructure___hero-sub,
  .cloud_infrastructure___hero-highlight {
    font-size: 26px !important;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    min-width: 90%;
  }

  .cloud_infrastructure___hero-highlight {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cloud-main {
    text-align: center;
  }
  .cloud_infrastructure___mains-cont {
    display: flex;
    align-items: start;
    text-align: start;
  }
  h2.cloud_infrastructure___hero-highlight {
    position: relative;
    top: -50px;
    left: -17px;
  }
  .cloud_infrastructure___impact-section {
    width: 100%;
    padding: 48px 20px 40px 20px;
    box-sizing: border-box;
  }
  .cloud_infrastructure___impact-container.visible {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  h2.cloud_infrastructure___hero-highlight {
    position: relative;
    top: -20px;
    left: -86px;
  }
  .cloud_infrastructure___hero-content.visible {
    margin-top: 116px !important;
  }
}

@media screen and (max-width: 480px) {
  .software_eng___ai-tabs-section {
    padding: 20px 10px;
  }

  .software_eng___ai-tabs-wrapper {
    width: 100%;
    padding: 25px 15px;
    border-radius: 20px;
    box-sizing: border-box;
  }

  /* Tabs become vertical and centered */
  .software_eng___ai-tabs-titles {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .software_eng___tab-title {
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    text-align: center; /* only titles centered */
    border-right: none !important;
    color: #b5b5b5;
    background: none;
  }

  .software_eng___tab-title.active {
    font-size: 20px;
    line-height: 1.4;
    color: #141a4e;
    background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 1, 2) 95%) text !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
  }

  /* Divider hidden on mobile */
  .software_eng___ai-tabs-divider {
    display: none;
  }

  /* Panels stacked vertically */
  .software_eng___tab-panel {
    flex-direction: column;
    width: 100% !important;
    margin-top: 20px;
    gap: 20px;
  }

  .software_eng___tab-left {
    flex: 1 1 100%;
    text-align: center; /* left aligned */
    font-size: 16px;
    line-height: 1.5;
  }

  .software_eng___tab-left p {
    padding-top: 12px;
  }

  .software_eng___tab-right {
    flex: 1 1 100%;
    width: 100%;
    gap: 15px;
  }

  /* Accordion styles */
  .accordion-header {
    padding: 16px 12px !important;
    font-size: 16px;
    text-align: start; /* left aligned */
  }

  .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding: 12px;
    text-align: start; /* left aligned */
  }

  .software_eng___feature h4 {
    font-size: 16px;
    text-align: start; /* left aligned */
  }
  .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding: 12px;
    text-align: start;
    padding: 0;
  }
  .heading1 .Vision,
  .Precision {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }
  .main_wrapper_content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 127px 18px;
  }
  .software_eng___ai-tabs-section {
    padding: 20px 16px !important;
  }
  .software_eng__hero-description {
    font-size: 18px;
  }
  p.software_eng__hero-description br {
    display: none;
  }
  .mainbtn {
    margin-top: -21px !important;
  }
  .software_eng__hero-content {
    height: 380px;
  }
  .software_eng___feature h4 {
    font-size: 14px;
    text-align: start;
  }
  .software_eng___tab-title.active,
  .software_eng___tab-title {
    font-size: 18px;
  }
  .software_eng___ai-tabs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 37px 7px 20px 7px;
  }
  .software_eng___tab-title,
  .software_eng___tab-title.active {
    text-align: center;
  }
  .software_eng___tab-title br {
    display: none;
  }
  .software_eng___tab-title.active br {
    display: none;
  }
  .software_eng___tab-title,
  .software_eng___tab-title.active {
    padding: 10px !important;
  }
  .software_eng___ai-tabs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1px 7px 20px 7px;
  }
  .cloud_infrastructure___hero-content.visible {
    margin: 0;
  }
  .cloud_infrastructure___impact-image {
    height: 300px;
  }
}
