* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1f2933;
  background: radial-gradient(
    circle at top left,
    #e6e0fe 0,
    #eff6ff 35%,
    #f9fafb 70%
  );
}

.right-content {
  margin-left: 300px;
  padding: 24px 32px 40px;
  /* max-width: 1440px; */
  background: linear-gradient(rgba(204, 204, 204, 0.767)),
    url("../Resources/aboutbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-bar {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 57%;
}

.school-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.4);
}

.brand-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e40af;
}

.brand-tagline {
  font-size: 0.85rem;
  color: #64748b;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 40px;
}

.hero-text h2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  color: #0f172a;
  margin-bottom: 12px;
}

.hero-text h2 span {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text p {
  font-size: 1rem;
  color: #4b5563;
  max-width: 520px;
}

.hero-highlight-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.highlight-card {
  flex: 1 1 180px;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 4px;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.15);
}

.highlight-card i {
  font-size: 1.4rem;
  color: #2563eb;
  margin-top: 2px;
}

.highlight-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}

.highlight-card p {
  grid-column: 2 / 3;
  font-size: 0.9rem;
  color: #6b7280;
}

.hero-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-main-img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
}

.hero-main-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-small-img {
  position: absolute;
  bottom: -18px;
  left: -18px;
  width: 55%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.35);
  border: 3px solid #ffffff;
}

.hero-small-img img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-badge {
  position: absolute;
  top: -12px;
  right: -10px;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.4);
}

.badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(circle, #facc15 0, #eab308 45%, #f97316 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 0.9rem;
}

.card-section {
  border-radius: 24px;
  padding: 26px 24px 28px;
  margin-bottom: 32px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(6px);
}

.card-section,
.split-card {
  background: rgba(255, 255, 255, 0.654);
}


.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: center;
}

.column-text p {
  padding-right: 30px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #4b5563;
}

.column-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dir-photo img,
.campus-photo img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.18);
}

.dir-note {
  background: #eff6ff;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 0.9rem;
  color: #1e40af;
  border-left: 4px solid #2563eb;
}

#directors-message .section-header {
  padding-top: 40px;
}

.section-header h2 {
  font-size: 1.4rem;
  color: #111827;
  margin-bottom: 5px;
}

.two-column .section-subtitle {
  font-size: 0.9rem;
  font-style: italic;
  color: #1b366c;
  margin-bottom: 30px;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 0.8rem;
}

.pill i {
  font-size: 0.9rem;
}


.icon-list {
  list-style: none;
  padding-left: 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 6px;
}

.icon-list.small li {
  font-size: 0.85rem;
}

.icon-list i {
  color: #2563eb;
  font-size: 0.9rem;
  margin-top: 3px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 24px;
  margin-bottom: 32px;
}

.split-card {
  border-radius: 22px;
  padding: 20px 18px 20px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.split-card h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #111827;
}

.split-card p {
  font-size: 0.92rem;
  color: #4b5563;
}

.vm-image {
  margin-top: 14px;
}

.vm-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.2);
}

.mission-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #1e3a8a;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.value-card {
  background: radial-gradient(
    circle at top left,
    #2563eb 0,
    #1d4ed8 40%,
    #0f172a 100%
  );
  border-radius: 18px;
  padding: 18px 16px;
  color: #e5e7eb;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.4);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.value-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.value-icon i {
  font-size: 1rem;
  color: #fbfbfb;
}

.value-card h3 {
  font-size: 0.98rem;
  font-weight: 600;
}

.value-card p {
  font-size: 0.86rem;
  color: #e5e7eb;
}

.quote-card {
  background: #eff6ff;
  border-radius: 16px;
  padding: 14px 14px 16px;
  border-left: 4px solid #2563eb;
  font-size: 0.92rem;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.logo-philosophy img {
  height: 30%;
  width: 40%;
  margin-left: 50px;
  margin-bottom: 30px;
}

.motto-block {
  background: #0f172a;
  border-radius: 20px;
  padding: 16px 16px 18px;
  color: #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.6);
}

.motto-block h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.motto-block .icon-list.small li {
  color: #bdbdbe;
}

.motto-text {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #facc15, #f97316, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.motto-note {
  font-size: 0.82rem;
  color: #cbd5f5;
  margin-top: 8px;
}

@media (max-width: 992px) {
  .right-content {
    margin-left: 260px;
    padding: 20px 20px 32px;
  }

  .hero {
    grid-template-columns: 1.1fr 1.1fr;
    gap: 24px;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-column-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .right-content {
    margin-left: 280px;
    padding: 18px 16px 28px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image-wrap {
    order: -1;
    margin-bottom: 10px;
  }

  .two-column,
  .split-section {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-column-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .right-content {
    margin-left: 0;
    padding: 16px 14px 24px;
  }

  .top-bar {
    margin-bottom: 16px;
  }

  .hero {
    margin-bottom: 26px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .card-section,
  .split-card {
    border-radius: 18px;
    padding: 18px 14px 20px;
  }

  .hero-small-img {
    display: none;
  }

  .hero-badge {
    top: 8px;
    right: 6px;
  }

  .dir-photo + .director-section {
    padding: 25px 0;
  }

  .director-quote {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  .director-highlight {
    padding: 10px 18px;
    font-size: 0.85rem;
    margin: 18px auto;
  }
}

.dir-photo + .director-section {
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
  padding: 40px 0;
  margin-top: 0;
  color: white;
  overflow: hidden;
}

.dir-photo + .director-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(120, 119, 198, 0.2) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 119, 198, 0.2) 0%,
      transparent 50%
    );
  z-index: 1;
}

.director-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.director-quote {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 20px;
  opacity: 0.95;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.director-highlight {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0px auto;
  font-size: 0.95rem;
  max-width: 500px;
}

.director-highlight strong {
  color: #74b9ff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .dir-photo + .director-section {
    padding: 30px 0;
  }

  .director-quote {
    font-size: 1rem;
  }

  .director-highlight {
    padding: 12px 20px;
    margin: 20px auto;
    font-size: 0.9rem;
  }
}
