.about-image {
  background-image: url("./asserts/services-image.png");
}
.about-image h1 {
  font-size: 3rem;
  width: 50%;
}
.about-header {
  text-align: center;
  padding: 40px 20px;
  border-radius: 120px;
  background-color: white;
  /* margin-top: -9%;
  position: relative; */
}

.about-header h1 {
  font-size: 2rem;
  color: black;
  margin: 5%;
  margin-bottom: 4%;
}

.about-header span {
  color: #ff4b00;
  font-weight: bold;
}

.about-main-image {
  display: block;
  width: 95%;
  margin: 20px auto;
  border-radius: 60px;
  height: 100vh;
}

.design-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.design-text {
  flex: 1;
  color: #000000;
}

.design-text h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.design-text p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.design-text button {
  background: #ff4b00;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
}

.design-image {
  flex: 1;
  text-align: center;
}

.design-image img {
  width: 30%;
  height: auto;
  border-radius: 15px;
  filter: blur(5px);
}

.design-image img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.4);
}

.design-image p {
  color: #000000;
  position: absolute;
  margin-top: -12%;
  width: 30%;
  margin-left: 8%;
  font-size: 2rem;
  font-weight: 600;
}

.steps-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

.steps-container h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}

.steps-container h1 span {
  color: #ff6d31;
}

.steps-description {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #555;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 50px auto;
}

.step-card {
  /* background: #fff; */
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  flex: 1 1 300px;
  max-width: 300px;
}

.step-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.step-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 500;
}

.step-card p {
  color: #555;
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Special rule to center last two items if total is 5 */
.steps > .step-card:nth-child(4),
.steps > .step-card:nth-child(5) {
  margin-left: 5%;
  /* margin-right: auto; */
}

@media (max-width: 768px) {
  .step-card {
    max-width: 90%;
  }
  .about-image h1 {
  font-size: 2rem;
  width: 100%;
  margin-top: 60%;
}
 .about-main-image {
    width: 90%;
    height: auto;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  
  .design-section {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .design-image {
    width: 100%;
    text-align: center;
    position: relative;
    display: none;
  }

  .design-image img {
    width: 60%;
    max-width: 250px;
    height: auto;
    border-radius: 15px;
    filter: blur(3px);
    margin: auto;
    display: block;
  }

  .design-image p {
    position: static;
    margin-top: 15px;
    width: auto;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #000;
  }

  .design-text {
    width: 100%;
    text-align: center;
  }

  .design-text p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .design-text button {
    display: block;
    margin: 20px auto;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 25px;
  }
}


  .newpage-about-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 100px 5%;
      flex-wrap: wrap;
      color: #222;
    }

    .newpage-about-content {
      flex: 1 1 480px;
      max-width: 600px;
    }

    .newpage-about-index {
      color: #ff4c00;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .newpage-about-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 15px;
    }

    .newpage-about-description {
      color: #555;
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 35px;
    }

    .newpage-about-skills {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .newpage-about-skill {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .newpage-about-skill-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .newpage-about-skill-title span {
      font-weight: 500;
      color: #222;
    }

    .newpage-about-bar {
      width: 100%;
      height: 10px;
      background: #e0e0e0;
      border-radius: 5px;
      overflow: hidden;
    }

    .newpage-about-fill {
      width: 100%;
      height: 100%;
      background: #ff4c00;
    }

    .newpage-about-image {
      flex: 1 1 350px;
      display: flex;
      justify-content: center;
    }

    .newpage-about-image img {
      max-width: 320px;
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    /* 📱 Responsive Design */
    @media (max-width: 768px) {
      .newpage-about-section {
        flex-direction: column-reverse;
        text-align: center;
        padding: 40px 5%;
      }

      .newpage-about-image img {
        max-width: 260px;
        margin-bottom: 30px;
      }

      .newpage-about-content h2 {
        font-size: 1.7rem;
      }

      .newpage-about-skill-title {
        justify-content: space-between;
      }
    }