@font-face {
  font-family: 'Braggadocio';
  src: local('Braggadocio'), url('https://fonts.cdnfonts.com/s/14636/Braggadocio.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body::before {
  content: none;
}

header {
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  background: rgba(255,255,255,0.95); /* slightly more opaque for sticky */
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

main {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  z-index: 1;
  padding: 0;
}

#three-container {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #181c24;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

footer {
  text-align: center;
  padding: 1rem;
  background: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

.about-bar {
  background: #219ebc;
  color: #fff;
  font-size: 1.05rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0.7rem;
  margin-bottom: 0.7rem;
  margin-top: 0.2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-bar strong {
  color: #fff;
}

.about-link {
  color: #00bfff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s, background 0.2s;
  padding: 0.5em 1.2em;
  border-radius: 4px;
}

.about-link:hover {
  color: #fff;
  background: #00bfff;
}

.back-home-link {
  background: linear-gradient(90deg, #00bfff 0%, #1e90ff 100%);
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
  box-shadow: 0 2px 12px 0 rgba(30,144,255,0.18);
  border: none;
  outline: 2px solid #00bfff;
  outline-offset: 2px;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0,191,255,0.18);
  margin: 1.5em auto 0 auto;
  display: inline-block;
  transition: background 0.2s, outline 0.2s, color 0.2s;
}

.back-home-link:hover {
  background: linear-gradient(90deg, #1e90ff 0%, #00bfff 100%);
  color: #fff;
  outline: 2px solid #fff;
  text-decoration: underline;
}

.about-section {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255,255,255,0.92);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  margin: 3rem auto 2rem auto;
  max-width: 1200px;
}

.about-section > .about-left, .about-section > .about-right {
  flex: 1 1 0;
  min-width: 320px;
}

.highlight {
  color: #219ebc;
  background: linear-gradient(90deg, #e0f7fa 60%, #b2ebf2 100%);
  padding: 0.2em 0.7em;
  border-radius: 0.5em;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(33,158,188,0.08);
  display: inline-block;
  margin-bottom: 0.7em;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 0.7em;
}

.footer-nav .about-link {
  margin-left: 0;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 2.2em;
  margin-top: 5em;
  margin-bottom: 0.5em;
  align-items: center;
}

.social-icon {
  width: 2.1em;
  height: 2.1em;
  transition: filter 0.2s, transform 0.2s;
  filter: grayscale(0.2) brightness(0.95);
  border-radius: 50%;
  background: #fff;
  padding: 0.18em;
  box-shadow: 0 2px 8px rgba(33,158,188,0.10);
}

.social-icon:hover {
  filter: none;
  transform: scale(1.12) rotate(-6deg);
  box-shadow: 0 4px 16px rgba(33,158,188,0.18);
}

.contact-social-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .contact-social-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.2em;
  }
}

@media (max-width: 900px) {
  .about-section {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }
}

.services-section {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1.5rem;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.service-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(33, 158, 188, 0.10), 0 1.5px 6px rgba(0,0,0,0.04);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.18s, box-shadow 0.18s;
  border: 1.5px solid #e0e7ef;
  min-height: 180px;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 8px 32px rgba(33, 158, 188, 0.18), 0 2px 8px rgba(0,0,0,0.08);
  border-color: #219ebc;
}

.service-card h3 {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-size: 1.18rem;
  color: #219ebc;
  font-weight: 700;
}

.service-card p {
  margin: 0;
  color: #444;
  font-size: 1.01rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .services-section {
    padding: 0.5rem;
  }
  .service-card {
    padding: 1.2rem 0.8rem 1rem 0.8rem;
    min-height: 140px;
  }
}
