/* About Page Custom Styling */

/* About Hero Image */
.s-about-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.s-about-img .about-main-image {
  width: 100%;
  height: auto;
  max-width: 530px;
  border-radius: 12px;
  object-fit: cover;
}

.about-text.second-about {
  position: absolute;
  inset-inline-end: 20px;
  bottom: -20px;
  background: #fff;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-text.second-about.en,
.about-text.second-about.ar {
  inset-inline-start: auto;
  transform: none;
}

.about-text.second-about:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.18);
}

/* Service Items in About Page */
.service-item-about {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.service-item-about:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-item-about .service-icon {
  margin-right: 20px;
  margin-top: 5px;
  flex-shrink: 0;
}

.service-item-about .service-icon img {
  width: 25px;
  height: 25px;
  filter: hue-rotate(45deg);
}

.service-item-about .service-content {
  flex: 1;
}

.service-item-about .service-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Advantage Items in About Page */
.advantage-item-about {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid #b68c5a;
}

.advantage-item-about:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-left-color: #d4af37;
}

.advantage-item-about .advantage-icon {
  margin-right: 20px;
  margin-top: 5px;
  flex-shrink: 0;
}

.advantage-item-about .advantage-icon img {
  width: 25px;
  height: 25px;
  filter: hue-rotate(45deg);
}

.advantage-item-about .advantage-content {
  flex: 1;
}

.advantage-item-about .advantage-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Vision Section */
.vision-content {
  max-width: 800px;
  margin: 0 auto;
}

.vision-description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
  font-style: italic;
}

.vision-cta .btn {
  background: linear-gradient(135deg, #b68c5a 0%, #d4af37 100%);
  border: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.vision-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(182, 140, 90, 0.4);
  color: #fff;
}

/* About Introduction Section Enhancements */
.about-content .slider-btn .btn {
  background: linear-gradient(135deg, #b68c5a 0%, #d4af37 100%);
  border: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.about-content .slider-btn .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(182, 140, 90, 0.4);
  color: #fff;
}

/* Section Title Enhancements */
/* .section-title h5 {
  color: #190a32;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.section-title h5 .line {
  margin-right: 15px;
}

.section-title h5::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #b68c5a 0%, #d4af37 100%);
} */

/* About Text Enhancements */
/* .about-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-content h2 {
  color: #190a32;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content h5 {
  color: #b68c5a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
} */

/* Award Badge Enhancement */
/* .about-text.second-about {
  background: linear-gradient(135deg, #b68c5a 0%, #d4af37 100%);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 10px 25px rgba(182, 140, 90, 0.3);
} */

.about-text.second-about span {
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.about-text.second-about p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

/* RTL Support */
[dir="rtl"] .service-item-about .service-icon,
[dir="rtl"] .advantage-item-about .advantage-icon {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] .advantage-item-about {
  border-left: none;
  border-right: 4px solid #b68c5a;
}

[dir="rtl"] .advantage-item-about:hover {
  border-left: none;
  border-right-color: #d4af37;
}

[dir="rtl"] .section-title h2 .line {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .section-title h2::after {
  left: auto;
  right: 0;
}


/* Responsive Design */
@media (max-width: 768px) {
  .s-about-img {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .s-about-img .about-main-image {
    max-width: 100%;
  }

  .service-item-about,
  .advantage-item-about {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .service-item-about .service-icon,
  .advantage-item-about .advantage-icon {
    margin-right: 15px;
    margin-top: 3px;
  }
  
  .service-item-about .service-content p,
  .advantage-item-about .advantage-content p {
    font-size: 14px;
  }
  
  .vision-description {
    font-size: 16px;
  }
  
  .about-content h2 {
    font-size: 28px;
  }
  
  .about-content p {
    font-size: 15px;
  }
  
  .about-text.second-about {
    position: relative;
    inset-inline-start: auto;
    inset-inline-end: auto;
    bottom: auto;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    width: 100%;
  }
  
  [dir="rtl"] .service-item-about .service-icon,
  [dir="rtl"] .advantage-item-about .advantage-icon {
    margin-left: 15px;
  }
 
}

@media (max-width: 576px) {
  .service-item-about,
  .advantage-item-about {
    flex-direction: column;
    text-align: center;
  }
  
  .service-item-about .service-icon,
  .advantage-item-about .advantage-icon {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  
  [dir="rtl"] .service-item-about .service-icon,
  [dir="rtl"] .advantage-item-about .advantage-icon {
    margin-left: 0;
  }

  .about-text.second-about {
    padding: 16px 20px;
    max-width: 280px;
  }
}
