.page-index-brand-philosophy {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-index-brand-philosophy h1, .page-index-brand-philosophy h2, .page-index-brand-philosophy h3, .page-index-brand-philosophy h4 {
  color: #336699; /* New8 Blue */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-index-brand-philosophy h1 {
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-brand-philosophy h2 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-index-brand-philosophy h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Wealth Gold */
  border-radius: 2px;
}

.page-index-brand-philosophy h3 {
  font-size: 2em;
  margin-bottom: 20px;
}

.page-index-brand-philosophy h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-brand-philosophy p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-brand-philosophy a {
  color: #336699;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-brand-philosophy a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-index-brand-philosophy .cta-button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #FFCC00; /* Wealth Gold */
  color: #336699; /* New8 Blue for text */
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid #FFCC00;
}

.page-index-brand-philosophy .cta-button:hover {
  background-color: #336699; /* New8 Blue */
  color: #FFCC00; /* Wealth Gold for text */
  border-color: #336699;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-index-brand-philosophy .cta-button.large {
  padding: 18px 45px;
  font-size: 1.25em;
}

/* Hero Section */
.page-index-brand-philosophy .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #2a5a8a; /* Slightly darker blue for contrast */
}

.page-index-brand-philosophy .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-brand-philosophy .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-brand-philosophy .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-brand-philosophy .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95); /* Semi-transparent white background for text */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with image */
}

.page-index-brand-philosophy .hero-content h1 {
  color: #336699;
  font-size: 2.8em;
  margin-bottom: 15px;
}

.page-index-brand-philosophy .hero-content p {
  color: #555555;
  font-size: 1.2em;
  margin-bottom: 25px;
}

/* General Section Styling */
.page-index-brand-philosophy .section-intro, 
.page-index-brand-philosophy .section-mission-vision, 
.page-index-brand-philosophy .section-values, 
.page-index-brand-philosophy .section-commitment, 
.page-index-brand-philosophy .section-development-journey, 
.page-index-brand-philosophy .section-faq, 
.page-index-brand-philosophy .section-cta-final {
  padding: 60px 0;
}

.page-index-brand-philosophy .section-intro {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e0e0e0;
}

.page-index-brand-philosophy .section-mission-vision {
  background-color: #f0f5fa; /* Light blue tint */
  border-bottom: 1px solid #d0d0d0;
}

.page-index-brand-philosophy .content-block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

.page-index-brand-philosophy .content-block:last-child {
  margin-bottom: 0;
}

.page-index-brand-philosophy .content-block .block-image {
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-index-brand-philosophy .content-block.reverse {
  flex-direction: row-reverse;
}

.page-index-brand-philosophy .section-values {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e0e0e0;
}

.page-index-brand-philosophy .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-brand-philosophy .value-item {
  background-color: #f0f5fa; /* Light blue tint */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-brand-philosophy .value-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-brand-philosophy .value-item .value-icon {
  width: 120px; /* Increased size for content image */
  height: 120px; /* Increased size for content image */
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-brand-philosophy .value-item h3 {
  color: #336699;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-brand-philosophy .section-commitment {
  background-color: #2a5a8a; /* Darker blue */
  color: #ffffff;
  padding: 80px 0;
}

.page-index-brand-philosophy .section-commitment h2, .page-index-brand-philosophy .section-commitment h4 {
  color: #FFCC00; /* Wealth Gold */
}

.page-index-brand-philosophy .section-commitment p {
  color: #e0e0e0;
}

.page-index-brand-philosophy .section-commitment a {
  color: #FFCC00;
}

.page-index-brand-philosophy .section-commitment a:hover {
  color: #ffffff;
}

.page-index-brand-philosophy .commitment-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-brand-philosophy .commitment-list li {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-brand-philosophy .commitment-list .list-icon {
  width: 100px; /* Increased size for content image */
  height: 100px; /* Increased size for content image */
  margin-bottom: 15px;
  object-fit: contain;
  filter: brightness(1.2); /* Slightly brighten for visibility on dark background, not changing hue */
}

.page-index-brand-philosophy .cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-index-brand-philosophy .section-development-journey {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e0e0e0;
}

.page-index-brand-philosophy .full-width-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-index-brand-philosophy .section-faq {
  background-color: #f0f5fa; /* Light blue tint */
  padding-bottom: 80px;
}

.page-index-brand-philosophy .faq-list {
  margin-top: 40px;
}

.page-index-brand-philosophy .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-brand-philosophy .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.page-index-brand-philosophy .faq-item.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-index-brand-philosophy .faq-question:hover {
  background: #f5f5f5;
}

.page-index-brand-philosophy .faq-question h3 {
  margin: 0;
  color: #336699;
  font-size: 1.25em;
}

.page-index-brand-philosophy .faq-toggle {
  font-size: 2em;
  font-weight: bold;
  color: #FFCC00;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-index-brand-philosophy .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #336699;
}

.page-index-brand-philosophy .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-index-brand-philosophy .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-color: #e0e0e0;
}

.page-index-brand-philosophy .faq-answer p {
  margin-bottom: 0;
  color: #555555;
}

/* Final CTA Section */
.page-index-brand-philosophy .section-cta-final {
  background: linear-gradient(135deg, #336699, #2a5a8a);
  text-align: center;
  color: #ffffff;
  padding: 80px 20px;
  border-top: 1px solid #4a7eaf;
}

.page-index-brand-philosophy .section-cta-final h2 {
  color: #FFCC00;
  font-size: 3em;
}

.page-index-brand-philosophy .section-cta-final p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-brand-philosophy .section-cta-final a {
  color: #336699;
}

.page-index-brand-philosophy .section-cta-final a:hover {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-brand-philosophy h1 {
    font-size: 2.5em;
  }

  .page-index-brand-philosophy h2 {
    font-size: 2em;
  }

  .page-index-brand-philosophy h3 {
    font-size: 1.7em;
  }

  .page-index-brand-philosophy .hero-content {
    margin-top: -50px;
    padding: 15px;
  }

  .page-index-brand-philosophy .hero-content h1 {
    font-size: 2.2em;
  }

  .page-index-brand-philosophy .hero-content p {
    font-size: 1em;
  }

  .page-index-brand-philosophy .content-block {
    flex-direction: column;
    text-align: center;
  }

  .page-index-brand-philosophy .content-block.reverse {
    flex-direction: column;
  }

  .page-index-brand-philosophy .content-block .block-image {
    width: 80%;
    margin-bottom: 20px;
  }

  .page-index-brand-philosophy .values-grid, .page-index-brand-philosophy .commitment-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-index-brand-philosophy .value-item, .page-index-brand-philosophy .commitment-list li {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-brand-philosophy h1 {
    font-size: 2em;
  }

  .page-index-brand-philosophy h2 {
    font-size: 1.8em;
  }

  .page-index-brand-philosophy h3 {
    font-size: 1.5em;
  }

  .page-index-brand-philosophy .hero-section {
    padding: 40px 15px;
  }

  .page-index-brand-philosophy .hero-image img {
    border-radius: 8px;
  }

  .page-index-brand-philosophy .hero-content {
    margin-top: -30px;
    padding: 10px;
    border-radius: 8px;
  }

  .page-index-brand-philosophy .hero-content h1 {
    font-size: 1.8em;
  }

  .page-index-brand-philosophy .hero-content p {
    font-size: 0.95em;
  }

  .page-index-brand-philosophy .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-brand-philosophy .cta-button.large {
    padding: 15px 35px;
    font-size: 1.1em;
  }

  .page-index-brand-philosophy .section-intro, 
  .page-index-brand-philosophy .section-mission-vision, 
  .page-index-brand-philosophy .section-values, 
  .page-index-brand-philosophy .section-commitment, 
  .page-index-brand-philosophy .section-development-journey, 
  .page-index-brand-philosophy .section-faq, 
  .page-index-brand-philosophy .section-cta-final {
    padding: 40px 0;
  }

  .page-index-brand-philosophy .content-block .block-image {
    width: 90%;
  }

  .page-index-brand-philosophy .value-item .value-icon {
    width: 80px;
    height: 80px;
  }

  .page-index-brand-philosophy .commitment-list .list-icon {
    width: 70px;
    height: 70px;
  }

  .page-index-brand-philosophy .faq-question {
    padding: 15px 20px;
  }

  .page-index-brand-philosophy .faq-question h3 {
    font-size: 1.1em;
  }

  .page-index-brand-philosophy .faq-toggle {
    font-size: 1.8em;
  }

  .page-index-brand-philosophy .faq-answer {
    padding: 15px 20px;
  }

  .page-index-brand-philosophy .section-cta-final h2 {
    font-size: 2.2em;
  }

  .page-index-brand-philosophy .section-cta-final p {
    font-size: 1em;
  }
}