.hero-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.badge-logo {
  height: 48px;
  width: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,120,212,0.12);
  padding: 0.5rem;
  margin: 0 0.2rem;
  transition: box-shadow 0.2s, transform 0.2s;
  display: inline-block;
  vertical-align: middle;
}

.footer-icons img {
  height: 32px;
  width: 32px;
  object-fit: contain;
  opacity: 0.7;
  margin: 0 0.2rem;
  transition: opacity 0.2s, transform 0.2s;
  vertical-align: middle;
}

.footer-icons img:hover {
  opacity: 1;
  transform: scale(1.08);
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #f3f6fb 60%, #e5f1fb 100%);
  color: #22223b;
}

.hero {
  background: linear-gradient(90deg, #0078d4 0%, #2b88d8 100%);
  color: #fff;
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
}

.profile-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin-bottom: 1rem;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

.hero-tagline {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
}

section {
  max-width: 1000px;
  margin: 2.5rem auto;
  background: linear-gradient(120deg, #ffffff 80%, #e5f1fb 100%);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,120,212,0.10);
  padding: 2.5rem 2rem;
  position: relative;
  border: 1px solid #c7e0f4;
}

section h2 {
  color: #0078d4;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
  border-bottom: none;
  background: linear-gradient(90deg, #e5f1fb 0%, #fff 100%);
  border-radius: 6px 6px 0 0;
}

.subjects .card a {
  text-decoration: none;
}

.certifications .card a {
  text-decoration: none;
}

.certifications ul,
.courses ul,
.subjects ul {
  list-style: none;
  padding: 0;
}

.certifications li,
.courses li,
.subjects li {
  background: #e5f1fb;
  color: #22223b;
  margin: 0.5rem 0;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 1px 4px rgba(43,136,216,0.04);
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}

.client-logos img {
  height: 48px;
  width: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,120,212,0.08);
  padding: 0.5rem;
}

.contact a {
  color: #0078d4;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.contact a:hover {
  color: #2b88d8;
  text-decoration: underline;
}

.footer {
  text-align: center;
  padding: 1.5rem 0;
  background: #e5f1fb;
  color: #22223b;
  font-size: 1rem;
  border-top: 1px solid #c7e0f4;
  margin-top: 2rem;
}

.hero-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-left {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-photo-large {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  margin-bottom: 1.2rem;
}
.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0.5rem 0 0 0;
  text-align: center;
}
.hero-right {
  flex: 2 1 67%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
.hero-tagline {
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.4;
}
.hero-logos-large {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
  flex-wrap: nowrap;
  width: 100%;
}
.logo {
  height: 72px;
  width: 72px;
  object-fit: cover;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.10);
  margin: 10px 0;
  transition: box-shadow 0.2s, transform 0.2s;
  display: inline-block;
  vertical-align: middle;
}
.logo:hover {
  box-shadow: 0 4px 16px rgba(0,120,212,0.18);
  transform: scale(1.08);
}
.hero-logos-large .logo {
  height: 72px;
  width: auto;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.10);
  margin: 10px 0;
  transition: box-shadow 0.2s, transform 0.2s;
  display: inline-block;
  vertical-align: middle;
}
.hero-logos-large .logo:hover {
  box-shadow: 0 4px 16px rgba(0,120,212,0.18);
  transform: scale(1.08);
}
@media (max-width: 768px) {
  .logo {
    height: 54px;
    width: 54px;
  }
}
.certifications .card {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.card {
  background: linear-gradient(120deg, #e5f1fb 60%, #ffffff 100%);
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,120,212,0.10);
  padding: 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
  border: 1px solid #c7e0f4;
}
.card:hover {
  box-shadow: 0 6px 32px rgba(0,120,212,0.18);
  background: linear-gradient(120deg, #c7e0f4 80%, #e5f1fb 100%);
  transform: translateY(-2px) scale(1.02);
}
@media (max-width: 900px) {
  .hero-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .hero-left, .hero-right {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .hero-tagline {
    text-align: center;
  }
  .hero-logos-large {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .hero-logos-large .logo {
    height: 54px;
    width: auto;
  }
}

.about p,
.certifications .card a,
.courses .card a,
.subjects .card a {
  color: #22223b;
}

.clients .card ul li {
  color: #22223b;
}