/* About Page Styles */
.hero {
    position: relative;
    height: 300px;
  }
  
  .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 1.125rem;
    max-width: 600px;
  }
  /* Our Story Section - Exact match to image */
.our-story-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, #e6eef9, #e9e5f5);
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
  z-index: 2;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 992px) {
  .story-grid {
    grid-template-columns: 1.2fr 0.9fr;
    gap: 3rem;
  }
}

.story-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.story-content::before {
  content: '"';
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 3rem;
  color: rgba(59, 130, 246, 0.1);
  font-family: serif;
}

.story-content::after {
  content: '"';
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-size: 3rem;
  color: rgba(249, 115, 22, 0.1);
  font-family: serif;
}

.story-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.title-our {
  color: #2374b5;
}

.title-story {
  color: #e67e56;
}

.title-underline {
  display: flex;
  margin-bottom: 1.5rem;
  width: 120px;
}

.underline-blue {
  height: 3px;
  flex: 2;
  background-color: #2374b5;
  border-radius: 3px;
}

.underline-orange {
  height: 3px;
  flex: 3;
  background-color: #e67e56;
  border-radius: 3px;
  margin-left: 3px;
}

.story-intro {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #333;
}

.story-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #4a4a4a;
}

.story-paragraph:last-child {
  margin-bottom: 0;
}

.highlight-blue {
  color: #2374b5;
  font-weight: 600;
}

.highlight-orange {
  color: #e67e56;
  font-weight: 600;
}

.story-image {
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Background elements */
.story-bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.circle-left {
  width: 200px;
  height: 200px;
  background-color: rgba(59, 130, 246, 0.1);
  top: 10%;
  left: 5%;
}

.circle-right {
  width: 150px;
  height: 150px;
  background-color: rgba(249, 115, 22, 0.1);
  bottom: 15%;
  right: 10%;
}

.story-bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  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='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff' opacity='0.1'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

  
  /* Our Guiding Principles Section - Exact match to image */
.guiding-principles-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, #c4c8f5, #d8d0f0, #c4d8f5);
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  z-index: 2;
}

/* Header Styles */
.principles-header {
  text-align: center;
  margin-bottom: 3rem;
}

.principles-title-pill {
  display: inline-block;
  background-color: rgba(100, 149, 237, 0.2);
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.principles-title-pill h2 {
  color: #4a7acd;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.principles-subtitle {
  color: #8a4bd2;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.principles-description {
  color: #4a4a4a;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid Layout */
.principles-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.top-row, .bottom-row {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}

.top-row {
  margin-bottom: 0.5rem;
}

.top-row .principle-card {
  flex: 1;
  height: 200px; /* Exact height based on image */
}

.bottom-row .principle-card {
  flex: 1;
  height: 180px; /* Exact height based on image */
}

/* Card Styles */
.principle-card {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.principle-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.principle-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}

.mission-icon {
  background: linear-gradient(135deg, #4a7acd, #6495ed);
  color: white;
}

.vision-icon {
  background: linear-gradient(135deg, #e74c3c, #ff6b6b);
  color: white;
}

.compassion-icon {
  background: linear-gradient(135deg, #3498db, #5dade2);
  color: white;
}

.empowerment-icon {
  background: linear-gradient(135deg, #e67e22, #f39c12);
  color: white;
}

.community-icon {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
}

.principle-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mission-title {
  color: #4a7acd;
}

.vision-title {
  color: #9c27b0;
}

.compassion-title {
  color: #3498db;
}

.empowerment-title {
  color: #e67e22;
}

.community-title {
  color: #2ecc71;
}

.principle-underline {
  height: 3px;
  width: 50px;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.mission-underline {
  background: linear-gradient(to right, #4a7acd, #6495ed);
}

.vision-underline {
  background: linear-gradient(to right, #e74c3c, #ff6b6b);
}

.compassion-underline {
  background: linear-gradient(to right, #3498db, #5dade2);
}

.empowerment-underline {
  background: linear-gradient(to right, #e67e22, #f39c12);
}

.community-underline {
  background: linear-gradient(to right, #2ecc71, #27ae60);
}

.principle-text {
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.6;
  flex-grow: 1;
}

/* Highlight Colors */
.highlight-blue {
  color: #3498db;
  font-weight: 600;
}

.highlight-purple {
  color: #9c27b0;
  font-weight: 600;
}

.highlight-orange {
  color: #e67e22;
  font-weight: 600;
}

.highlight-green {
  color: #2ecc71;
  font-weight: 600;
}

/* Background Elements */
.principles-bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.circle-top-left {
  width: 150px;
  height: 150px;
  background-color: rgba(100, 149, 237, 0.1);
  top: 15%;
  left: 5%;
}

.circle-bottom-right {
  width: 100px;
  height: 100px;
  background-color: rgba(46, 204, 113, 0.1);
  bottom: 20%;
  right: 10%;
}

.principles-bg-square {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(156, 39, 176, 0.1);
  transform: rotate(45deg);
  top: 40%;
  right: 20%;
  z-index: 1;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .top-row, .bottom-row {
      flex-direction: column;
  }
  
  .top-row .principle-card,
  .bottom-row .principle-card {
      width: 100%;
      height: auto;
      min-height: 180px;
  }
  
  .top-row {
      margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .principles-header {
      margin-bottom: 2rem;
  }
  
  .principle-card {
      padding: 1.5rem;
  }

  .story-content {
    padding: 1rem;
}

.container {
  padding: 0 0.8rem;
}

.story-intro {
  font-size: 0.8rem;
}

.story-paragraph {
  font-size: 0.8rem;
}

.principles-subtitle {
  
  font-size: 1.7rem;
}
}
  
  /* Animation Classes */
  .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .animate-on-scroll[data-delay="0.1"] {
    transition-delay: 0.1s;
  }
  
  .animate-on-scroll[data-delay="0.2"] {
    transition-delay: 0.2s;
  }
  
  .animate-on-scroll[data-delay="0.3"] {
    transition-delay: 0.3s;
  }
  
  .animate-on-scroll[data-delay="0.4"] {
    transition-delay: 0.4s;
  }
  
  .animate-on-scroll[data-delay="0.5"] {
    transition-delay: 0.5s;
  }
  
  .animate-in {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Media Queries */
  @media (min-width: 768px) {
    .hero {
      height: 400px;
    }
    
    .hero-content h1 {
      font-size: 3rem;
    }
    
    .hero-content p {
      font-size: 1.25rem;
    }
    
    .section-grid {
      grid-template-columns: 1fr 1fr;
      align-items: center;
    }
    
    .mission-cards {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .values-cards {
      grid-template-columns: repeat(3, 1fr);
    }
  }