/* ABOUT HERO – FULL WIDTH SECTION */
.about-hero {
  width: 100%;
  background: #ffffff;
}

/* Inner layout still boxed */
.about-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 ;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #8a9a9a;
  margin-bottom: 20px;
}


.breadcrumb a {
    color: #2E6A66;
    text-decoration: none;
}

.breadcrumb .sep {
    margin: 0 8px;
}

.breadcrumb .current {
    color: #000;
    font-weight: 500;
}

/* Heading */
.about-hero h1 {
  font-family: 'Glyphic', serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 24px;
}

/* Paragraph */
.about-hero p {
  margin-top: 140px;
  font-size: 20px;
  line-height: 1.7;
  max-width: 420px;
  color: #4a5f5f;
}

/* Image */
.about-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
	 display: block;
}
/* ==============================
   ABOUT HERO – RESPONSIVE
================================ */


@media (max-width: 768px) {

  .about-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 20px;
  }

  /* ✅ Content first */
  .about-hero-content {
    order: 1;
  }

  /* ✅ Image last */
  .about-hero-image {
    order: 2;
  }

  .about-hero h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .about-hero p {
    margin-top: 20px;
    font-size: 15px;
    max-width: 100%;
  }

  .breadcrumb {
    font-size: 13px;
  }
}


/* ==============================
   2nd ABOUT – FOUNDATION SECTION
================================ */

.about-foundation {
  background: #eef4f2;
  padding: 80px 0;
}

.about-foundation-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT TITLE */
.about-foundation-title h2 {
  font-family: 'Glyphic', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E6A66;
  margin: 0;
}

/* RIGHT CONTENT */
.about-foundation-content p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #3f5555;
  margin-bottom: 24px;
}

.about-foundation-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {

  .about-foundation {
    padding: 40px;
  }
	 

  .about-foundation-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-foundation-title h2 {
    font-size: 28px;
  }

  .about-foundation-content p {
    font-size: 15px;
  }
}

/* ==============================
  3rd ABOUT – ACHIEVEMENTS SECTION
================================ */

.about-achievements {
  width: 100%;
}

/* TOP IMAGE */
.about-achievements-image img {
  width: 100%;
  height: auto;
  display: block; /* IMPORTANT: removes bottom gap */
}

/* STATS BACKGROUND */
.about-achievements-stats {
  background: #2f4a48;
  padding: 72px 0;
}

/* INNER WRAP */
.about-achievements-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* TITLE */
.about-achievements-inner h3 {
  font-family: 'Faculty Glyphic', serif;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 56px;
  line-height: 1.1;
}

/* GRID */
.about-achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ITEM */
.achievement-item {
  position: relative;
}

/* DIVIDER LINE */
.achievement-item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 10%;
  width: 1px;
  height: 80%;
  background: rgba(255,255,255,0.2);
}

.achievement-item:last-child::after {
  display: none;
}

/* NUMBER */
.achievement-number {
  font-family: 'Glyphic', serif;
  font-size: 44px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}

/* TEXT */
.achievement-item p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
@media (max-width: 768px) {

  .about-achievements-stats {
    padding: 70px 0;
  }

  .about-achievements-inner h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .about-achievements-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .achievement-item::after {
    display: none;
  }

  .achievement-number {
    font-size: 36px;
  }
}

/* ==============================
  4th ABOUT – CHAIRMAN SECTION
================================ */

.about-chairman {
  background: #eef4f2;
  padding: 80px 0;
}

.about-chairman-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

/* IMAGE */
.about-chairman-image img {
  width: 100%;
  max-width: 360px;
  display: block;
  border-radius: 4px;
}


/* NAME + ROLE */
.about-chairman-meta .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #1f2f2f;
  margin-bottom: 4px;
}

.about-chairman-meta .role {
  font-size: 18px;
  color: #6a7f7c;
}

/* Quote spacing */

.about-chairman-content blockquote {
  margin: 0 0 32px;
   font-family: "faculty-glyphic", serif !important;
 font-weight:500;
  font-size: 32px;
  line-height: 1.1;
  color: #1f2f2f;
}

/* Divider line */
.chairman-divider {
  width: 100%;
  height: 2px;
  background: #b7c9c5;
  margin: 140px 0 20px; /* GAP ABOVE + BELOW LINE */
}



@media (max-width: 768px) {

  .about-chairman {
    padding: 56px 0;
  }
	.about-chairman .chairman-divider {
      margin: 40px 0 20px !important;
  }

  .about-chairman-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .about-chairman-image img {
    margin: 0 auto;
    max-width: 400px;
  }

  .about-chairman-content blockquote {
    font-size: 16px;
  }
}

/* 5th section */
.about-vision-section {
    background: #fff;
    padding: 80px 0 80px 0;
}
.about-vision-container {
    max-width: 1200px;   /* or whatever your .container uses */
    margin: 0 auto;
    padding: 0 0;
}

.about-vision-heading h2 {
    font-family: 'Faculty Glyphic', serif;
    font-size: 40px;
    font-weight: 400;
    color: #2e3f3c;
    margin-bottom: 60px;
}

.about-vision-cards {
    display: flex;
    gap: 40px;
}

.about-vision-card {
    background: #F6F8F8;
    padding: 40px 30px;
    flex: 1;
}

.about-vision-card img {
    width: 40px;
    margin-bottom: 20px;
}

.about-vision-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2e3f3c;
}

.about-vision-card p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #5c6b67;
}

/* Responsive */
@media (max-width: 789px) {

    .about-vision-section {
        padding: 40px 0;
    }

    .about-vision-heading h2 {
		padding-left: 30px;
        font-size: 26px;
        margin-bottom: 40px;
        text-align: left;
    }

    .about-vision-cards {
        flex-direction: column;
        gap: 25px;
    }

    .about-vision-card {
        padding: 30px 25px;
    }

    .about-vision-card img {
        width: 35px;
    }
}

/* 6th section FAQ */
.about-faq-section {
  padding: 0 0 80px 0;
}

.about-faq-wrapper {
  background: #3d746d;
  border-radius: 10px;
  padding: 60px;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  color: #fff;
}

.about-faq-left {
  flex: 1;
}

.about-faq-left h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.about-faq-right {
  flex: 2;
}

.about-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 18px 0;
}

.about-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.about-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 18px;
  margin-top: 10px;
  color: #e4f1ee;
}

/* Only one open */
.about-faq-item.active .about-faq-answer {
  max-height: 200px;
}

/* Arrow Icon */
.about-faq-icon {
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Rotate when active */
.about-faq-item.active .about-faq-icon {
  transform: rotate(-135deg);
}

/* Responsive */
@media (max-width: 768px) {
  .about-faq-wrapper {
    flex-direction: column;
    padding: 40px 25px;
  }

  .about-faq-left h2 {
    font-size: 28px;
  }
}
