@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,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");

/*******************************************************************************/
body {
  margin: 0;
  overflow-x: hidden;
}
/* 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;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  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, Sans-Serif;
  font-size: 71.148px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-left: 180px;
  width: 1532px;
  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: 96.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 {
  margin-top: 2rem;
  background: linear-gradient(
    329deg,
    rgba(232, 121, 205, 0.52),
    rgba(81, 75, 176, 0.52)
  );
  backdrop-filter: blur(50px);
  border-radius: 25px;
  padding: 2rem;
  width: 789px;
  height: 340px;
  color: white;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  right: 145px;
  bottom: -135px;
  text-align: center !important;
  color: #fff;
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%; /* 35.2px */
  display: flex;
  justify-content: center;
}

/******************************************************/

/* second last seciton */
.heading1 .Vision {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.737%; /* 38.621px */
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(95, 97, 134) 54%, rgb(16, 23, 75) 95%)
    text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span#visionx2 {
  background: linear-gradient(270deg, rgb(95, 97, 134) 97%, rgb(16, 23, 75) 95%)
    text !important;
}
.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: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.servicescontainer {
  margin-top: -17px;
}

/* 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: 1500px;
  margin: 0 auto;
  gap: 1rem;
  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(4, 4, 8) 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 */
}

/* end */

.software_eng___ai-tabs-section {
  width: 100%;
  padding: 40px 20px 120px 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 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;
}
button.software_eng___tab-title {
  border-right: 1px solid #9d9d9d;
  padding-right: 68px;
  padding-left: 68px;
}
button.software_eng___tab-title:last-child {
  border-right: none;
}

.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;
  color: #b5b5b5;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  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: 35px;
  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;
}

/* === 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: 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%);*/
/*     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: 18px;
  /*color: #444;*/
  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;
  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: #2D2D2D;*/
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

/* end */

/* third section */

/* Main container for the AI Services section */
.ai_services__section {
  padding: 0 20px 90px 20px;
  background-color: none;
}

/* Wrapper for all content blocks */
.ai_services__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1532px;
  margin: 0 auto;
}

/* Each content block */
.ai_services__block {
  flex: 1 1 calc(33.333% - 30px);
  border-radius: 12px;
  padding: 8px;
}

/* Title styling */
.ai_services__title {
  color: #0f0f0f;
  font-family: Poppins, sans-serif;
  font-size: 19.24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.243%; /* 22.172px */
  text-transform: capitalize;
}

.our {
  font-family: Poppins, sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(270deg, #000000 0%, #000000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services {
  text-align: center;
  font-family: Poppins;
  font-size: 46px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    #514bb0 1.02%,
    #6067e6 19.03%,
    #9667ee 36.63%,
    #cd73db 70.73%,
    #e879cd 88.16%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Paragraph text */
.ai_services__text {
  padding-top: 17px;
  /*color: #0F0F0F;*/
  color: black;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: start;
}

/* end */

/* main */

.main-iamge-wcontent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-main {
  width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end */

.software_eng___tab-panel {
  padding: 80px 0; /* spacing for scroll */
  scroll-margin-top: 100px; /* adjust for top offset */
}

/* Main wrapper for the entire section */
.development-section {
  padding: 80px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

/* Flex container */
.development-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1532px;
  margin: 0 0;
  gap: 30px;
}

/* Right side (paragraph) */
.development-right {
  flex: 1 1 50%;
}

/* Subtitle style */
.section-subtitle {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-style: normal;
  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;
}
.sub-subtitle {
  display: flex;
  margin-top: -20px !important;
}

/* Title line 1 */
.section-title {
  font-family: Poppins, sans-serif;
  font-size: 43px;
  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;
  text-align: start !important;
}

/* Title line 2 (italic + color) */
.section-highlight {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  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;
}

/* Description paragraph */
.section-description {
  color: #000;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

/* Main section wrapper */
.acclyne-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background-color: none;
}

/* Container to limit width and control layout */
.acclyne-container {
  max-width: 1532px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  text-align: start;
}

/* Main heading */
.acclyne-heading {
  font-family: Poppins, Sans-Serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(3, 4, 10) 95%) text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subheading */
.acclyne-subheading {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  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;
  text-align: start !important;
}
.main-c {
  display: flex;
  justify-content: start;
  margin-top: -25px;
}
/* Tagline text */
.acclyne-tagline {
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 25.742px;
  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;
}

/* Description paragraph */
.acclyne-description {
  color: #000;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

/* last section */
/* Container styling for the section */
.ai-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.ai-content-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background: none !important;
}

.inner-ai {
  display: flex;
  width: 1532px;
  justify-content: space-between;
}

/* Flexbox layout for main container */
.ai-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Left column (titles list) */
.ai-left {
  flex: 1;
  min-width: 250px;
}

.ai-content-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.left-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 5px solid #c2c2c2;
  padding: 18px 34px;
}

.gradient-slide {
  background: linear-gradient(190deg, #514bb0 0%, #e879cd 94.71%);
  width: 5px;
  height: 55px;
  position: absolute;
  /* left: ; */
}

.activemenu {
  display: flex;
  justify-content: start;
}
.ai-subtitle.active {
  font-family: Poppins, sans-serif;
  font-size: 20.843px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    #514bb0 1.02%,
    #6067e6 19.03%,
    #9667ee 36.63%,
    #cd73db 70.73%,
    #e879cd 88.16%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-self: start;
}

.ai-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 20.843px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(90deg, #10174b 0%, #666 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-heading {
  font-size: 24px;
  color: #514bb0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.ai-subheading {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #10174b;
}

/* Right column (content blocks) */
.ai-right {
  flex: 2;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ai-block {
  background: white;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.ai-title {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  color: black;
}

.ai-desc {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;
}

/* right inner */

/* Wrapper with flex column and responsive padding */
.insight-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* Each content block */
.insight-block {
  background-color: none !important;
  padding: 0px 0px 37px 0px;
  box-shadow: none;
  border-bottom: 1px solid #c2c2c250;
}

/* Heading styles */
.insight-title {
  color: #000;
  font-family: Poppins, Sans-Serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

/* Description styles */
.insight-description {
  color: #000;
  width: 100%;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  line-height: 176%; /* 35.2px */
  padding-top: 14px;
}

/* end */

/* === HERO CONTENT OVER IMAGE === */
.main_wrapper_content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 80px 10px 40px 10px;
}

.software_eng__hero-content {
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  z-index: 2;
  width: 1535px;
  border-radius: 37px;
  height: 584px;
  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: 20px;
  font-style: normal;
  font-weight: 700;
  padding-top: 40px;
  line-height: 147%; /* 29.4px */
}
.software_eng__hero-button {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  color: white;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  border-radius: 110px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  width: 250.42px;
  height: 54.606px;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Gradient flip effect */
.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;
}

/* last */
/* heaings  */
.headinglasai {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.635%; /* 47.672px */
  text-transform: capitalize;
  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;
}

/*animation*/

.mainheadings {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.mainheadings.visible {
  opacity: 1;
  transform: translateX(0);
}
/* Fade Up Animation Classes */
.expertise-container,
.software_eng___ai-tabs-wrapper,
.ai_services__container,
.development-container,
.acclyne-container,
.inner-ai,
.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,
.ai_services__container.visible,
.development-container.visible,
.acclyne-container.visible,
.inner-ai.visible,
.software_eng__hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}

.tab-linktab-link {
  font-family: Poppins;
  font-size: 20.843px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.tab-link {
  border-left: 4px solid #c2c2c2 !important;
}
.scroll-tabs button.active {
  position: relative; /* needed for ::before positioning */
  font-family: Poppins, sans-serif;
  font-size: 20.843px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    #514bb0 1.02%,
    #6067e6 3.03%,
    #9667ee 17.63%,
    #cd73db 32.73%,
    #e879cd 100.16%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-self: start;
  padding-left: 20px; /* space for border */
}

.scroll-tabs button.active::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(180deg, #514bb0 0%, #e879cd 100%);
  border-radius: 3px;
}

.scroll-section {
  display: flex;
  justify-content: center;
  background: transparent;
  padding: 0 0;
}

.scroll-inner {
  display: flex;
  max-width: 1500px;
  width: 100%;
}

.scroll-tabs button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 15px 15px 18px 24px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Poppins, Sans-Serif;
  font-size: 20.843px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.scroll-panels {
  flex: 1;
  margin-left: -10px;
}

.panel {
  min-height: 37vh; /* Full screen height for each block */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px 50px 20px;
  width: 1000px;
}

.two-box-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 754px;
  margin: auto;
  padding: 20px;
  font-family: "Poppins";
}

/* ===== LEFT CARD ===== */
.left-card {
  flex: 1;
  min-width: 300px;
  height: 389px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.left-card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
  outline: 12px solid white;
}

.left-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.left-card-text {
  position: absolute;
  left: 20px;
  right: 20px;
  color: white;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.left-card .default-text {
  bottom: 60px;
}

.left-card .hover-text {
  bottom: 90px;
  opacity: 0;
  transform: translateY(50px);
}

.left-card-title {
  font-weight: 700;
  font-size: 19px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.left-card-desc {
  font-size: 17px;
  line-height: 1.5;
}

/* Hover effect for LEFT */
.left-card:hover .left-card-image img {
  transform: scale(1.2);
  filter: blur(3px);
}

.left-card:hover .default-text {
  opacity: 0;
  transform: translateY(20px);
}

.left-card:hover .hover-text {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RIGHT CARD ===== */
.right-card {
  flex: 1;
  min-width: 300px;
  height: 470px;
  background: #fafafa;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.right-card-title {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.right-card-desc {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.right-card-extra {
  font-size: 17px;
  line-height: 1.4;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  margin-bottom: 15px;
}
.two-box-section {
  margin: 0 !important;
}
.right-card-image {
  width: 100%;
  height: 183px;
  overflow: hidden;
  border-radius: 24px;
  transition: height 0.6s ease;
}

.right-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Hover effect for RIGHT */
.right-card:hover .right-card-extra {
  max-height: 200px;
  opacity: 1;
}

.right-card:hover .right-card-image {
  height: 82px; /* shrink image height on hover */
}
.inner-main img {
  width: 100%;
}

/* Desktop Medium - under 1600px */
@media (max-width: 1599px) {
  .what_we_do-hero-heading {
    font-size: 50px;
    padding-left: 100px;
    width: 100%;
  }
}
/* 1440px */
@media (max-width: 1440px) {
  .what_we_do-hero-heading {
    font-size: clamp(40px, 4vw, 48px);
    padding-left: 100px;
    width: 100%;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(42px, 4.2vw, 48px);
  }

  .what_we_do-hero-description-box {
    width: 700px;
    font-size: 18px;
    padding: 2rem;
    right: 100px;
    height: 260px;
    bottom: -87px;
  }
}

/* Laptop Large - under 1400px */
@media (max-width: 1399px) {
  .what_we_do-hero-heading {
    font-size: 50px;
    padding-left: 100px;
    width: 100%;
  }
  .what_we_do-hero-description-box {
    width: 628px;
    font-size: 16px;
    padding: 2rem;
    right: 100px;
    height: 204px;
    bottom: -98px;
  }
  .expertise-container.visible {
    max-width: 1140px !important;
  }
  .expertise-description {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1140px;
  }
  .software_eng___tab-title.active,
  .software_eng___tab-title {
    color: #141a4e;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
  }
  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 1008px;
    margin-top: 20px;
  }
  .expertise-main-heading,
  .highlighted-text {
    font-size: 36px;
  }

  .heading1 .Vision,
  .Precision {
    font-size: 28px;
  }
  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 1000px !important;
    margin-top: 20px;
  }

  .software_eng___tab-left p {
    font-size: 16px;
  }
  .software_eng___feature h4 {
    font-size: 18px;
  }

  .accordion-body {
    font-size: 14px;
  }
  .software_eng___ai-tabs-wrapper {
    width: 1400px;
    border-radius: 34px;
    padding: 90px 60px 3px 60px;
    background-color: #f6f5fd;
  }
  .ai_services__title {
    color: #0f0f0f;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 115.243%;
    text-transform: capitalize;
  }
  .services,
  .our {
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
  }

  .ai_services__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1040px !important;
    margin: 0 auto;
  }

  .ai_services__text {
    padding-top: 15px;
    color: #0f0f0f;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.584px;
  }
  .development-container.visible {
    max-width: 1140px;
  }

  .section-description {
    color: #000;
    font-family: Poppins, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
  }

  .section-subtitle,
  .section-title,
  .section-highlight {
    font-size: 28px !important;
  }

  .inner-main img {
    width: 100%;
  }
  .acclyne-container.visible {
    max-width: 1140px !important;
  }

  .inner-main {
    width: 1040px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .acclyne-heading,
  .acclyne-subheading {
    font-family: Poppins, Sans-Serif;
    font-size: 36px;
  }

  .acclyne-description {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
    padding-bottom: 33px;
  }

  .scroll-inner {
    display: flex;
    max-width: 1140px !important;
    width: 100%;
  }

  .insight-description {
    color: #000;
    width: 100%;
    font-family: Poppins, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 176%;
    padding-top: 14px;
  }
  .scroll-tabs button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 15px 15px 18px 24px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .scroll-tabs {
    flex: 0 0 320px;
    position: sticky;
    top: 50px;
    align-self: flex-start;
    padding-left: 20px;
  }

  .scroll-tabs button.active {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(
      90deg,
      #514bb0 1.02%,
      #6067e6 3.03%,
      #9667ee 17.63%,
      #cd73db 32.73%,
      #e879cd 100.16%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-self: start;
    padding-left: 20px;
  }

  .panel {
    min-height: 37vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px 50px 20px;
    width: 713px !important;
  }

  .right-card-extra {
    font-size: 16px;
    font-family: "Poppins";
  }

  .right-card-desc {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .software_eng__hero-content.visible {
    max-width: 1140px;
  }
  .headinglasai {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 36px;
  }
  .software_eng__hero-description {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding-top: 40px;
    line-height: 147%;
  }
  .software_eng__hero-content.visible {
    max-width: 1140px;
    height: 500px;
  }
  .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: 218.42px;
    height: 47.606px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
  }

  .main_wrapper_content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 10px 40px 10px;
  }

  .what_we_do-hero-heading {
    font-size: 50px;
    padding-left: 44px;
    width: 100%;
  }
}

/* Laptop Medium - under 1280px */
@media (max-width: 1279px) {
  .what_we_do-hero-description-box {
    width: 540px;
    font-size: 14px;
    padding: 2rem;
    right: 100px;
    height: 188px;
    bottom: -98px;
  }
  .expertise-container.visible {
    max-width: 1040px !important;
  }
  .expertise-main-heading,
  .highlighted-text {
    font-size: 36px;
  }
  .expertise-description {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 1040px;
  }

  .software_eng___tab-title.active,
  .software_eng___tab-title {
    color: #141a4e;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
  }
  .heading1 .Vision,
  .Precision {
    font-size: 24px;
  }
  .software_eng___tab-left p {
    font-size: 14px;
    line-height: 26px;
  }

  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 916px !important;
    margin-top: 20px;
  }
  .software_eng___tab-right {
    width: 455px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .software_eng___feature h4 {
    font-size: 16px;
  }
  .ai_services__text {
    padding-top: 15px;
    color: #0f0f0f;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.584px;
  }
  .ai_services__title {
    color: #0f0f0f;
    font-family: Poppins, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 115.243%;
    text-transform: capitalize;
  }

  .services,
  .our {
    text-align: center;
    font-family: Poppins;
    font-size: 36px !important;
  }

  .development-container.visible {
    max-width: 1040px;
  }
  .acclyne-heading,
  .acclyne-subheading,
  .acclyne-subheading {
    font-family: Poppins, Sans-Serif;
    font-size: 32px !important;
  }

  .acclyne-description {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .acclyne-container.visible {
    max-width: 1040px !important;
  }

  .scroll-inner {
    display: flex;
    max-width: 1040px !important;
    width: 100% !important;
  }
  .panel {
    min-height: 37vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 0px 20px 50px 20px !important;
    width: 709px !important;
  }

  .scroll-tabs {
    flex: 0 0 320px;
    position: sticky;
    top: 50px;
    align-self: flex-start;
  }
  .scroll-tabs button.active {
    position: relative !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
  }
  .scroll-tabs button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 15px 15px 18px 24px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", Sans-Serif;
    font-size: 16px !important;
  }

  .scroll-panels {
    flex: 1 !important;
    margin-left: -42px !important;
  }

  .software_eng__hero-content.visible {
    max-width: 1040px !important;
    height: 500px;
  }
  .headinglasai {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 32px !important;
  }

  .software_eng___tab-right {
    width: 453px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }

  .software_eng__hero-description {
    color: #fff;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    padding-top: 40px;
    line-height: 147%;
  }
  .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 !important;
  }
  .software_eng__hero-button {
    width: 207.42px !important;
    height: 46.606px !important;
  }
}

/* Laptop Small - under 1224px */
@media (max-width: 1223px) {
}

@media (max-width: 1024px) {
  .expertise-container.visible {
    max-width: 100% !important;
    align-items: center;
  }
  .inner-main img {
    width: 90%;
  }
  .expertise-headings {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .expertise-description {
    width: 90%;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    width: 100%;
    max-width: 100%;
  }
  .development-container.visible {
    width: 100%;
    max-width: 100%;
  }
  .acclyne-container.visible {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .acclyne-tagline {
    padding-top: 0px;
  }
  .acclyne-description {
    margin: 0px;
  }
  .software_eng__hero-content.visible {
    width: 95%;
    max-width: 100%;
    height: 400px;
  }
  .main_wrapper_content {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .software_eng__hero-title {
    font-size: 36px;
  }

  .software_eng__hero-description {
    font-size: 18px;
  }

  .top-description p {
    font-size: 18px;
  }
}
/* Responsive adjustments */
@media (max-width: 1024px) {
  .ai_services__block {
    flex: 1 1 calc(50% - 20px);
  }
}

/* 992px */
@media (max-width: 992px) {
  .what_we_do-hero-heading {
    font-size: clamp(34px, 5vw, 44px);
    padding-left: 30px;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(36px, 5.2vw, 44px);
  }

  .what_we_do-hero-description-box {
    font-size: 17px;
    width: 95%;
    padding: 1.5rem;
    bottom: -60px;
  }
}
/* 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;
  }
}
/* === 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;
  }
}
@media (max-width: 768px) {
  .ai_services__container {
    flex-direction: column;
  }

  .ai_services__block {
    flex: 1 1 100%;
  }

  .ai_services__title {
    font-size: 18px;
  }

  .ai_services__text {
    font-size: 15px;
  }
}
/* 768px */
@media (max-width: 768px) {
  .what_we_do-hero-heading {
    font-size: clamp(30px, 6vw, 40px);
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(32px, 6.5vw, 42px);
  }

  .what_we_do-hero-description-box {
    font-size: 16px;
    width: 70%;
    bottom: -70px;
    margin-right: 10px;
    height: 250px;
  }
}

/* Responsive styling */
@media screen and (max-width: 768px) {
  .development-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-title,
  .section-highlight {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 22px;
  }

  .section-description {
    font-size: 16px;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .acclyne-heading {
    font-size: 2rem;
  }

  .acclyne-subheading {
    font-size: 2.2rem;
  }

  .acclyne-tagline {
    font-size: 1.2rem;
  }
}
/* Responsive styles for mobile devices */
@media screen and (max-width: 768px) {
  .ai-container {
    flex-direction: column;
  }

  .ai-left,
  .ai-right {
    min-width: 100%;
  }

  .ai-heading {
    font-size: 20px;
  }

  .ai-subheading {
    font-size: 16px;
  }

  .ai-title {
    font-size: 18px;
  }

  .ai-desc {
    font-size: 14px;
  }
}
@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: 768px) {
  .expertise-section {
    padding: 8rem 1rem 3rem 1rem;
  }
  .software_eng___tab-title.active,
  .software_eng___tab-title {
    font-size: 14px;
    padding: 10px 20px;
  }
  .software_eng___ai-tabs-wrapper.visible {
    max-width: 100% !important;
  }
  button.software_eng___tab-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .software_eng___tab-panel.active {
    width: 100% !important;
  }
  .software_eng___ai-tabs-content {
    text-align: center;
  }
  .heading1_pt {
    justify-content: center;
  }
  .ai_services__container {
    text-align: center;
    justify-content: center;
  }
  .ai_services__text {
    text-align: center;
  }
  .ai_services__section {
    padding-bottom: 40px;
  }
  .development-left {
    width: 100%;
    flex: 0 !important;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
  }
  .development-right {
    flex: 0 !important;
  }
  .acclyne-description {
    text-align: center;
  }
  .scroll-inner {
    max-width: 100% !important;
    flex-direction: column;
  }
  .scroll-tabs {
    position: relative !important;
    top: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 11px;
  }
  .scroll-panels {
    flex: 0 !important;
    margin-left: 0px !important;
  }
  .scroll-inner {
    align-items: center;
    justify-content: center;
  }
  .scroll-panels {
    text-align: center;
  }
  .insight-description {
    text-align: center;
  }
  .insight-block {
    padding-bottom: 20px;
  }
  .panel {
    padding-bottom: 0px !important;
    margin-top: 30px;
  }
  .software_eng__hero-content.visible {
    width: 95%;
    max-width: 100%;
    margin-top: 20px;
  }
}
/* Responsive tweaks for mobile */
@media (max-width: 600px) {
  .insight-title {
    font-size: 20px;
  }

  .insight-description {
    font-size: 16px;
  }
}
/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .left-card-title,
  .right-card-title {
    font-size: 17px;
  }
  .left-card-desc,
  .right-card-desc {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  body,
  html {
    overflow-x: hidden;
  }
  .what_we_do-hero-heading,
  .what_we_do-hero-subheading {
    font-size: 39px;
  }
  .what_we_do-hero-description-box br {
    display: none;
  }
  .what_we_do-hero-description-box {
    font-size: 0.85rem;
    padding: 1rem;
    left: 5px;
    height: 200px;
    width: 98%;
    bottom: -70px;
  }
  .expertise-section {
    padding: 7rem 20px 3rem 20px;
    font-family: "Poppins", sans-serif;
  }

  .expertise-main-heading {
    font-size: 24px;
  }
  .highlighted-text {
    font-size: 24px;
    text-align: center;
  }
  .expertise-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .software_eng___ai-tabs-section {
    padding: 10px 10px 60px 10px;
  }

  .software_eng___ai-tabs-wrapper {
    width: 100%;
    padding: 40px 20px;
    border-radius: 20px;
  }

  /* Tabs Titles: 2 per row */
  .software_eng___ai-tabs-titles {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column !important;
  }

  .software_eng___tab-title {
    flex: 1 1 48%;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 8px 10px !important;
    border-right: none !important;
  }

  .software_eng___tab-title.active {
    font-size: 18px;
  }

  .software_eng___ai-tabs-divider {
    max-width: 100%;
    margin-bottom: 15px;
  }

  /* Tab Panels */
  .software_eng___tab-panel.active {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 15px;
  }

  .software_eng___tab-left,
  .software_eng___tab-right {
    flex: 1 1 100%;
    width: 100%;
  }

  .software_eng___tab-left p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
  }

  .software_eng___tab-left .heading1 span {
    display: block;
    font-size: 16px;
    line-height: 1.3;
  }

  /* Accordion / Features */
  .accordion-header {
    padding: 12px 15px !important;
  }

  .software_eng___feature h4 {
    font-size: 13px;
    line-height: 1.3;
  }

  .accordion-body {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 10px;
  }

  .software_eng___feature.active .accordion-body {
    padding: 10px;
    max-height: 500px;
  }

  .software_eng___tab-right {
    gap: 15px;
  }
  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 100% !important;
    margin-top: 20px;
  }

  .software_eng___tab-title {
    font-size: 14px !important;
  }

  .software_eng___ai-tabs-wrapper {
    width: 100%;
    border-radius: 34px;
    padding: 80px 24px;
    background-color: #f6f5fd;
  }

  .software_eng___ai-tabs-wrapper.visible {
    width: 100%;
    padding: 53px 17px;
  }
  .software_eng___tab-title.active,
  .software_eng___tab-title {
    color: #141a4e;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
  }

  .software_eng___tab-panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 1200px;
    margin-top: -58px !important;
    padding-bottom: 0;
  }
  .software_eng___feature.active .accordion-body {
    padding: 32px 13px;
    max-height: 500px;
  }

  .software_eng___ai-tabs-section {
    width: 100%;
    padding: 40px 20px 47px 20px !important;
    border-radius: 34px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
  }
  span.our,
  .services {
    font-size: 24px !important;
  }

  .ai_services__text {
    font-size: 16px !important;
    line-height: 180% !important;
  }
}

@media (max-width: 480px) {
  .development-section {
    padding: 40px 15px;
    display: flex;
    justify-content: center;
  }

  .development-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 100%;
  }

  .section-subtitle {
    font-size: 22px;
    line-height: 1.2;
  }

  .section-title {
    font-size: 28px;
    line-height: 1.2;
    text-align: center !important;
  }

  .section-highlight {
    font-size: 30px;
    line-height: 1.2;
  }

  /* Right side */
  .development-right {
    flex: 1 1 100%;
  }

  .section-description {
    font-size: 14px;
    line-height: 1.5;
    text-align: start;
    margin-left: 10px;
  }

  /* Main image */
  .main-iamge-wcontent {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-iamge-wcontent .inner-main img {
    max-width: 100%;
    height: auto;
  }

  .development-left {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .inner-main {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .section-title,
  .section-highlight {
    font-size: 22px !important;
  }

  .section-title {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  .section-subtitle {
    font-size: 22px !important;
  }
  p.ai_services__text {
    text-align: start;
  }

  h3.ai_services__title {
    text-align: center;
  }

  section.development-section {
    padding-top: 0;
  }
  .acclyne-heading {
    font-size: 24px !important;
    text-align: center;
  }

  .acclyne-container.visible {
    max-width: 1040px !important;
    text-align: center;
    align-items: center;
  }
  p.acclyne-tagline {
    padding-top: 10px;
  }
  .acclyne-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    background-color: none;
  }
}

@media screen and (max-width: 480px) {
  /* Scroll Section - stack vertically */
  .scroll-section {
    flex-direction: column;
    padding: 10px;
  }

  .scroll-inner {
    flex-direction: column;
    max-width: 100%;
  }

  /* Tabs - wrap and full width */
  .scroll-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 11px;
  }
  .scroll-tabs button {
    flex: 1 1 48%;
    padding: 10px 5px;
    font-size: 14px;
    border-left: 4px solid #c2c2c2;
    text-align: center;
  }

  .scroll-tabs button.active {
    padding-left: 10px;
  }

  /* Panels - full width inside container */
  .scroll-panels,
  .insight-block {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .panel {
    width: 100%;
    min-height: auto;
    padding: 15px 10px 30px 10px;
    box-sizing: border-box;
  }
  .scroll-tabs button {
    color: black !important;
  }

  /* Two-box section - stack vertically */
  .two-box-section {
    flex-direction: column;
    max-width: 100%;
    gap: 15px;
    padding: 10px;
  }

  .left-card,
  .right-card {
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .left-card-image,
  .right-card-image img {
    height: auto;
  }

  .left-card-text,
  .right-card-title,
  .right-card-desc {
    font-size: 16px;
  }

  .right-card-extra {
    max-height: none;
    opacity: 1;
  }

  .scroll-panels {
    flex: 2;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    position: relative;
  }
  .panel {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 30px;
  }
  .left-card,
  .right-card {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 460px;
  }

  .left-card,
  .right-card {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 391px;
  }
  .right-card-image {
    width: 100%;
    height: 249px;
    overflow: hidden;
    border-radius: 24px;
    transition: height 0.6s ease;
  }
  .insight-block div {
    margin-left: 0px !important;
  }

  .insight-block div {
    margin-left: 0px !important;
    padding: 0;
  }
  .right-card-title {
    margin-top: 10px;
  }
  .insight-description {
    font-size: 18px !important;
  }
  .main_wrapper_content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 23px 40px 23px !important;
  }
  .software_eng__hero-description {
    font-size: 14px !important;
  }

  .headinglasai {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 28px !important;
  }
  .headinglasai br {
    display: none !important;
  }
  p.insight-description {
    text-align: center;
  }

  section.acclyne-section {
    padding-top: 10px !important;
  }
  .expertise-main-heading {
    font-size: 32px !important;
    text-align: start;
  }
  .expertise-main-heading,
  .highlighted-text {
    font-size: 24px !important;
    text-align: start;
  }

  .expertise-description {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  p.section-description {
    font-size: 18px !important;
    margin-left: 10px;
    text-align: center;
  }
  p.ai_services__text {
    text-align: center !important;
    line-height: 25px !important;
  }
  h3.acclyne-subheading {
    font-size: 24px !important;
  }

  .right-card {
    padding-left: 18px !important;
    padding-right: 11px !important;
    padding-top: 23px !important;
  }

  .software_eng___ai-tabs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }

  section.ai_services__section {
    padding-bottom: 10px !important;
  }
  .what_we_do-hero-heading,
  .what_we_do-hero-subheading {
    font-size: 34px !important;
  }
  .right-card-image img {
    width: 95% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .expertise-main-heading {
    text-align: center;
  }
  .servicescontainer {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@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;
  }
}
/* 480px */
@media (max-width: 480px) {
  .what_we_do-hero-heading {
    font-size: clamp(26px, 7.5vw, 36px);
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(28px, 8vw, 38px);
  }
  .acclyne-description{
    text-align: center;
  }
}
