.page-about {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-about .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-about .hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-about .hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-about .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.page-about .hero-title a {
  color: #ffc107;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-about .hero-title a:hover {
  color: #ffe08a;
}

.page-about .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-about .hero-description a {
  color: #ffc107;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-about .hero-description a:hover {
  color: #ffe08a;
}

.page-about .cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-about .cta-button:hover {
  background-color: #e0a800;
  color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-about section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-about .section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-about .section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-about .section-intro .intro-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-about .section-intro .intro-text {
  flex: 2;
}

.page-about .section-intro .intro-text p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-about .section-intro .intro-text p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .section-intro .intro-text p a:hover {
  text-decoration: underline;
}

.page-about .section-intro .intro-image {
  flex: 1;
  min-width: 300px;
}

.page-about .section-intro .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-about .section-values {
  background-color: #ffffff;
}

.page-about .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-about .value-item {
  text-align: center;
  padding: 30px;
  background: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-about .value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-about .value-icon {
  width: 150px; /* Increased size */
  height: 150px; /* Increased size */
  margin-bottom: 20px;
  object-fit: contain;
}

.page-about .value-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-about .value-description {
  font-size: 1.05em;
  color: #555;
}

.page-about .value-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .value-description a:hover {
  text-decoration: underline;
}

.page-about .section-ecosystem {
  background-color: #e9ecef;
}

.page-about .ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-about .ecosystem-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-about .ecosystem-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-about .ecosystem-item img {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-about .ecosystem-item .item-title {
  font-size: 1.6em;
  color: #007bff;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-about .ecosystem-item .item-description {
  font-size: 1em;
  color: #555;
  padding: 0 20px 20px;
}

.page-about .ecosystem-item .item-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .ecosystem-item .item-description a:hover {
  text-decoration: underline;
}

.page-about .section-user-experience {
  background-color: #ffffff;
}

.page-about .experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-about .experience-item {
  padding: 30px;
  background: #fdfdfd;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.page-about .experience-item .item-title {
  font-size: 1.7em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-about .experience-item .item-title a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .experience-item .item-title a:hover {
  text-decoration: underline;
}

.page-about .experience-item .item-description {
  font-size: 1.05em;
  color: #555;
}

.page-about .experience-item .item-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .experience-item .item-description a:hover {
  text-decoration: underline;
}

.page-about .section-community {
  background-color: #e9ecef;
}

.page-about .community-content p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.page-about .community-content p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .community-content p a:hover {
  text-decoration: underline;
}

.page-about .section-faq {
  background-color: #ffffff;
}

.page-about .faq-list {
  margin-top: 30px;
}

.page-about .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-about .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fdfdfd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-about .faq-question:hover {
  background: #f5f5f5;
}

.page-about .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #007bff;
  font-weight: bold;
}

.page-about .faq-question h3 a {
  color: #007bff;
  text-decoration: none;
}

.page-about .faq-question h3 a:hover {
  text-decoration: underline;
}

.page-about .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-about .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #007bff;
}

.page-about .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #444;
}

.page-about .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 25px 25px;
}

.page-about .faq-answer p {
  margin: 0;
  font-size: 1.05em;
}

.page-about .faq-answer p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-about .faq-answer p a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-about .hero-title {
    font-size: 2.8em;
  }
  .page-about .hero-description {
    font-size: 1.15em;
  }
  .page-about .section-title {
    font-size: 2em;
  }
  .page-about .section-subtitle {
    font-size: 1.1em;
  }
  .page-about .section-intro .intro-grid {
    flex-direction: column;
  }
  .page-about .section-intro .intro-image {
    order: -1;
    margin-bottom: 30px;
  }
  .page-about .values-grid, .page-about .ecosystem-grid, .page-about .experience-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-about .value-icon {
    width: 120px;
    height: 120px;
  }
  .page-about .ecosystem-item img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-about .hero-section {
    padding: 60px 0;
  }
  .page-about .hero-title {
    font-size: 2.2em;
  }
  .page-about .hero-description {
    font-size: 1em;
  }
  .page-about .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-about section {
    padding: 40px 0;
  }
  .page-about .section-title {
    font-size: 1.8em;
  }
  .page-about .section-subtitle {
    font-size: 1em;
  }
  .page-about .value-item, .page-about .ecosystem-item, .page-about .experience-item {
    padding: 25px;
  }
  .page-about .value-title {
    font-size: 1.5em;
  }
  .page-about .item-title {
    font-size: 1.4em;
  }
  .page-about .faq-question {
    padding: 15px 20px;
  }
  .page-about .faq-question h3 {
    font-size: 1.1em;
  }
  .page-about .faq-toggle {
    font-size: 20px;
  }
  .page-about .faq-answer {
    padding: 0 20px;
  }
  .page-about .faq-item.active .faq-answer {
    padding: 15px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-about .hero-title {
    font-size: 1.8em;
  }
  .page-about .hero-description {
    font-size: 0.9em;
  }
  .page-about .cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-about .section-title {
    font-size: 1.5em;
  }
  .page-about .section-subtitle {
    font-size: 0.9em;
  }
  .page-about .value-icon {
    width: 100px;
    height: 100px;
  }
  .page-about .value-title {
    font-size: 1.3em;
  }
  .page-about .item-title {
    font-size: 1.2em;
  }
}