* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f1f1f;
  background: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.logo {
  width: 460px;
  max-width: 100%;
  height: auto;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.site-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1f1f1f;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: #109fb6;
  border-bottom-color: #109fb6;
}

.hero {
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.hero-image {
  width: 100%;
  min-height: 420px;
  max-height: 760px;
  object-fit: cover;
}

.intro,
.services {
  padding: 64px 0;
}

.intro h2,
.services h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #10233d;
}

.intro p {
  max-width: 860px;
  font-size: 1.08rem;
  color: #333333;
}

.services {
  background: #f7fbfd;
  border-top: 1px solid #e5eef2;
  border-bottom: 1px solid #e5eef2;
}

/* Service bullet list */

.service-list {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.8;

  column-count: 2;
  column-gap: 80px;
  max-width: 700px;
}

.service-list li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.site-footer {
  background: #10233d;
  color: #ffffff;
  padding: 26px 0;
}

.footer-inner {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-inner p {
  margin: 6px 0;
}

.footer-inner a {
  color: #7fdff0;
}

/* Mobile adjustments */

@media (max-width: 900px) {

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav ul {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

}

@media (max-width: 640px) {

  .service-list {
    column-count: 1;
  }

  .intro,
  .services {
    padding: 46px 0;
  }

}
.page-wrap {
  background: #ececec;
  padding: 20px 0 0;
}

.about-hero,
.about-panel,
.about-cta-row {
  width: min(760px, 92%);
  margin: 0 auto;
}

.about-panel {
  background: rgba(255, 255, 255, 0.72);
  padding: 28px 40px 90px;
}

.about-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  margin-bottom: 26px;
}

.about-icon {
  font-size: 48px;
  line-height: 1;
  color: #222222;
}

.about-heading h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.7rem);
  color: #1a2233;
}

.about-copy {
  max-width: 520px;
  margin: 0 auto;
}

.about-copy h2 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 400;
  color: #1f1f1f;
}

.about-copy p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #222222;
}

.about-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr 220px;
  gap: 0;
  margin-top: 22px;
  margin-bottom: 0;
}

.cta-spacer {
  min-height: 115px;
  background: rgba(255, 255, 255, 0.65);
  border-right: 1px solid #ededed;
}

.cta-box {
  min-height: 115px;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
}

.cta-box p {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(to bottom, #8e8e8e, #5f5f5f);
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
}

.footer-left {
  text-align: left;
}

@media (max-width: 700px) {
  .about-panel {
    padding: 24px 22px 40px;
  }

  .about-heading {
    flex-direction: column;
    gap: 10px;
  }

  .about-cta-row {
    grid-template-columns: 1fr;
  }

  .cta-spacer {
    display: none;
  }

  .footer-left {
    text-align: center;
  }
}
.contact-hero,
.contact-panel {
  width: min(760px, 92%);
  margin: 0 auto;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.72);
  padding: 24px 24px 42px;
}

.contact-heading {
  margin-bottom: 28px;
}

.contact-heading h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.7rem);
  color: #1a2233;
}

.contact-details {
  margin-bottom: 34px;
}

.contact-details p {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #222222;
}

.contact-details a {
  color: inherit;
}

.contact-form {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: start;
}

.contact-form-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 10px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: #222222;
}

.contact-form textarea {
  min-height: 146px;
  resize: vertical;
}

.contact-form-submit {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 4px;
}

.submit-button {
  background: #20bfd3;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  cursor: pointer;
}

.submit-button:hover {
  opacity: 0.92;
}

@media (max-width: 700px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}