/* About Page Styles */

/* Hero Section */
.about-hero-section {
  background: linear-gradient(135deg, #0b5345 0%, #107a65 70%, #1a9e87 100%);
  padding: 150px 0 100px;
  position: relative;
  color: white;
  overflow: hidden;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../img/pattern-dots.png'); */
  opacity: 0.1;
}

.about-hero-subtitle {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
}

.about-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-hero-divider {
  width: 80px;
  height: 4px;
  background: white;
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.about-hero-text {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

.about-hero-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' fill='%23ffffff' opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* About Section */
.about-section {
  padding: 80px 0;
}

.about-image-container {
  position: relative;
  padding: 20px;
}

.about-image-box {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-image-box img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.about-image-box:hover img {
  transform: scale(1.05);
}

.about-image-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 60%;
  background-color: #0b5345;
  opacity: 0.1;
  border-radius: 10px;
  z-index: 1;
  transform: translate(30px, -30px);
}

.about-experience-badge {
  position: absolute;
  bottom: 0;
  right: 30px;
  background: linear-gradient(135deg, #0b5345, #107a65);
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 3;
  transform: translateY(30%);
  text-align: center;
}

.about-experience-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.about-experience-text {
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

.about-content {
  padding: 20px;
}

.about-lead-text {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.about-description {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about-features {
  margin-top: 2rem;
}

.about-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s;
}

.about-feature-item:hover {
  background-color: #e9ecef;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #0b5345, #107a65);
  border-radius: 8px;
  margin-right: 15px;
  flex-shrink: 0;
}

.about-feature-icon i {
  color: white;
  font-size: 1.2rem;
}

.about-feature-text {
  font-weight: 500;
  color: #333;
}

/* Vision & Mission Section */
.vision-mission-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.gradient-line-left, .gradient-line-right {
  display: inline-block;
  height: 2px;
  background: linear-gradient(to right, rgba(11, 83, 69, 0.1), #0b5345);
  border-radius: 1px;
  width: 80px;
}

.gradient-line-right {
  background: linear-gradient(to left, rgba(11, 83, 69, 0.1), #0b5345);
}

.vision-mission-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.vision-card {
  border-top: 4px solid #0b5345;
}

.mission-card {
  border-top: 4px solid #107a65;
}

.vision-mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.vision-mission-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0b5345, #107a65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.vision-mission-icon i {
  color: white;
  font-size: 2rem;
}

.vision-mission-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0b5345;
  margin-bottom: 20px;
}

.vision-mission-text {
  color: #666;
  line-height: 1.8;
}

/* Team Section */
.team-section {
  padding: 80px 0;
}

.team-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.team-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.team-card:hover .team-image img {
  transform: scale(1.1);
}

.team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}

.team-card:hover .team-social {
  opacity: 1;
  transform: translateY(0);
}

.team-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  color: #0b5345;
  text-decoration: none;
  transition: all 0.3s;
}

.team-social-icon:hover {
  background: linear-gradient(135deg, #0b5345, #107a65);
  color: white;
  transform: translateY(-3px);
}

.team-member-info {
    padding: 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.member-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.member-position {
    color: #0b5345;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.team-empty-state {
  padding: 50px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 10px;
}

.team-empty-state i {
  font-size: 3rem;
  color: #ccc;
  margin-bottom: 20px;
  display: block;
}

.team-empty-state p {
  color: #777;
  font-size: 1.1rem;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #0b5345, #107a65);
  padding: 80px 0;
  color: white;
}

.stats-container {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 40px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-item {
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-text {
  font-size: 1rem;
  opacity: 0.9;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .about-hero-title {
    font-size: 2.5rem;
  }

  .about-image-container {
    margin-bottom: 40px;
  }

  .about-experience-badge {
    right: auto;
    left: 50%;
    transform: translate(-50%, 30%);
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 100px 0 80px;
  }

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

  .about-hero-title {
    font-size: 2rem;
  }

  .about-hero-text {
    font-size: 1rem;
  }

  .stats-container {
    padding: 20px 10px;
  }

  .stat-item {
    padding: 15px 10px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-text {
    font-size: 0.9rem;
  }
}

/* RTL Support for Kurdish */
.ku-lang .about-feature-icon {
  margin-right: 0;
  margin-left: 15px;
}
