/* About Page Specific Styles */
body {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  min-height: 100vh;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

/* Removed .header_section override to unify header styling across all pages. Now only global style.css will apply. */

/* Hero Section */
.hero_section {
  position: relative;
  z-index: 1;
  background: transparent;
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 40px 0;
  overflow: hidden;
}

.hero_content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero_content h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.hero_content p {
  font-size: 2rem;
  margin-bottom: 50px;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 300;
}

.hero_stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 50px 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.stat-item {
  text-align: center;
}

.stat-item .counter {
  font-size: 3.5rem;
  font-weight: 700;
  color: #007bff;
  display: block;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-item p {
  font-size: 1.2rem;
  margin: 0;
  opacity: 0.9;
  font-weight: 500;
}

.hero_btn {
  margin-top: 40px;
}

.hero_btn a {
  display: inline-flex;
  align-items: center;
  padding: 15px 40px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero_btn a i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.hero_btn a:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.hero_btn a:hover i {
  transform: translateY(3px);
}

/* About Section */
.about_section {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 90px 0;
}

.about_section .detail-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s ease;
}

.about_section .detail-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.about_section .img-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s ease;
}

.about_section .img-box:hover {
  transform: translateY(-5px);
}

.about_section .img-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Mission & Vision Section */
.mission_section {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 90px 0;
}

.mission-box,
.vision-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s ease;
}

.mission-box:hover,
.vision-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.mission-box h3,
.vision-box h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

.mission-box p,
.vision-box p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

/* Values Section */
.values_section {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 90px 0;
}

.values_section .heading_container {
  margin-bottom: 80px;
}

.values_section .heading_container h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #007bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.values_section .heading_container .subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 1px;
}

.value-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.value-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.value-box:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 123, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.value-box:hover::before {
  opacity: 1;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 123, 255, 0.1);
  border: 2px solid rgba(0, 123, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.value-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.2), rgba(255, 255, 255, 0.1));
  transform: scale(0);
  transition: transform 0.4s ease;
}

.value-box:hover .value-icon {
  transform: rotateY(180deg);
  border-color: rgba(0, 123, 255, 0.4);
}

.value-box:hover .value-icon::before {
  transform: scale(1);
}

.value-icon i {
  font-size: 32px;
  color: #007bff;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.value-box:hover .value-icon i {
  color: #ffffff;
}

.value-box h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.value-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.value-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.value-features span {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.value-box:hover .value-features span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* List Styles */
.about_section .mission-list,
.about_section .vision-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about_section .mission-list li,
.about_section .vision-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: center;
}

.about_section .mission-list li:last-child,
.about_section .vision-list li:last-child {
  border-bottom: none;
}

/* Text Colors */
.about_section h2,
.about_section h5,
.about_section p,
.about_section li,
.about_section .subtitle {
  color: #ffffff;
}

/* Stats Section */
.about_section .stat-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.about_section .stat-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

/* Team Section */
.team_section {
  position: relative;
  z-index: 1;
  background: transparent;
}

/* CTA Section */
.cta_section {
  position: relative;
  z-index: 1;
  background: transparent;
}

/* Team Section */
.team-member {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.team-member:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.team-member .img-box {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.team-member .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.team-member:hover .img-box img {
  transform: scale(1.1);
}

.team-member h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}

.team-member p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.team-member .social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.team-member .social-link {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.team-member .social-link:hover {
  background: #007bff;
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero_content h1 {
    font-size: 3rem;
  }

  .hero_content p {
    font-size: 1.5rem;
  }

  .hero_stats {
    flex-direction: column;
    gap: 30px;
  }

  .about_section .detail-box,
  .about_section .img-box,
  .mission-box,
  .vision-box,
  .value-box {
    margin-bottom: 30px;
  }

  .value-box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .value-icon {
    width: 70px;
    height: 70px;
  }

  .value-icon i {
    font-size: 28px;
  }

  .value-box h3 {
    font-size: 20px;
  }

  .value-box p {
    font-size: 0.95rem;
  }

  .value-features span {
    font-size: 0.85rem;
    padding: 5px 12px;
  }

  .values_section .heading_container h2 {
    font-size: 2.5rem;
  }
}