   
    .main{
      background: linear-gradient(to right, #d8e5ff,#ffffff);
      height: auto;
      padding: 50px 30px;
      flex-direction: column;
    }
    
    .about-section {
      background: transparent;
      max-width: 1200px;
      margin: auto;
      padding: 20px 20px;
    }

    .about-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .about-header span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #13265e;
      font-weight: 900;
      font-size: 40px;
      height: 30px;
    }


    .about-header h2 {
      color: #0d0620;
      font-size: 32px;
      font-weight: bold;
      margin-top: 10px;
    }

    .about-container {
      display: grid;
      grid-template-columns: 40% 50%;
      align-items: center;
    }

    .about-images {
        height: 100%;
        width: 100%;      
        display: grid;
        gap: 10px;
    }

    .about-images img {
        display: grid;
        row-gap: 20px;
      width: 80%;
      height: 200px;
      border-radius: 12px;
      filter: grayscale(100%);
    }

    .about-content {
      flex: 1;
    }

    .about-content p {
      font-size: 15px;
      color: #000000;
      margin: 15px 0 30px;
      line-height: 1.6;
    }

    .progress-group {
      margin-bottom: 20px;
    }

    .progress-label {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .progress-bar {
      background: #bfcae0;
      border-radius: 20px;
      height: 10px;
      position: relative;
    }

    .progress-fill {
      background: #1b0aff;
      height: 10px;
      border-radius: 20px;
      position: relative;
    }

    .progress-fill::after {
      content: '';
      position: absolute;
      top: -6px;
      right: 0;
      width: 20px;
      height: 20px;
      background: #13265e;
      border: 3px solid white;
      border-radius: 50%;
    }

    .about-btn {
      margin-top: 25px;
      display: inline-block;
      background: #1b0aff;
      color: #ffffff;
      padding: 10px 24px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
    }

    .stats {
      margin-top: 0px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .stat-box {
      flex: 1;
      min-width: 120px;
      text-align: center;
    }

    .stat-box h3 {
        height: 30px;
        margin-top: 8px;
      font-size: 24px;
      font-weight: bold;
      color: #13265e;
    }

    .stat-box span {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #13265e;
      border-radius: 50%;
      margin: 10px 0;
    }

    .stat-box p {
      font-size: 15px;
      color: #000000;
      font-weight: 500;
    }

    @media (max-width: 768px) {
      .about-container {
        flex-direction: column;
      }

      .stats {
        justify-content: center;
      }
    }
    @media (max-width: 400px) {
      .about-container{
        width: 100%;
        flex-direction: column;
        align-items: center;
      }
      .about-images{
        display: none;
      }
      .about-content{
        width: 100%;
      }
      .about-content{
        width: 200%;
      }
    }

    .about_audi {
  background: linear-gradient(to left, #d8e5ff,#ffffff);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.about_audi .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about_audi .history-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.about_audi .history-text {
  flex: 1 1 55%;
  background: linear-gradient(to left, #d8e5ff,#ffffff);
  border-left: 5px solid #1b0aff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about_audi .history-text h2 {
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 20px;
}

.about_audi .history-text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

.about_audi .history-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.about_audi .history-text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.about_audi .history-text ul li::before {
  content: "👍";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
  color: #28a745;
}

.about_audi .history-images {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about_audi .history-images img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  height: auto;
}
#about_history_image_1{
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .about_audi .history-wrapper {
    flex-direction: column;
  }

  .about_audi .history-images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .about_audi .history-images img {
    flex: 1 1 48%;
  }

}


.about_audit {
  background: linear-gradient(to right, #d8e5ff,#ffffff);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.about_audit .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about_audit .section-title {
  text-align: center;
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.about_audit .audit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.about_audit .audit-card {
  flex: 1 1 45%;
  background: linear-gradient(to left, #d8e5ff,#ffffff);
  border-left: 5px solid #1b0aff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.about_audit .audit-card:hover {
  background: linear-gradient(to right, #d8e5ff,#ffffff);   
  transform: translateY(-5px);
}

.about_audit h3 {
  color: #13265e;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.about_audit ul {
  list-style: none;
  padding-left: 0;
}

.about_audit ul li {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.about_audit ul li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.1rem;
  color: #13265e;
}

@media (max-width: 768px) {
  .about_audit .audit-card {
    flex: 1 1 100%;
  }
}