.about-section-unique {
  padding: 80px 0;
  background-color: #fff;
}

.about-container {
  max-width: 1400px;
  margin: 8% auto;
  padding: 0 20px;
}
.about-feature i {
  font-size: 35px;
  color: #FF3131;
  width: 40px; 
  height: 40px; 
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin-right: 10px; 
}
.about-feature {
  display: flex;
  align-items: center; 
  gap: 10px; 
}
.about-features {

  gap: 20px; 
}

.about-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.about-left-column {
  flex: 1;
  position: relative;
}

.about-image-wrapper {
  position: relative;
}

.about-main-image {
  width: 80%;
}

.about-overlay {
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.about-overlay-image {
  width: 300px;
  background-color: #FF3131;
  height: 100px !important;
}

.about-contact-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.about-right-column {
  flex: 1;
}

.about-subtitle {
  color: #FF3131;
  font-weight: 600;
}

.about-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}

.about-description {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.about-highlight-box {
  background-color: #f3f3f3;
  padding: 15px;
  margin: 20px 0;
  margin-bottom: 0px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 1rem;
  padding-top: 30px;
  font-weight: 400 !important;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-feature h4 {
  font-weight: 500 !important;
  margin: 0;
}

.about-icon-traffic,
.about-icon-instructor {
  width: 40px;
  height: 40px;
  background-color: #FF3131;
  border-radius: 50%;
}

.about-feature i {
  font-size: 35px;
  color: #FF3131;
  margin-right: 10px;
}

.about-contact-box i {
  font-size: 20px;
  color: #fff;
}

.about-skill {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .about-section-unique {
    padding: 40px 15px; 
  }

  .about-container {
    padding: 0 15px;
  }

  .about-content-wrapper {
    flex-direction: column;
    padding: 0;
    margin: 0 10px; 
    text-align: left;
  }

  .about-main-image {
    width: 100%;
    margin: 0 auto;
  }

  .about-contact-box {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }

  .about-subtitle {
    font-size: 0.9rem;
  }

  .about-heading {
    font-size: 1.7rem;
  }

  .about-description {
    font-size: 0.9rem;
  }

  .about-features {
    flex-direction: column;
    align-items: flex-start; 
    gap: 15px;
    padding-left: 20px; 
  }

  .about-feature {
    justify-content: flex-start;
  }

  .about-feature h4 {
    margin: 0; 
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .about-section-unique {
    padding: 50px 20px;
  }

  .about-container {
    padding: 0 20px;
  }

  .about-content-wrapper {
    flex-direction: row;
    padding: 0 20px;
  }

  .about-main-image {
    width: 100%;
    margin: 0 auto;
  }

  .about-overlay-image {
    width: 200px;
    height: 100px;
  }

  .about-heading {
    font-size: 2.5rem;
  }

  .about-features {
    flex-direction: column;
    align-items: flex-start; 
    gap: 20px;
    padding-left: 30px; 
  }

  .about-feature {
    justify-content: flex-start; 
  }

  .about-feature h4 {
    margin: 0; 
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .about-content-wrapper {
    gap: 30px;
  }

  .about-main-image {
    max-width: 70%;
  }

  .about-overlay-image {
    width: 250px;
    height: 120px;
  }

  .about-heading {
    font-size: 3rem;
  }
}

@media (min-width: 1201px) {
  .about-content-wrapper {
    gap: 40px;
  }

  .about-main-image {
    max-width: 500px;
  }

  .about-overlay-image {
    width: 300px;
    height: 150px;
  }

  .about-heading {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .about-feature i {
    font-size: 30px;
    width: 35px;
    height: 35px;
  }
  
  .about-feature h4 {
    font-size: 0.9rem;
  }
}
