/* About Page Section - Figma Design System */
/* Colors: Yellow #FFCC29, Black #1F1F1F, Grey #484848, Red #8E2929, 
   BG #F8F7EC, Creme #E7E5DC, Light Grey #CBCBD0, White #FFFFFF, Black2 #2E2B2C */

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

.about-page-section {
  background: #f8f7ec;
  padding: 0;
}

/* Hero Section */
.about-hero {
  text-align: center;
  padding: 30px 20px 93px;
  max-width: 900px;
  margin: auto;
}

.about-hero-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

/* Hide badge on desktop */
@media (min-width: 769px) {
  .about-hero-label {
    display: none;
  }
}

.about-label-dot {
  width: 10px;
  height: 10px;
  background: #ffcc29;
  border-radius: 2px;
}

.about-label-dot.red {
  background: #8e2929;
}

.about-hero-label span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
}

.about-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 16px 0;
}

.about-hero-tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  margin: 0;
}

/* Image Collage */
.about-collage {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 160px;
}

.collage-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Quick Navigation Menu */
.about-quick-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 1400px;
  margin: 48px auto 0;
  padding: 0 160px;
}

.about-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 12px 16px;
  border: 1px solid #484848;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #484848;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.about-nav-link:hover {
  background-color: #484848;
  color: #ffffff;
}

/* Where Learning Feels Like Home */
.about-learning-home {
  display: flex;
  gap: 69px;
  justify-content: center;
  padding: 100px 160px 0;
  max-width: 1800px;
  margin: auto;
}

.learning-home-text {
  flex: 1;
  max-width: 624px;
}

.learning-home-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 56px 0;
}

.learning-home-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  margin: 0 0 16px 0;
}

.learning-home-content p:last-child {
  margin-bottom: 0;
}

.text-red {
  color: #8e2929;
  font-weight: 700;
}

.learning-home-text strong {
  font-weight: 700;
}

.learning-home-image {
  flex-shrink: 0;
  width: 425px;
}

.learning-home-image img {
  width: 100%;
  height: auto;
}

/* Our Belief Banner */
.about-belief-banner {
  padding: 150px 0 0;
  background: #f8f7ec;
}

.belief-banner-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 56px;
  background: #1f1f1f;
  min-height: 526px;
  clip-path: polygon(
    0 0,
    calc(100% - 107px) 0,
    100% 101.31px,
    100% 100%,
    0 100%
  );
}

.belief-banner-image {
  flex-shrink: 0;
  width: 405px;
  height: 526px;
  overflow: hidden;
  margin-left: 0;
}

.belief-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.belief-banner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  color: #ffffff;
  max-width: 603px;
}

.belief-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.belief-label span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.belief-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.belief-banner-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  max-width: 520px;
}

.belief-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.belief-banner-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.belief-banner-content .btn {
  margin: 0;
  align-self: flex-start;
  height: 48px;
  padding: 16px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.belief-banner-content .btn-primary {
  background: #ffcc29;
  color: #1f1f1f;
  border: none;
}

.belief-corner {
  display: none;
}

/* Vision & Mission */
.about-vision-mission {
  display: flex;
  gap: 80px;
  padding: 150px 0;
  align-items: center;
  justify-content: center;
}

.vision-mission-image {
  width: 492px;
  flex-shrink: 0;
}

.vision-mission-image img {
  width: 100%;
  height: 534px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 90%);
}

.vision-mission-content {
  flex: 1;
  max-width: 548px;
}

.vision-block,
.mission-block {
  margin-bottom: 72px;
}

.mission-block {
  margin-bottom: 0;
}

.vision-mission-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 24px 0;
}

.vision-mission-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  margin: 0;
}

/* Founder Section */
.about-founder {
  background: #e7e5dc;
  display: flex;
  max-height: 857px;
}

.founder-image {
  width: 619px;
  flex-shrink: 0;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.founder-content {
  flex: 1;
  padding: 10px 160px 60px 69px;
}

.founder-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.founder-label span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
}

.founder-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 12px 0;
}

.founder-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  margin: 0 0 -5px 0;
}

/* Founder Accordion */
.founder-accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 0.8px solid #484848;
  padding: 31px 0;
}

.accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1f1f1f;
  cursor: pointer;
  text-align: left;
}

.accordion-item.active .accordion-toggle {
  font-weight: 500;
}

.accordion-icon {
  width: 40px;
  height: 40px;
  background: #cbcbd0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.accordion-item.active .accordion-icon {
  background: #ffcc29;
}

.accordion-icon svg {
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon svg {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
}

.accordion-item.active .accordion-content {
  display: block;
}

/* Educational Approach */
.about-educational-approach {
  background: #e7e5dc;
  padding: 32px;
  border-radius: 8px;
  margin: 150px 160px 0;
  position: relative;
}

.approach-label-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 73px;
}

.approach-label-section span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
}

.approach-image {
  width: 180px;
  height: 120px;
  float: right;
  margin: 0 0 16px 16px;
  position: absolute;
  top: 32px;
  right: 32px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 37px, 100% 100%, 0 100%);
}

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

.approach-content {
  max-width: calc(100% - 220px);
}

.approach-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 32px 0;
}

.approach-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  margin: 0 0 24px 0;
}

.approach-content p:last-child {
  margin-bottom: 0;
}

/* Methodology */
.about-methodology {
  text-align: center;
  padding: 150px 160px 0;
}

.methodology-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.method-icon {
  width: 32px;
  height: 32px;
  background: #ffcc29;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0px 2px 4px rgba(31, 31, 31, 0.1);
}

.about-methodology h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 72px 0;
}

.methodology-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  max-width: 862px;
  margin: 0 auto 16px;
}

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, 375px);
  gap: 24px;
  max-width: 774px;
  margin: 64px auto;
  justify-content: center;
}

.method-card {
  background: #e7e5dc;
  border-radius: 4px;
  padding: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 56px;
}

.method-card-wide {
  grid-column: span 2;
  width: 100%;
}

.method-card-content {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.method-number {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 24px;
}

.method-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  margin: 0;
  line-height: 24px;
  flex: 1;
}

.method-card-wide h3 {
  flex: 0;
}

.method-card-wide .method-card-content {
  justify-content: center;
}

.method-icon-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.methodology-focus {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 64px 0;
  line-height: 24px;
}

.methodology-focus-grid {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.focus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23.3px;
  flex: 1;
  position: relative;
}

.focus-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 119.3px;
  background: #cbcbd0;
}

.focus-icon {
  width: 48px;
  height: 48px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1f1f1f;
  text-align: center;
  line-height: 1;
}

/* Programs */
.about-programs {
  padding: 150px 95px 0;
}

.programs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  padding: 0 65px;
}

.programs-header-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #2e2b2c;
  margin: 0 0 32px 0;
}

.programs-header-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2b2c;
  max-width: 750px;
  margin: 0;
}

.programs-grid {
  background: #2e2b2c;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  gap: 40px;
}

.program-card {
  flex: 1;
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-decoration: none;
}

.program-icon {
  width: 46px;
  height: 46px;
  background: #ffcc29;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.program-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2e2b2c;
  margin: 0;
}

.program-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2b2c;
  margin: 0;
  flex: 1;
}

.program-image {
  width: 100%;
  height: 244px;
}

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

/* Infrastructure */
.about-infrastructure {
  background: #1f1f1f;
  color: #ffffff;
  padding: 120px 135px;
  margin: 150px 160px 0;
}

.about-infrastructure .about-infra-header {
  margin-bottom: 56px;
}

.about-infrastructure h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.about-infrastructure .about-infra-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.about-infrastructure .about-infra-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-infrastructure .about-infra-item {
  border-bottom: 1px solid #484848;
}

.about-infrastructure .about-infra-header-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 0 32px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.about-infrastructure .about-infra-icon {
  width: 40px;
  height: 40px;
  background: #ffcc29;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-infrastructure .about-infra-header-btn h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

.about-infrastructure .about-infra-details {
  display: flex;
  gap: 32px;
  padding-bottom: 32px;
  margin-left: 72px;
}

.about-infrastructure .about-infra-details[hidden] {
  display: none;
}

.about-infrastructure .about-infra-item.active .about-infra-details {
  display: flex;
}

.about-infrastructure .about-infra-content {
  flex: 1;
  min-width: 0;
}

.about-infrastructure .about-infra-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #cbcbd0;
  margin: 0;
}

.about-infrastructure .about-infra-images {
  display: flex;
  gap: 32px;
  flex-shrink: 0;
}

.about-infrastructure .about-infra-images img {
  width: 249px;
  height: 201px;
  object-fit: cover;
  border-radius: 8px;
}

/* Gallery Banner */
.about-gallery-banner {
  background: #ffcc29;
  padding: 43px 65px;
  margin: 150px 95px 0;
  border-radius: 8px;
}

.gallery-images {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 80px;
}

.gallery-img {
  width: 120px;
  height: 150px;
  border-radius: 4px;
  box-shadow: 0px 3px 8px rgba(31, 31, 31, 0.2);
  overflow: hidden;
}

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

.gallery-content {
  text-align: center;
}

.gallery-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 0 0 32px 0;
}

.gallery-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  max-width: 500px;
  margin: 0 auto 56px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #ffcc29;
  color: #1f1f1f;
}

.btn-primary:hover {
  background: #ffd84d;
}

.btn-dark {
  background: #1f1f1f;
  color: #ffffff;
}

.btn-dark:hover {
  background: #2e2b2c;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .about-collage,
  .about-learning-home,
  .about-vision-mission,
  .about-educational-approach,
  .about-methodology,
  .about-infrastructure {
    padding-left: 64px;
    padding-right: 64px;
  }

  .about-belief-banner {
    padding-left: 64px;
    padding-right: 64px;
  }

  .belief-banner-container {
    gap: 40px;
    clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 118px, 100% 100%, 0 100%);
  }

  .belief-banner-image {
    width: 350px;
  }

  .about-programs {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1024px) {
  .about-learning-home {
    flex-direction: column;
    align-items: center;
  }

  .belief-banner-container {
    flex-direction: column;
    gap: 0;
    max-width: 548px;
  }

  .belief-banner-image {
    width: 100%;
    /* height: auto; */
  }

  .belief-banner-content {
    max-width: 100%;
    padding: 32px 56px 32px 56px;
    max-width: 548px;
  }

  .about-vision-mission {
    flex-direction: column;
  }

  .vision-mission-image {
    width: 100%;
    display: flex;
  }

  .vision-mission-image img {
    width: 548px;
    margin: auto;
  }

  .programs-grid {
    flex-direction: column;
  }

  .founder-content {
    padding: 60px 32px;
  }

  /* Infrastructure */
  .about-infrastructure {
    margin: 150px 64px 0;
    padding: 100px 64px;
  }
}

@media (max-width: 1400px) {
  .about-infrastructure .about-infra-details {
    flex-direction: column;
    gap: 32px;
    margin-left: 0;
    padding-left: 0;
  }

  /* Founder */
  .about-founder {
    flex-direction: column;
    max-height: 100%;
  }

  .founder-image {
    width: 100%;
    height: 400px;
  }

  .founder-content {
    padding: 40px 32px;
    max-width: 800px;
    margin: auto;
  }

  .founder-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 1080px) {
  /* Quick Navigation Mobile */
  .about-quick-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 32px;
    margin: 32px auto 0;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 30px 32px 56px;
  }

  .about-hero h1 {
    font-size: 32px;
  }

  /* Mobile Collage */
  .about-collage {
    padding: 0 32px;
  }

  /* Learning Home */
  .about-learning-home {
    flex-direction: column;
    padding: 100px 32px 0;
    gap: 32px;
  }

  .learning-home-text {
    max-width: 100%;
  }

  .learning-home-text h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .learning-home-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .learning-home-image img {
    max-width: 280px;
    margin: 0 auto;
  }

  /* Our Belief Banner - Mobile Figma Design */
  .about-belief-banner {
    padding: 150px 32px 0;
  }

  .belief-banner-container {
    flex-direction: column;
    height: auto;
    padding: 0;
    gap: 0;
    max-width: 100%;
    margin: 0;
    clip-path: polygon(
      0 0,
      calc(100% - 82.17px) 0,
      100% 78px,
      100% 100%,
      0 100%
    );
  }

  .belief-banner-image {
    width: 100%;
    height: auto;
    aspect-ratio: 405 / 270;
    margin-left: 0;
  }

  .belief-banner-content {
    padding: 32px 16px;
    gap: 32px;
    max-width: 100%;
    width: 100%;
  }

  .belief-text {
    gap: 16px;
    width: 100%;
  }

  .belief-banner-content h2 {
    font-size: 24px;
    max-width: 100%;
  }

  .belief-label-dot {
    width: 12px;
    height: 12px;
  }

  /* Vision & Mission */
  .about-vision-mission {
    flex-direction: column;
    padding: 150px 32px;
    gap: 40px;
  }

  .vision-mission-image {
    width: 100%;
  }

  .vision-mission-image img {
    width: 100%;
    height: auto;
    clip-path: none;
  }

  .vision-mission-content {
    max-width: 100%;
  }

  .vision-mission-content h2 {
    font-size: 24px;
  }

  .vision-block,
  .mission-block {
    margin-bottom: 48px;
  }

  /* Educational Approach */
  .about-educational-approach {
    margin: 150px 32px 0;
    padding: 32px 16px;
  }

  .approach-image {
    position: static;
    width: 100%;
    height: 181px;
    margin: 0 0 24px 0;
    float: none;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 28px, 100% 100%, 0 100%);
  }

  .approach-content {
    max-width: 100%;
  }

  .approach-content h2 {
    font-size: 24px;
  }

  .approach-label-section {
    margin-bottom: 24px;
  }

  /* Methodology - Mobile Figma Design */
  .about-methodology {
    padding: 150px 32px 0;
  }

  .about-methodology h2 {
    font-size: 24px;
    margin-bottom: 48px;
  }

  .methodology-grid {
    grid-template-columns: 1fr;
    max-width: 311px;
    gap: 24px;
  }

  .method-card {
    width: 100%;
  }

  .method-card-wide {
    grid-column: span 1;
    max-width: 311px;
  }

  .method-card-wide h3 {
    flex: 1;
  }

  .method-card-wide .method-card-content {
    justify-content: center;
  }

  .methodology-focus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
    max-width: 280px;
    position: relative;
  }

  .focus-item {
    width: 140px;
    padding: 40px 0;
    gap: 23.3px;
    justify-self: center;
  }

  /* Position items in grid */
  .focus-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    border-bottom: 1px solid #cbcbd0;
    border-right: 1px solid #cbcbd0;
    min-height: 208px;
  }

  .focus-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid #cbcbd0;
  }

  .focus-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    border-bottom: 1px solid #cbcbd0;
    border-right: 1px solid #cbcbd0;
  }

  .focus-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    border-bottom: 1px solid #cbcbd0;
  }

  .focus-item:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 3;
  }

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

  .focus-icon {
    width: 32px;
    height: 32px;
  }

  .focus-icon svg {
    width: 32px;
    height: 32px;
  }

  .focus-text {
    font-size: 16px;
    line-height: 24px;
  }

  /* Programs */
  .about-programs {
    padding: 150px 32px 0;
  }

  .programs-header {
    flex-direction: column;
    padding: 0;
    gap: 24px;
    align-items: flex-start;
  }

  .programs-header-text h2 {
    font-size: 24px;
  }

  .programs-grid {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
  }

  /* Infrastructure */
  .about-infrastructure {
    margin: 150px 32px 0;
    padding: 80px 32px;
  }

  .about-infrastructure h2 {
    font-size: 24px;
  }

  .about-infrastructure .about-infra-details {
    flex-direction: column;
    gap: 32px;
    margin-left: 0;
    padding-left: 0;
  }

  .about-infrastructure .about-infra-images {
    width: 100%;
  }

  .about-infrastructure .about-infra-images img {
    width: 146px;
    height: 118px;
  }

  /* Gallery Banner */
  .about-gallery-banner {
    margin: 150px 32px 0;
    padding: 32px 24px;
  }

  .gallery-images {
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery-img {
    width: 80px;
    height: 100px;
  }

  .gallery-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 30px 16px 56px;
  }

  .about-hero h1 {
    font-size: 28px;
  }

  .about-collage {
    padding: 0 16px;
  }

  .about-learning-home,
  .about-vision-mission,
  .about-educational-approach,
  .about-methodology,
  .about-infrastructure {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .about-belief-banner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .belief-banner-container {
    max-width: 100%;
  }

  .about-programs,
  .about-gallery-banner {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Infrastructure Mobile */
  .about-infrastructure {
    padding: 64px 32px;
  }

  .about-infrastructure .about-infra-header-btn h3 {
    white-space: normal;
  }

  .about-infrastructure .about-infra-details {
    margin-left: 0;
  }
}
