
.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;
  }
}
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;
}
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;
  }
}