html{
  background-color: #144835;
  height: 100%;
  width: auto;
  overflow-x: hidden;
  padding: 0;
  font-family: 'Jost', sans-serif;
}
h1,h2,h3,h4,h5,a{
  font-family: 'Jost', sans-serif;
}
body{
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: #333;
    scroll-behavior: smooth;
}

  .about-nav {
  background: linear-gradient(135deg, #f4ede7 0%, #f0e6d2 100%);
    padding: 0.5rem 0;
    margin-top: 6vw;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about-nav  .nav-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 1vw;
    color: #878686;
}
.about-nav  .nav-links a {
    text-decoration: none;
    color: inherit;
    font-family:jost, sans-serif;
    font-weight: 550;
}
.about-nav  .nav-links a:hover {
    color: #144835;
}
.about-nav  {
    padding: 2rem 0;
}
.about-nav a.active-button {
    color: #144835;
}
.about-container{
    background-color: white;
}

/* Mobile responsive padding for specific sections */
@media (max-width: 768px) {
  #head-of-school {
    padding-top: 40px;
  }

  #story-mission {
    padding-top: 40px;
  }

  #at-a-glance {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  #head-of-school {
    padding-top: 30px;
  }

  #story-mission {
    padding-top: 30px;
  }

  #at-a-glance {
    padding-top: 40px;
  }
}

@media (max-width: 640px){
  .about-nav {
    padding: 0.5px 0;
    margin-top: 17vw;
}
  .about-nav  .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-size: 3.5vw;
    color: #878686;
    text-align: center;
    }
  .about-nav  .nav-links a {
    text-decoration: none;
    color: inherit;
    font-family:jost, sans-serif;
    font-weight: 550;
    } 
  .about-nav  .nav-links a:hover {
    color: #144835;
    }
  .about-nav  {
    padding: 0.5rem 0;
    } 
  .about-nav a.active-button {
    color: #144835;
    }
  .about-container{
    background-color: white;
    padding: 0 2vw;
  }
}

/*Chairman*/
.about-container{
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  min-height: 100vh;
}
.section-title{
  text-align: center;
  font-size: 1vw;
  color: #144835;
  font-weight: 580;
  letter-spacing: 0.3vw;
  font-family: jost, sans-serif;
  margin-bottom: 0vw;
}
.about-container h1{
  text-align: center;
  color: #144835;
  font-size: 3.5vw;
  font-weight: 900;
  position: relative;
}
.about-container hr{
  background-color: #144835;
  width: 8vw;
  justify-content: center;
  justify-items: center;
  margin: 0 46vw;
  height: 2px;
  border: 0;
}
.content{
  padding: 0 10vw;
  margin-top: 2vw;
  text-align: left;
  justify-items: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2vw;
}

.name-img h3{
  color: #144835;
  font-size: 2.3vw;
  font-weight: 800;
  margin-bottom: 1vw;
}
.name-img img{
  width: 40vw;
}
.link-content{
  flex: 1;
  margin-left: 3vw;
  margin-top: 2.2vw;
  font-family: jost, sans-serif;
}
.info-table {
  width: 30vw;
  border-collapse: collapse;
  margin-top: 2.3vw;
}
.info-table th, .info-table td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
.info-table th {
  background-color: #faf1e2;
  color: #144835;
  font-family: jost, sans-serif;
}
.text-content{
  text-align: justify;
  margin-top: 2vw;
  width: 95%;
}
.matter-chairman p{
  width: 70%;
  font-family: jost, sans-serif;
  color: gray;
  font-size: 1.1vw;
}
#head-of-school .bg-2{
  background-color: #f4ede7;
  padding: 3vw 10vw;
  display: flex;
  flex-wrap: wrap;
}
.vertical-line {
  position: relative;
  left: 2vw;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #a2c144;
}
.chairmans-message{
  flex: 1;
  margin-left: 4vw;
  position: relative;
  justify-content: center;
}
.chairmans-message p{
  font-family: jost, sans-serif;
  position: relative;
  top: 1vw;
  font-size: 1vw;
  line-height: 1.7vw;
  text-align: justify;
}
.by-message{
  left: 35vw;
  font-family: jost, sans-serif;
  font-weight: 600;
}
@media (max-width: 640px){
  .about-container{
    padding: 0 ;
  }
  .section-title{
    font-size: 4vw;
    letter-spacing: 0.5vw;
  }
  .about-container h1{
    font-size: 7vw;
  }
  .content{
    padding: 0 2vw;
    margin-top: 2vw;
    text-align: center;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
  .about-container hr{
    margin: 0 35vw;
    width: 30vw;
  }
  .name-img h3{
    color: #144835;
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 1vw;
    text-align: left;
    padding-left: 2.5vw;
  }
  .name-img img{
    padding: 2vw 2.5vw;
    width: 100%;
    text-align: center;
  }
  .link-content{
    flex: 1;
    margin-left: -3vw;
    margin-top: -2.2vw;
    font-family: jost, sans-serif;
  }
  .info-table {
    width: 80vw;
    border-collapse: collapse;
    margin-top: 2.3vw;
  }
  .info-table th, .info-table td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
  }
  .info-table th {
    background-color: #faf1e2;
    color: #144835;
    font-family: jost, sans-serif;
  }
  .text-content{
    text-align: justify;
    margin-top: 2vw;
    width: 100%;
    padding: 0 2.5vw;
    padding-bottom: 3vw;
  }
  .matter-chairman p{
    width: 100%;
    font-family: jost, sans-serif;
    color: gray;
    font-size: 4vw;
  }
  #head-of-school .bg-2{
    background-color: #f4ede7;
    padding: 2vw 2vw;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5vw;
  }
  .bg-2 img{
    width: 100%;
    padding: 4vw 2.5vw;
    
  }
  
  .vertical-line {
    position: relative;
    left: 0vw;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #a2c144;
  }
  .chairmans-message{
    flex: 1;
    margin-right: 2.5vw;
    position: relative;
    justify-content: center;
  }
  .chairmans-message p{
    font-family: jost, sans-serif;
    position: relative;
    top: 1vw;
    font-size: 4vw;
    line-height: 4vw;
    text-align: justify;
  }
  .by-message{
    left: 25vw;
    font-family: jost, sans-serif;
    font-weight: 600;
    font-size: 4vw;
    margin-top: 6vw;
    text-align: center;

  }

}
/*chairmans message end*/

/* National Channel Partner, Mission, and At a Glance sections - Top Padding */
#head-of-school {
  padding-top: 60px;
}

#story-mission {
  padding-top: 60px;
}

#at-a-glance {
  padding-top: 80px;
}

/*story and mission*/
.heading-story{
  text-align: center;
  font-family: jost, sans-serif;
  color: #144835;
  font-size: 1.4vw;
  padding: 2vw 18vw;
}
.story-mission-columns{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10vw;
  padding-bottom: 2vw;
}
.story{
  flex: 1;
  margin-top: 2vw;
  margin-right: 5vw;
}
.story img{
  width: 40vw;
}
.story h2{
  color: #144835;
  font-family: jost, sans-serif;
  font-size: 2vw;
  margin: 0.5vw 0;
  font-weight: 600;
}
.story p{
  color: #878686;
  font-family: jost, sans-serif;
  font-size: 1.1vw;
  width: 40vw;
  text-align: justify;
}
.mission{
  flex: 1;
  background-color: #f4ede7;
  position: relative;
  top: 2vw;
  margin: 0 1vw;
  padding: 2vw;
  height: 80%;
}
.head-text{
  color: #5f625f;
  font-family: jost, sans-serif;
  font-weight: 600;
  text-align: justify;
  font-size: 1.1vw;
}
.mission h3{
  font-family: jost, sans-serif;
  font-weight: 600;
  color: black;
  margin-top: 1vw;
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.mission p{
  font-family: jost, sans-serif;
  text-align: justify;
  font-size: 1.1vw;
}
.mission-video{
  position: relative;
  top: 6vw;
}
.mission-video a{
  background-color: #a2c144;
  color: white;
  padding: 1vw;
  font-size: 1vw;
  font-family: jost, sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 640px){
  .heading-story{
    font-size: 18px;
    padding: 2vw 2vw;
  }
  .story-mission-columns{
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
    padding-bottom: 2vw;
  }
  .story{
    flex: 1;
    margin-top: 2vw;
    margin-right: -1vw;
    padding:  0 2.5vw;
  }
  .story img{
    width: 100%;
    padding: 0.5vw;
  }
  .story h2{
    color: #144835;
    font-family: jost, sans-serif;
    font-size: 6vw;
    margin: 2vw 0;
    font-weight: 600;
  }
  .story p{
    color: #878686;
    font-family: jost, sans-serif;
    font-size: 4vw;
    width: 100%;
    text-align: justify;
  }
  .mission{
    flex: 1;
    background-color: #f4ede7;
    position: relative;
    top: 4vw;
    margin: 0 1vw;
    padding: 2vw;
    padding-bottom: 0;
    height: 80%;
    margin-bottom: 15vw;
  }
  .head-text{
    color: #5f625f;
    font-family: jost, sans-serif;
    font-weight: 600;
    text-align: justify;
    font-size: 4vw;
  }
  .mission h3{
    font-family: jost, sans-serif;
    font-weight: 600;
    color: black;
    margin-top: 1vw;
    font-size: 6vw;
    margin-bottom: 0.5vw;
  }
  .mission p{
    font-family: jost, sans-serif;
    text-align: justify;
    font-size: 4vw;
  }
  .mission-video{
    position: relative;
    top: 1vw;
    text-align: center;
  }
  .mission-video a{
    background-color: #a2c144;
    color: white;
    padding: 1vw;
    font-size: 3vw;
    font-family: jost, sans-serif;
    letter-spacing: 1px;
  }

}
/*end of our story and mission*/

.at-a-glance-img{
  padding: 4vw 18%;
}
@media (max-width: 640px) {
  .at-a-glance-img{
    padding: 4vw 2vw;
  }
}
/*end of at the glance*/
/* Leadership Team Section - Modern Card Design */
#leadership-team {
  padding: 5.5vw 1.1vw;
  background-color: #f9f9f9;
}

.profiles-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.8vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.1vw;
}

.profile {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.8vw 1.7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
}

.profile:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.profile img {
  width: 12.5vw;
  height: 12.5vw;
  object-fit: cover;
  border-radius: 50%; /* Circle for a professional, consistent look */
  margin-bottom: 1.7vw;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.profile:hover img {
  transform: scale(1.05);
}

.profile-info {
  width: 100%;
}

.profile-info h3 {
  font-size: 1.5vw;
  font-weight: 700;
  color: #144835;
  margin-bottom: 0.9vw;
  line-height: 1.3;
}

.profile-info .role {
  font-size: 0.95vw;
  color: #144835;
  background-color: #eaf3ef;
  padding: 0.45vw 1.1vw;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  display: inline-block;
  border: 1px solid rgba(162, 193, 68, 0.2);
}

/* Ensure description is hidden as requested for cleaner look */
.profile-description, 
.tap-to-view {
  display: none !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #leadership-team {
    padding: 3rem 1rem;
  }

  #leadership-team h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .profiles-team {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  
  .profile {
    padding: 2rem 1rem;
  }

  .profile img {
    width: 150px;
    height: 150px;
  }

  .profile-info h3 {
    font-size: 1.25rem;
  }

  .profile-info .role {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
  }
}

/* Read More Functionality for Mobile */
.profile-description {
    position: relative;
}

.description-text {
  margin-bottom: 15px;
  line-height: 1.6;
}

.read-more-btn {
  color: #a2c144;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  display: none; /* Hidden by default on desktop */
  margin-top: 10px;
  transition: color 0.3s ease;
}

.read-more-btn:hover {
  color: #144835;
}

/* Mobile Read More Styles */
@media (max-width: 768px) {
  .profile-description {
    position: relative;
    overflow: hidden;
  }
  
  .profile-description.collapsed {
    max-height: 120px;
  }
  
  .profile-description.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, rgba(248, 249, 250, 0.9));
    pointer-events: none;
  }
  
  .read-more-btn {
    position: relative;
    z-index: 10;
    background: rgba(248, 249, 250, 0.9);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block; /* Show on mobile */
  }
  
  .profile-description.expanded .read-more-btn {
    background: transparent;
  }
}

@media (max-width: 480px) {
  .profile-description.collapsed {
    max-height: 100px;
  }
  
  .profile-description.collapsed::after {
    height: 35px;
  }
  
  .read-more-btn {
    font-size: 13px;
    padding: 4px 8px;
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .profile-description.collapsed {
    max-height: 90px;
  }
  
  .profile-description.collapsed::after {
    height: 30px;
  }
  
  .read-more-btn {
    font-size: 12px;
    padding: 3px 6px;
    margin-top: 10px;
  }
}

.section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #144835;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-header h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #144835;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #144835, #a2c144);
  margin: 0 auto;
  border-radius: 2px;
}

/* Leadership Introduction */
.leadership-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 5rem;
  padding: 0 2rem;
}

.leader-profile {
  display: flex;
    flex-direction: column;
  align-items: center;
  text-align: center;
}

.profile-image-container {
  position: relative;
  margin-bottom: 2rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  border: 3px solid rgba(162, 193, 68, 0.2);
  transition: all 0.3s ease;
}

.profile-image-container img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.profile-image-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
  border-color: rgba(162, 193, 68, 0.4);
}

.profile-image-container:hover img {
  transform: scale(1.05);
}

.profile-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(20, 72, 53, 0.9));
  padding: 2rem 1rem 1rem;
}

.profile-badge {
  background: linear-gradient(135deg, #a2c144 0%, #8fb03a 100%);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(162, 193, 68, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.profile-info h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #144835;
  margin-bottom: 0.8rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.profile-info .role {
  font-size: 1.3rem;
  color: #a2c144;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.profile-info .quote {
  font-style: italic;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border-left: 4px solid #a2c144;
}

.content-text {
    display: flex;
    flex-direction: column;
  gap: 2rem;
}

.text-block {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border-left: 4px solid #a2c144;
  transition: all 0.3s ease;
}

.text-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.text-block p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* Message Section */
.message-section {
  background: #faf1e2;
  padding: 4rem 2rem;
  margin: 0 -2rem;
  border-radius: 20px;
}

.message-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
    align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.message-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.message-image img {
  width: 100%;
  height: 400px;
    object-fit: cover;
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(20, 72, 53, 0.1), rgba(162, 193, 68, 0.1));
}

.message-content {
  padding: 1rem 0;
}

.message-header h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #144835;
  margin-bottom: 1rem;
}

.message-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #144835, #a2c144);
  margin-bottom: 2rem;
  border-radius: 2px;
}

.message-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
}

.message-text strong {
  color: #144835;
  font-weight: 700;
}

.message-signature {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #e9ecef;
}

.signature-line {
  width: 100px;
  height: 2px;
  background: #a2c144;
  margin-bottom: 1rem;
}

.signature-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #144835;
  margin-bottom: 0.5rem;
}

.signature-title {
  font-size: 1rem;
  color: #666;
  font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }
  
  .section-header h1 {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 1rem;
  }
  
  .section-divider {
    width: 60px;
    height: 3px;
  }
  
  .leadership-intro {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  
  .leader-profile {
    order: 1;
  }
  
  .profile-image-container {
    margin-bottom: 1.5rem;
    border-radius: 20px;
  }
  
  .profile-image-container img {
    max-width: 280px;
  }
  
  .profile-info h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  
  .profile-info .role {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  
  .content-text {
    order: 2;
    gap: 1.5rem;
  }
  
  .text-block {
    padding: 1.5rem;
    border-radius: 12px;
    border-left-width: 3px;
  }
  
  .text-block p {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .message-section {
    padding: 3rem 1rem;
    margin: 0 -1rem;
    border-radius: 20px;
    background: #faf1e2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .message-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 100%;
  }
  
  .message-image {
    order: 1;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    overflow: hidden;
    margin: 0 2rem;
  }
  
  .message-image img {
    height: 280px;
    width: 100%;
    object-fit: cover;
  }
  
  .image-overlay {
    background: linear-gradient(45deg, rgba(20, 72, 53, 0.1), rgba(162, 193, 68, 0.1));
  }
  
  .message-content {
    order: 2;
  padding: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
  }
  
  .message-header h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  text-align: center;
    color: #144835;
  }
  
  .message-divider {
    width: 60px;
    height: 3px;
    margin: 0 auto 1.8rem;
    background: linear-gradient(90deg, #144835, #a2c144);
    border-radius: 2px;
  }
  
  .message-text {
    text-align: center;
  }
  
  .message-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #333;
  }
  
  .message-text strong {
    color: #144835;
    font-weight: 700;
  }
  
  .message-signature {
    margin-top: 2rem;
    padding-top: 1.8rem;
    border-top: 2px solid rgba(162, 193, 68, 0.3);
    text-align: center;
  }
  
  .signature-line {
    width: 100px;
    height: 2px;
    background: #a2c144;
    margin: 0 auto 1rem;
    border-radius: 1px;
  }
  
  .signature-name {
  font-size: 1.2rem;
    font-weight: 700;
    color: #144835;
    margin-bottom: 0.5rem;
  }
  
  .signature-title {
    font-size: 1rem;
    color: #666;
    font-style: italic;
  }
}

@media (max-width: 480px) {
  .section-header {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }
  
  .section-header h1 {
    font-size: clamp(1.5rem, 7vw, 2rem);
    margin-bottom: 0.8rem;
  }
  
  .section-divider {
    width: 50px;
    height: 2px;
  }
  
  .leadership-intro {
    gap: 2rem;
    padding: 0 0.5rem;
    margin-bottom: 2.5rem;
  }
  
  .profile-image-container {
    margin-bottom: 1rem;
    border-radius: 15px;
  }
  
  .profile-image-container img {
    max-width: 240px;
  }
  
  .profile-info h3 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  
  .profile-info .role {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  
  .content-text {
    gap: 1.2rem;
  }
  
  .text-block {
    padding: 1.2rem;
    border-radius: 10px;
    border-left-width: 3px;
  }
  
  .text-block p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  .message-section {
    padding: 2.5rem 0.5rem;
    margin: 0 -0.5rem;
    border-radius: 15px;
    background: #faf1e2;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  }
  
  .message-container {
    gap: 2rem;
  }
  
  .message-image {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    margin: 0 1.5rem;
  }
  
  .message-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
  
  .message-content {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    backdrop-filter: blur(8px);
  }
  
  .message-header h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  text-align: center;
    color: #144835;
  }
  
  .message-divider {
    width: 50px;
    height: 2px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(90deg, #144835, #a2c144);
    border-radius: 1px;
  }
  
  .message-text {
    text-align: center;
  }
  
  .message-text p {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    color: #333;
  }
  
  .message-text strong {
    color: #144835;
    font-weight: 700;
  }
  
  .message-signature {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(162, 193, 68, 0.25);
    text-align: center;
  }
  
  .signature-line {
    width: 80px;
    height: 2px;
    background: #a2c144;
    margin: 0 auto 0.8rem;
    border-radius: 1px;
  }
  
  .signature-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #144835;
    margin-bottom: 0.3rem;
  }
  
  .signature-title {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
  }
}
/* Story and Mission Section */
#story-mission {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

.story-mission-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.story-mission-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  padding-top: 2rem;
}

.story-section {
  display: flex;
    flex-direction: column;
  gap: 2rem;
}

.story-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

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

.story-text h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #144835;
  margin-bottom: 1.5rem;
    text-align: center;
  }

.story-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.mission-section {
  background: #faf1e2;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.mission-header h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #144835;
  margin-bottom: 1rem;
  text-align: center;
}

.mission-intro {
    font-size: 1.2rem;
  font-style: italic;
  color: #144835;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.mission-points {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mission-point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.point-icon {
  background: #a2c144;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mission-point p {
    font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.mission-video {
  text-align: center;
  margin-top: 2rem;
}

.video-button {
  display: inline-block;
  background: linear-gradient(135deg, #144835 0%, #1a5a3f 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(20, 72, 53, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-button:hover {
  background: linear-gradient(135deg, #1a5a3f 0%, #144835 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(20, 72, 53, 0.4);
}

/* Mobile Responsive for Story and Mission */
@media (max-width: 768px) {
  #story-mission {
    padding: 2rem 1rem;
  }
  
  .story-mission-container {
    padding-bottom: 2rem;
  }
  
  .story-mission-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .story-section {
    gap: 1.5rem;
  }
  
  .story-image {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  }
  
  .story-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  
  .story-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  text-align: center;
  }
  
  .story-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    text-align: justify;
  }
  
  .mission-section {
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  }
  
  .mission-header h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
  
  .mission-intro {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }
  
  .mission-points {
    gap: 1.2rem;
  }
  
  .mission-point {
    gap: 0.8rem;
  }
  
  .point-icon {
    width: 22px;
    height: 22px;
    font-size: 13px;
    margin-top: 1px;
  }
  
  .mission-point p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  .mission-video {
    margin-top: 1.5rem;
  }
  
  .video-button {
    padding: 0.9rem 1.8rem;
    font-size: 0.9rem;
    border-radius: 22px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 480px) {
  #story-mission {
    padding: 1.5rem 0.5rem;
  }
  
  .story-mission-container {
    padding-bottom: 1.5rem;
  }
  
  .story-mission-content {
    gap: 2.5rem;
  }
  
  .story-section {
    gap: 1.2rem;
  }
  
  .story-image {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  
  .story-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  
  .story-text h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .story-text p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: justify;
  }
  
  .mission-section {
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  
  .mission-header h3 {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
    text-align: center;
  }
  
  .mission-intro {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
  
  .mission-points {
    gap: 1rem;
  }
  
  .mission-point {
    gap: 0.6rem;
  }
  
  .point-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-top: 0px;
  }
  
  .mission-point p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  .mission-video {
    margin-top: 1.2rem;
  }
  
  .video-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.85rem;
    border-radius: 20px;
    letter-spacing: 0.3px;
  }
}

/* At a Glance Section */
#at-a-glance {
  padding: 80px 2rem 5rem 2rem;
  background: #ffffff;
}

.at-a-glance-container {
  max-width: 1200px;
    margin: 0 auto;
}

.at-a-glance-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.at-a-glance-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.at-a-glance-image:hover {
  transform: scale(1.02);
}

/* Image Modal */
.image-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
    justify-content: center;
  animation: modalZoom 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes modalZoom {
  from {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

#modalImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Mobile Modal */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .close-btn {
    top: 15px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
  }
  
  .at-a-glance-image img {
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .modal-content {
    width: 98%;
    height: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .close-btn {
    top: 10px;
    right: 15px;
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
  
  .at-a-glance-image img {
    height: 250px;
    object-fit: cover;
  }
}

.at-a-glance-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.at-a-glance-image:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(20, 72, 53, 0.1), rgba(162, 193, 68, 0.1));
}

.at-a-glance-text {
  padding: 2rem 0;
}

.at-a-glance-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #144835;
  margin-bottom: 1rem;
  text-align: center;
}

.intro-text {
    font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  text-align: center;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.stat-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border-left: 4px solid #a2c144;
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #144835;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
    font-size: 1rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.highlight-box {
  background: rgba(20, 72, 53, 0.1);
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid #144835;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.highlight-box h4 {
    font-size: 1.5rem;
  font-weight: 700;
  color: #144835;
  margin-bottom: 1rem;
  text-align: center;
}

.highlight-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin: 0;
}

/* Mobile Responsive for At a Glance */
@media (max-width: 768px) {
  #at-a-glance {
    padding: 3rem 1rem;
  }
  
  .at-a-glance-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .at-a-glance-image img {
    height: auto;
    object-fit: contain;
  }
  
  .at-a-glance-text {
    padding: 1rem 0;
  }
  
  .at-a-glance-text h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  
  .intro-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .stat-item {
    padding: 1.5rem;
    border-radius: 12px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 0.9rem;
  }
  
  .highlight-box {
    padding: 1.5rem;
    border-radius: 12px;
  }
  
  .highlight-box h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  
  .highlight-box p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  #at-a-glance {
    padding: 2rem 0.5rem;
  }
  
  .at-a-glance-content {
    gap: 2rem;
  }
  
  .at-a-glance-image img {
    height: auto;
    object-fit: contain;
  }
  
  .at-a-glance-text h3 {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  
  .intro-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
  
  .stat-item {
    padding: 1rem;
    border-radius: 10px;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .stat-label {
    font-size: 0.85rem;
  }
  
  .highlight-box {
    padding: 1.2rem;
    border-radius: 10px;
  }
  
  .highlight-box h4 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  
  .highlight-box p {
    font-size: 0.95rem;
  }
}


