.about-page {
  margin-top: 90px;
  min-height: auto;
  overflow: visible;
  background-color: #0f0f0f;
  color: white;
  position: relative;
}

.problem-section::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 500px;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center,
      rgba(155, 190, 44, 0.4) 0%,
      rgba(155, 190, 44, 0.2) 30%,
      rgba(155, 190, 44, 0.05) 70%,
      transparent 100%);
  filter: blur(100px);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.aboutBanner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 20px 40px;
}

.aboutBanner h3 {
  border: 1px solid #bbb;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 1.15rem;
  letter-spacing: 1.3px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
}

    .aboutBanner h2 {
        font-size: 40px;
        font-family: Poppins, sans-serif;
        font-weight: 400;
        margin: 10px 0;
        line-height: 1.4;
        letter-spacing: 1.4px;
    }

.aboutBanner h2 span {
  color: #b4ff3cb7;
}

.problemList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding:30px 20px;
  z-index: 1;
  position: relative;
}

.problemList-item {
  flex: 0 1 300px;
  text-align: center;
}

.problem-number {
  font-family: Sora, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  border: 1px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.problemList-item p {
    font-family: Sora, sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    font-weight:400;
}
.problemList-item h3:nth-of-type(2) {
    font-weight: 700;
    display: block;
}

.solution-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 40px;
  margin-top: -100px;
}

.what-we-solve-cards {
    position: relative;
    overflow: visible;
    z-index: 0;
}

.what-we-solve-cards::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -35%;
    transform: translateY(-50%) rotate(60deg);
    width: 500px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../Media/digitab1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(10px);
    opacity: 0.55;
    z-index: 10;
    pointer-events: none;
}
.fix strong, .outcome strong {
    font-weight: bold;
    color: #9bbe2c; 
}
.solution-section .aboutBanner h2 span {
  color: #b4ff3cb7;
}
.solve-title {
    text-align: center;
    margin-bottom: 40px !important;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.4;
    letter-spacing: 1.4px;
}

    .solve-title span {
        color: #9bbe2c;
    }
.solutionList {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.solutionList-item {
  max-width: 320px;
  text-align: center;
}

.solutionList-item img {
  height: 50px;
  margin-bottom: 25px;
}
.problemList-item h3,
.solutionList-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.what-we-solve-cards {
    padding: 60px 20px;
    text-align: center;
}

 

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.card {
    background-color: rgb(255 255 255 / 2%);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    padding: 25px 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

    .card h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 28px;
    }

    .card .fix {
        color:white;
        font-family: Sora, sans-serif;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .card .outcome {
        font-weight: 600;
        color: white;
        margin-bottom: 15px;
    }
h3.icon-title {
    display: flex;
    align-items: center;
    gap: 10px; 
}

    h3.icon-title i {
        color: #9bbe2c;
        font-size: 1.5rem;
        margin-right:15px
    }
    .card .description {
        font-family: Sora, sans-serif;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.5;
    }

    .solutionList-item p {
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        color: #d3d3d3;
        letter-spacing: 1px;
    }
.aboutBanner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 20px 40px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.info-section {
    margin-top:70px;
    position: relative;
    overflow: visible; 
    z-index: 0;
    margin-bottom:50px;
}

    .info-section::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -33%;
        transform: translateY(-50%) rotate(60deg);
        width: 700px; 
        height: auto;
        aspect-ratio: 1 / 1; 
        background-image: url('../Media/digitab1.png');
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center;
        filter: blur(10px);
        opacity: 0.55;
        z-index: 10;
        pointer-events: none;
    }


.info-section>* {
  position: relative;
  z-index: 1;
}


.infoText {
  text-align: left;
  margin-bottom: 60px;
  width: 70%;
}

.highlight-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 28px;
}

.muted-text {
    font-family: Sora, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #bbbbbb;
}


.infoStats {
  display: flex;
  text-align: left;
  gap: 10px;
  flex-wrap: wrap;
}

.infoStats-item {
  text-align: center;
  width: 170px;
}

.infoStats-item h3 {
  font-family: Sora, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 160%;
  margin: 0;
  letter-spacing: 1.3px;
  background: linear-gradient(to right, rgba(155, 190, 44, 1), rgba(155, 190, 44, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.infoStats-item p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin: 0;
}

section.hidden {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

section.slide-in {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 1360px) {
  .problemList-item {
    flex: 0 1 calc(50% - 140px);
  }

  .problem-number {
    margin: 0 auto 0px;
  }

  .problemList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 0;
    padding: 40px 10px;
  }
}

@media (max-width: 1024px) {
  .aboutBanner {
    padding: 80px 15px 30px;
  }

  .aboutBanner h2 {
    font-size: 32px;
  }

  .problemList,
  .solutionList {
    gap: 30px;
  }

  .solutionList-item {
    max-width: 280px;
  }

  .info-section {
    padding: 80px 20px 40px;
  }

  .infoText {
    padding:0 30px;
    width:100%;
  }

  .infoStats {
    gap: 0;
  }

  .infoStats-item {
    width: 140px;
    margin: 0 auto;
  }

  .problem-section::before {
    left: 50%;
    width: 400px;
    height: 400px;
  }

  .solution-section::before {
    left: -100px;
    width: 350px;
    height: 350px;
  }

  .info-section::before {
    left: 50%;
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 900px) {

  .problemList-item {
    flex: 0 1 calc(50% - 145px);
  }

  .problemList-item h3:nth-of-type(2) {
    line-height: 1.4;
  }
    .solve-title{
        font-size:24px;
    }
    .aboutBanner h3 {
        font-size: 1rem;
        padding: 10px 20px;
    }

  .aboutBanner {
    margin: 0;
  }

  .problemList {
    padding: 10px 10px;
  }

  .aboutBanner h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .solutionList {
    gap: 20px;
    justify-content: space-around;
  }

  .solutionList-item {
    flex: 0 1 45%;
  }

  .solutionList-item img {
    height: 40px;
    margin-bottom: 20px;
  }

  .infoStats {
    justify-content: space-around;
  }

  .problem-section::before,
  .solution-section::before,
  .info-section::before {
   opacity:0.5;
  }

  .aboutBanner{
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 769px) {
  .problemList {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .info-section {
    padding: 20px 20px 40px;
  }

  

  .problemList-item {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .problem-number {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .problemList-item h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .problemList-item h3:nth-of-type(2) {
    font-size: 20px;
  }

  .problemList-item p {
    font-size: 16px;
    line-height: 1.6;
  }


  .solutionList-item h3 {
    font-size: 20px;

  }

  .solutionList-item p {
    font-size: 14px;
    line-height: 1.7;

  }
}
@media(min-width:1900px) {
    .solution-section::before {
        left:-50%;
    }
    .info-section::before{
        right:-50%;
        width:800px;
    }
}
@media(min-width:1200px) and (max-width:1500px){
    .solution-section::before {
        left: -25%;
    }
    .info-section::before {
        right: -28%;
    }
}
@media (max-width: 768px) {
  .aboutBanner {
    padding: 60px 10px 20px;
  }
  .info-section{
      margin-top:auto;
  }
    .infoStats-item h3{
        font-size:25px;
    }
    .infoStats-item p{
        font-size:14px;
    }
    .solution-banner {
        margin-top: 70px;
    }
    .info-section::before {
        right: 0;
    }
  .highlight-text {
    line-height: 1.5;
  }

  .aboutBanner h2 {
    font-size: 24px;
  }

  .solutionList {
    flex-direction: column;
    align-items: center;
  }

  .solutionList-item {
    flex: 0 1 90%;
  }

  .solutionList-item img {
    height: 35px;
  }

  .info-section {
    padding: 10px 10px 20px;
  }

  .highlight-text {
    font-size: 20px;
  }

  .muted-text {
    font-size: 16px;
  }

    .infoStats {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px; 
    }


  .infoStats-item {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .problemList-item {
    max-width: 350px;

  }
    .solution-section{
        padding:100px 10px;
    }
}

@media (max-width: 380px) {
  .problemList-item {
    max-width: 300px;

  }
}

@media (max-width: 340px) {
  .problemList-item {
    max-width: 250px;
  }

  .problemList-item h3:nth-of-type(2) {
    font-size: 18px;
  }
}

.info-section::before {
    transform: translateY(-50%) rotate(60deg) scale(1);
    transition: transform 1.2s ease, opacity 1s ease;
}

.info-section.slide-in::before {
    transform: translateY(-50%) rotate(60deg) scale(1.3);
}

.solution-section::before {
    transform: translateY(-50%) rotate(60deg) scale(1);
    transition: transform 1.2s ease, opacity 1s ease;
}

.solution-section.slide-in::before {
    transform: translateY(-50%) rotate(60deg) scale(1.05);
}

.problem-section,
.solution-section,
.info-section {
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.hidden {
    opacity: 0;
    transform: translateY(40px);
}

.slide-in {
    opacity: 1;
    transform: translateY(0);
}

