
.service-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px #0001;
  display: block;
}

@media (max-width: 900px) {
  .service-img {
    max-width: 220px;
    /* margin-top: 18px; */
  }
}
/* Services section three-column layout */
.services-section.three-col {
  padding: 0px 0;
}
.services-title {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}
.service-title {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 10px;
}
.service-desc {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 18px;
  color: #222;
}
.services-cols {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
}
.services-col {
  flex: 1 1 220px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: none;
  align-items: center;
  text-align: center;
}
@media (max-width: 900px) {
  .services-cols {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
}
/* About section two-column layout */
.about-title {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
}
.about-desc {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.6;
}
.about-section.two-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  padding: 0px 32px;
}
.about-col {
  flex: 1 1 320px;
  min-width: 320px;
}
.about-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.15em;
  line-height: 1.6;
  text-align: left;
}
.about-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-circle-img {
  width: 523px;
  height: 523px;
  max-width: 75vw;
  max-height: 75vw;
  object-fit: cover;
  border-radius: 100%;
  transition: width 0.2s, height 0.2s;
}

@media (max-width: 1100px) {
  .about-section.two-col {
    flex-direction: column;
  }
}
/* Certification badges */
.certification-badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.cert-badge {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .certification-badges {
    gap: 20px;
  }
  
  .cert-badge {
    width: 100px;
    height: 100px;
  }
}
body {
  margin: 0;
  font-family: 'Tenor Sans', 'Pontano Sans', Arial, sans-serif;
  background: #f8f9fa;
  color: #222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* Experience page */
.experience-section {
  width: 100%;
}
.experience-hero {
  position: relative;
  width: 96%;
  margin: 0 auto 28px auto;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  border-radius: 0;
}
.experience-hero-img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
  filter: saturate(0.98) contrast(1.02);
}
.experience-hero-text {
  position: absolute;
  left: 32px;
  bottom: 24px;
  right: 32px;
  color: #fff;
  z-index: 2;
  text-shadow: 0 4px 32px #000, 0 1px 1px #000a;
  max-width: 980px;
}
.experience-title {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}
.experience-lede {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.55;
  margin: 0 0 14px 0;
  max-width: 980px;
}
.experience-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff1f;
  border: 1px solid #ffffff33;
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 0.95em;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
}

.exp-cards {
  width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}
.exp-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 2px 18px #00000008;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.exp-card-wide {
  grid-column: 1 / -1;
}
.exp-card-head {
  padding: 18px 18px 10px 18px;
}
.exp-card-head h2 {
  margin: 0 0 6px 0;
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  color: #111;
}
.exp-card-sub {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1.02em;
  line-height: 1.45;
  color: #333;
  margin-bottom: 4px;
}
.exp-card-body {
  padding: 10px 18px 18px 18px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
}
.exp-card-col {
  min-width: 0;
}
.exp-mini-title {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 0.98em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
  margin: 10px 0 8px 0;
}
.exp-card ul {
  margin: 0 0 8px 0;
  padding-left: 18px;
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1.03em;
  line-height: 1.55;
  color: #222;
}
.exp-card li {
  margin: 6px 0;
}
.exp-tags {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.exp-tags li {
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f6f8;
  border: 1px solid #e8eef2;
  font-size: 0.98em;
}
.exp-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0001;
  margin-top: 10px;
  display: block;
}
.exp-card-img-tall {
  height: 260px;
}
.exp-wide-grid {
  grid-template-columns: 1fr 1fr 0.9fr;
}
.exp-industries {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 6px;
}
.exp-industries li {
  margin: 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafb;
  border: 1px solid #eef3f6;
  font-size: 1em;
}

@media (max-width: 1100px) {
  .exp-cards {
    grid-template-columns: 1fr;
  }
  .exp-card-body,
  .exp-wide-grid {
    grid-template-columns: 1fr;
  }
  .experience-hero-text {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 650px) {
  .experience-hero {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    aspect-ratio: unset;
  }
  .experience-hero-img {
    min-height: 360px;
  }
  .experience-title {
    font-size: 2.0em;
  }
  .experience-lede {
    font-size: 1.06em;
  }
  .exp-cards {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}
nav {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 8px;
}
nav a {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1.18em;
  color: #222;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 400;
}
nav a.active,
nav a:focus,
nav a:hover {
  border-bottom: 2px solid #0096d6;
  color: #0096d6;
  outline: none;
}
main {
  flex: 1;
  /* max-width: 1500px; */
  margin: 40px auto 40px auto;
  padding: 0 24px;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 650px) {
  main {
    padding: 0 0px;
  }
}
footer {
  background: #f8f9fa;
  border-top: 0px solid #ddd;
  text-align: center;
  padding: 24px 0 12px 0;
  font-size: 1rem;
  color: #222;
  font-family: 'Pontano Sans', Arial, sans-serif;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-family: 'Pontano Sans', sans-serif;
}
.footer-links a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  transition: color 0.2s;
}
.footer-bg-wrap {
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.1);
  z-index: 1;
}
.footer-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #222;
  font-family: 'Pontano Sans', Arial, sans-serif;
}
header {
  padding: 32px 0 8px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.logo {
  display: block;
  margin: 0 auto 32px auto;
  max-width: 131px;
  height: auto;
}
@media (max-width: 650px) {
  header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 0 6px 0;
    position: relative;
  }
  .logo {
    margin: 0 0 0 18px;
    align-self: flex-start;
    padding-bottom: 18px;
  }
}

.main-hero-img-wrap {
  position: relative;
  width: 96%;
  margin: 0 auto 16px auto;
  aspect-ratio: 16/6;
  overflow: hidden;
}
.main-hero-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.main-hero-text {
  position: absolute;
  right: 32px;
  bottom: 24px;
  color: #fff;
  text-align: right;
  z-index: 2;
  text-shadow: 0 4px 32px #000, 0 1px 1px #000a;
}
.main-hero-title {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.main-hero-subtitle {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (max-width: 650px) {
  .main-hero-img-wrap {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    aspect-ratio: unset;
  }
  .main-hero-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .footer-bg-wrap {
    width: 100vw;
    max-width: 100vw;
    height: 180px;
    min-height: 180px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: unset;
  }
  .footer-img {
    height: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.nav-toggle {
  display: none;
}
/* Hamburger menu styles for mobile */
@media (max-width: 650px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 100;
  }
  .nav-toggle .bar {
    width: 28px;
    height: 3px;
    background: #222;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
  }
  nav.nav-menu {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    position: absolute;
    top: 64px;
    right: 0;
    background: #fff;
    width: 100vw;
    max-width: 100vw;
    box-shadow: 0 8px 32px #0002;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 99;
    margin-bottom: 0;
    display: flex;
  }
  nav.nav-menu.open {
    max-height: 200px;
    padding-bottom: 16px;
  }
  nav.nav-menu a {
    padding: 16px 24px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    color: #222;
    background: none;
    margin: 0;
    opacity: 1;
    transition: opacity 0.2s;
  }
  nav.nav-menu a:last-child {
    border-bottom: none;
  }
  nav.nav-menu:not(.open) {
    pointer-events: none;
  }
  nav.nav-menu.open {
    pointer-events: auto;
  }
}
