/* About Us Page Specific Styles */

/* Hero Section */
.about-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.215;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

/* History Section */
.history {
  background-color: #ffffff;
}

.history-content {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  justify-content: space-between;
}

.history-text {
  flex: 1;
  max-width: 50%;
}

.history-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.215;
  color: #000000;
}

.history-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  height: 100%;
}

.history-img-1,
.history-img-2,
.history-img-3 {
  width: 444px;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}

/* About Us Section */
.about-us {
  background-color: #ffffff;
  padding: 80px 0 0;
}

.about-content {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.about-text {
  flex: 1;
  max-width: 593px;
}

.about-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}

.about-img-1,
.about-img-2 {
  width: 417px;
  object-fit: cover;
  border-radius: 3px;
}

.about-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.215;
  color: #000000;
  margin-bottom: 22px;
}

/* Add responsive styles */
@media (max-width: 991px) {
  .about-content {
    flex-direction: column;
    align-items: center;
  }

  .about-text {
    max-width: 100%;
    text-align: center;
  }

  .about-images {
    width: 100%;
    align-items: center;
  }

  .about-img-1,
  .about-img-2 {
    width: 100%;
    max-width: 417px;
  }
}

@media (max-width: 575px) {
  .about-description {
    font-size: 16px;
  }
}

/* Awards Section */
.awards {
  background-color: #ffffff;
  padding: 80px 0 0;
}

.awards-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.awards .container {
  justify-content: center;
}

.awards-header {
  text-align: center;
  margin-bottom: 48px;
}

.awards-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.award-row {
  display: flex;
  gap: 16px;
  justify-content: space-around;
}

.awards-header .section-title {
  width: fit-content;
}

.awards-header {
  width: fit-content;
}

.award-card {
  background-color: #ffffff;
  border-radius: 3px;
  width: 100%;
  max-width: 490px;
  height: 159px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-content {
  text-align: center;
  padding: 25px 9px;
}

.award-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.215;
  color: #000000;
  margin-bottom: 10px;
}

.award-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.215;
  color: #404040;
  text-align: center;
}


/* Responsive Design */
@media (max-width: 991px) {
  .about-hero {
    height: 400px;
  }
  
  .hero-title {
    font-size: 48px;
  }
  
  .history-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .history-text {
    max-width: 100%;
  }
  
  .history-images {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    min-width: 100%;
  }

  .history-img-1, .history-img-2 {
    width: 100%;
  }
  
  .vision-description {
    font-size: 16px;
  }
  
  .vision-quote {
    font-size: 22px;
  }
  
  .award-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .award-card {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-hero {
    height: 350px;
  }
  
  .hero-title {
    font-size: 42px;
  }
  
  .history {
    padding: 40px 0 0;
  }
  
  .awards {
    padding: 60px 0 0;
  }
  
  .history-description {
    font-size: 16px;
  }
  
  .history-img-1,
  .history-img-2,
  .history-img-3 {
    width: 80%;
    height: 160px;
  }
  
  .vision-description {
    font-size: 15px;
  }
  
  .vision-quote {
    font-size: 20px;
  }
  
  .award-title {
    font-size: 18px;
  }
  
  .award-description {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .about-hero {
    height: 300px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .history {
    padding: 30px 0 0;
  }
  
  .vision {
    padding: 50px 0 0;
  }
  
  .awards {
    padding: 50px 0 0;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .history-description {
    font-size: 14px;
  }

  
  .vision-description {
    font-size: 14px;
  }
  
  .vision-quote {
    font-size: 18px;
  }
  
  .award-title {
    font-size: 16px;
  }
  
  .award-description {
    font-size: 14px;
  }
  
  .award-content {
    padding: 20px 15px;
  }
}

@media (max-width: 511px) {
  .history-images {
    flex-direction: column;
    align-items: center;
  }
  .history-images img {
    width: 100%;
    height: 47%;
  }
}