@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 === */
.cyber__hero-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  object-fit: cover;
  min-height: 106vh;
  padding: 2rem;
  background-repeat: no-repeat;
  }
  
  #Visionbuilding ,#visonid{
     background:  linear-gradient(270deg, rgb(0, 0, 0) 106%, rgb(0, 0, 0) 95%) text !important;
  }
  

/* === Background Image Wrapper with Flex === */
.cyber__hero-bg-wrapper {
  width: 100%;
  max-width: 1728px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  left: 6%;
}

.cyber__mains-cont {
  display: flex;
  align-items: center;
}

/* === Content Wrapper === */
.cyber__hero-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 0%;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

/* === Text Styles === */
.cyber__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;
}

.cyber__hero-main {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 70.953px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.cyber__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) {
  .cyber__hero-content {
    align-items: center;
    text-align: center;
    /*margin-top: -400px;*/
  }

  .cyber__hero-highlight,
  .cyber__hero-main,
  .cyber__hero-sub {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .cyber__hero-content {
    margin-top: -300px;
  }


}

@media (max-width: 480px) {
  .cyber__hero-content {
    margin-top: -220px;
    padding: 0 20px;
  }

  .cyber__hero-highlight,
  .cyber__hero-main,
  .cyber__hero-sub {
    font-size: 30px;
  }
}



















/* section with accorudain  */


.software_eng___ai-tabs-section {
    width: 100%;
    padding: 0px 20px 30px 20px;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: center;
}

.software_eng___ai-tabs-wrapper {
    width: 1330px;
    border-radius: 34px;
    padding: 50px 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;
    color: #b5b5b5;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-right: 1px solid #9D9D9D;
    padding-right: 68px;
    padding-left: 60px;
}
.software_eng___tab-title:nth-child(4) {
  border-right: 0 !important;
}


.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 6.27%, #000000 48.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: 27px;
}

/* === Tab Panels === */
.software_eng___ai-tabs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 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: 21px;
}
.accordion-body {
  max-height: auto !important;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.software_eng___feature.active .accordion-body {
  padding-top: 10px; /* optional */
  padding-bottom: 10px; /* optional */
}

.accordion-arrow {
  transition: transform 0.3s ease;
}

.software_eng___feature.active .accordion-arrow {
  transform: rotate(180deg);
  /* Arrow flips up */
}

/*.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;*/
/*}*/

.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: 16px;
  color: #444;
  line-height: 1.5;
  
}

.software_eng___feature.active .accordion-body {
  padding-top: 12px;
  max-height: 500px !important; /* enough height to accommodate p tag */
    background: white;
    padding: 31px;
    border-radius: 12px;
    margin-top: 10px;
    color: black;
}

.accordion-arrow {
  transition: transform 0.2s ease; /* was 0.3s */
}

.software_eng___feature.active .accordion-arrow {
  transform: rotate(180deg);
}
.paraoftabs {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
}
.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 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20.28px;
    color: black;
    margin: 0;
    text-transform: capitalize;
    word-wrap: break-word;
}

/* === 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 {
        align-items: center;
        gap: 20px;
    }
    
}



/* === 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: 1235px;
    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, #000000 1.02%, #000000 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;
  background: linear-gradient(68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 114px;
  padding: 0.75rem 2rem;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  width: 250.429px;
  height: 54.606px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

.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;
        height: 350px;
    }
}

/* end  */











/* secxond section */



/* 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: 75px;
  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 800px;
    max-width: 800px;
    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 {
color: #000;
font-family: Poppins,Sans-Serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 176%; /* 35.2px */
}

/* === 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 */

/* emd */




/* 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{
    font-family: Poppins,sans-serif;
    font-size: 35px;
    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;
}




/* frame 19 */

.frame-19{
    display: flex;
    justify-content: center;
    padding: 80px 20px 120px 20px;
}

/* end */







/*animations*/
.cloud_infrastructure___impact-container,
.frame-19,
.software_eng___ai-tabs-wrapper,
.software_eng__hero-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cloud_infrastructure___impact-container.visible,
.frame-19.visible,
.software_eng___ai-tabs-wrapper.visible,
.software_eng__hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}


.cyber__mains-cont {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cyber__mains-cont.visible {
  opacity: 1;
  transform: translateX(0);
  width: 100%;
  padding-left: 30px;
}





/* Desktop Medium - under 1600px */
@media (max-width: 1599px) {
 .cloud_infrastructure___impact-container.visible {
    max-width: 1280px;
    width: 1280px;
}
.cloud_infrastructure___impact-image-wrapper {
    flex: 1 1 556px;
    max-width: 650px;
}
.cloud_infrastructure___impact-text-wrapper {
    flex: 1 1 608px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
}
.cloud_infrastructure___impact-image {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    height: 576px;
}

.frame-19.visible {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.frame-19.visible img {
    width: 85%;
    align-self: center;
}





}
/* Laptop Large - under 1400px */
@media (max-width: 1399px) {
   .cyber__hero-sub ,.cyber__hero-highlight{
    font-size: 50px;
   }
body,html{
       overflow-x: hidden;
   }
   .cyber__hero-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 0%;
    width: 100%;
    max-width: 100%;
    z-index: 2;
}
.cyber__hero-bg-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
    left: 4%;
}
.cyber__mains-cont.visible {
    max-width: 1140px;
     width: 1140px;
}
.cloud_infrastructure___impact-text-wrapper {
    flex: 1 1 586px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
}
    .cloud_infrastructure___impact-image-wrapper {
        flex: 0 1 478px;
        max-width: 556px;
    }
.cloud_infrastructure___impact-container.visible {
    max-width: 1140px;
}
.cloud_infrastructure___impact-paragraph {
    font-size: 16px;
}
.cloud_infrastructure___impact-image {
    height: 420px;
}
.frame-19.visible {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.frame-19.visible img {
    width: 85%;
    align-self: center;
}

.software_eng___ai-tabs-wrapper.visible {
    max-width: 1140px;
}
.software_eng___tab-title{
    font-size:22px;
}
.software_eng___tab-title {
    padding: 10px 49px;
}
.software_eng___tab-title.active{
    font-size:22px;
}
.software_eng___tab-panel.active {
    width: 1007px;
}
.software_eng___tab-right {
    width: 432px;
}
.paraoftabs {
    font-size: 16px;
}

.software_eng___feature h4 {
    font-size: 18px;
}
.accordion-body p{
    font-size: 16px;
}
.heading1 .Vision ,.Precision {
    font-family: Poppins, sans-serif;
    font-size: 31px;
}
.software_eng___icon img {
    width: 21px !important;
    height: 11px;
}
.software_eng__hero-description {
    font-size: 21px;
}
.software_eng__hero-button {
    font-size: 16px;
}
.software_eng__hero-button{
      width: 214.429px;
    height: 48.606px;
}
  



}
/* Laptop Medium - under 1280px */
@media (max-width: 1279px) {
  .cyber__hero-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 0%;
    width: 100%;
    max-width: 100%;
    z-index: 2;
}
    .cloud_infrastructure___impact-container.visible {
        max-width: 1040px;
    }
        .cloud_infrastructure___impact-image-wrapper {
        flex: 0 1 363px;
        max-width: 556px;
    }
        .cloud_infrastructure___impact-paragraph {
        font-size: 14px;
    }
        .cloud_infrastructure___impact-image {
        height: 335px;
    }
        .software_eng___ai-tabs-wrapper.visible {
        max-width: 1040px;
    }
        .software_eng___tab-title ,.software_eng___tab-title.active {
        font-size: 18px;
    }
        .software_eng___tab-panel.active {
        width: 907px;
    }
    .heading1 .Vision, .Precision {
        font-family: Poppins, sans-serif;
        font-size: 28px;
    }
        .software_eng___tab-right {
        width: 385px;
    }

    .paraoftabs {
        font-size: 14px;
    }

    .software_eng___feature h4 {
        font-size: 16px;
    }
    .accordion-body p{
        font-size: 14px;
    }

    .cloud_infrastructure___impact-text-wrapper {
        flex: 1 1 535px;
        max-width: 800px;
        display: flex;
        flex-direction: column;
        text-align: start;
        gap: 20px;
    }

    .cloud_infrastructure___impact-image-wrapper {
        flex: 0 1 323px;
        max-width: 556px;
    }
        .cloud_infrastructure___impact-image {
        height: 358px;
    }
    .cloud_infrastructure___impact-text-wrapper {
        flex: 1 1 492px;
        max-width: 800px;
        display: flex;
        flex-direction: column;
        text-align: start;
        gap: 20px;
    }
span.cyber__hero-highlight {
    margin-right: -6px;
}





}
/* Laptop Small - under 1224px */
@media (max-width: 1223px) {
   
      .cloud_infrastructure___impact-container.visible {
        max-width: 900px;
    }
}
@media (max-width:768px) {
  .cloud_infrastructure___impact-container{
    gap: 40px;
  }
  .cloud_infrastructure___impact-container.visible{
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .cloud_infrastructure___impact-image-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .cloud_infrastructure___impact-text-wrapper{
    flex: 1 1 40px;
  }
  .cloud_infrastructure___impact-image{
    width: 100%;
  }
  .cloud_infrastructure___impact-paragraph{
    text-align: center;
  }
  .software_eng___ai-tabs-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .software_eng___tab-title{
    padding: 10px 10px 10px 10px;
  }
  .software_eng___tab-title{
    font-size: 14px;
  }
  .software_eng___tab-panel.active{
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .paraoftabs,
  .heading1{
    text-align: center;
  }
   .main_wrapper_content{
      padding: 10px 10px;
      height: 400px;
    }
    .software_eng__hero-description{
      font-size: 18px;
    }
    .software_eng__hero-content.visible{
      height: 300px;
    }
    .cyber__mains-cont.visible{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .cyber__hero-highlight,
    .cyber__hero-main,
    .cyber__hero-sub {
    font-size: 42px;
  }
  .cloud_infrastructure___impact-section{
    padding-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .cyber__hero-section {
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .cyber__hero-bg-wrapper {
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: center;
  }

  .cyber__hero-content {
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .cyber__mains-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .cyber__hero-sub,
  .cyber__hero-highlight,
  .cyber__hero-main {
    font-size: 26px !important;
    line-height: 1.3;
    margin: 5px 0;
    text-align: center;
  }
 
  .cloud_infrastructure___impact-section {
    padding: 60px 15px 30px 15px;
  }

  .cloud_infrastructure___impact-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .cloud_infrastructure___impact-image-wrapper,
  .cloud_infrastructure___impact-text-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cloud_infrastructure___impact-image {
    width: 100%;
    border-radius: 20px;
  }

  .cloud_infrastructure___impact-text-wrapper {
    text-align: start;
    gap: 15px;
  }

  .cloud_infrastructure___impact-subheading {
    font-size: 24px;
    text-align: center;
  }

  .cloud_infrastructure___impact-heading {
    font-size: 26px;
    text-align: center;
  }

  .cloud_infrastructure___impact-paragraph {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
      .cloud_infrastructure___impact-container.visible {
        max-width: 100%;
    }
    
        .frame-19.visible img {
        width: 100%;
        align-self: center;
    }
    
    
    
    
    
    
    
    
    
    
    
}
@media screen and (max-width: 480px) {
     .software_eng___ai-tabs-section {
        padding: 20px 18px;
    }
  .software_eng___ai-tabs-wrapper {
    width: 100%;
    padding: 25px 15px;
    border-radius: 20px;
  }

  /* Tabs become vertical and centered */
  .software_eng___ai-tabs-titles {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .software_eng___tab-title {
    font-size: 18px;
    padding: 10px 0;
    border: none !important;
    width: 100%;
    text-align: center; /* only titles centered */
  }

  .software_eng___tab-title.active {
    font-size: 20px;
    line-height: 1.4;
  }

  /* Divider hidden (not needed on stacked mobile tabs) */
  .software_eng___ai-tabs-divider {
    display: none;
  }

  /* Panels switch to column */
  .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: start; /* left aligned */
    font-size: 16px;
    line-height: 1.5;
  }

  .paraoftabs {
    font-size: 14px; /* updated */
    line-height: 1.6;
    text-align: center; /* left aligned */
  }

  .software_eng___tab-right {
    width: 100%;
    gap: 15px;
  }

  /* Accordion styles */
  .accordion-header {
    padding: 18px 15px !important;
    font-size: 16px;
    text-align: start; /* left aligned */
  }

  .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    text-align: start; /* left aligned */
  }

  .software_eng___feature h4 {
    font-size: 18px;
    text-align: start; /* left aligned */
  }

  .heading1 .Vision,
  .heading1 .Precision {
    font-family: Poppins, sans-serif;
    font-size: 18px; /* updated */
  }
      .accordion-body {
        font-size: 15px;
        line-height: 1.5;
        padding: 15px;
        text-align: start;
        padding: 0;
    }
        .software_eng___feature h4 {
        font-size: 16px;
        text-align: start;
    }
    .main_wrapper_content {
    padding-top: 158px;
}
    .software_eng__hero-description {
        font-size: 18px;
    }
    p.software_eng__hero-description br {
    display: none;
}
    
  .software_eng__hero-content.visible {
    padding: 10px;
    margin: -13px 10px;
}    .main_wrapper_content {
        padding-top: 58px;
    }  
    
}



