#body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

/* navbar */
#navbar_container {
  height: 15.6vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: sticky;
}

#navbar_items {
  display: inline-flex;
  padding-left: 0.2778%;
  padding-right: 0.2778%;
  padding-top: 0.2778%;
  padding-bottom: 0.2778%;
  align-items: flex-start;
  gap: 2.77777777778vw;
  width: 38vw;
  height: 4vh;
  background: #fff;
}
#navbar_phone_number {
  color: #383535;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.11111111111vw;
}
.navbar_text {
  text-decoration: none;
  color: #383535;
}

/* Brand logo image (scalable SVG). */
.site-logo {
  display: block;
  width: 190px;
  max-width: 48vw;
  height: auto;
}
#footer-logo .site-logo { width: 180px; max-width: 60vw; }

/* body1 */
#body1 {
  width: 100vw;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#container-contact {
  width: 50vw;
  display: flex;
  flex-direction: column;
  padding-top: 10vh;
}

/* / For web/Header 1  / */

.contact-header {
  box-sizing: border-box;
  color: rgb(1, 41, 57);
  display: block;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
}
.info-names {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 22.6vw;
  height: 3rem;
  display: block;
}
.info-address {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 14.78vw;
  height: 3rem;
  display: block;
}

.info-container-address {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 0.3vw;
}

.info-container-names {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 0.3vw;
}

.info-container {
  width: fit-content;
}
.info {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 46vw;
  height: 3rem;
  display: block;
}
#Yourname-phone-city-province-email-address-container {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  margin-top: 4vh;
}

/* body2 */
#body2 {
  width: 100vw;
  height: 140vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#get-a-price-container {
  width: 100vw;
  height: 30vh;
  background-color: #000000;
  align-items: center;
  display: flex;
  justify-content: center;
}
#get-a-price {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 64px;
  font-weight: 900;
  height: 76.7969px;
  line-height: 76.8px;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
#container-service-details-container {
  width: 50vw;
  height: 110vh;
}
#service-details {
  box-sizing: border-box;
  color: rgb(1, 41, 57);
  display: block;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
}
.checkbox-container {
  display: flex;
  flex-direction: column;
}
.checkbox {
  margin-bottom: 0.5rem;
}
.checkmark {
  height: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.125rem;
  margin: 0.125rem 0.5rem 0 0;
  flex-direction: row;
}
.box-header {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(1, 41, 57);
}
.box-header-container {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.select {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
}
.select select {
  font-size: 0.875rem;
  height: 3rem;
  font-weight: 400;
  width: 100%;
  position: relative;
  padding: 0 3rem 0 1rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #e1e1e1;
  background-color: transparent;
}

option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
}
.list-item {
  width: 100%;
}
#ul {
  margin-top: 4rem;
}

#send-button {
  background: var(--orange, #4f7c44);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 17.7777777778vw;
  height: 6vh;
  justify-content: center;
  margin-top: 1.5vh;
}
#send {
  font-size: 1.6vw;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: white;
}

/* footer */
#footer {
  width: 100vw;
  height: 27.2vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-items {
  gap: 0.4vh;
  margin-left: 11.1805555556vw;
  width: 5.90277777778vw;
  display: flex;
  flex-direction: column;
}
.footer_text {
  color: #383535;
  font-family: "Playfair Display", serif;
  line-height: normal;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

#footer-contact-info-container {
  width: 22.1527777778vw;
  margin-left: 12.0138888889vw;
}
#footer-phone-number {
  width: 22.1527777778vw;
  margin-bottom: 1vh;
  color: #383535;
  font-family: "Jost", sans-serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-email {
  width: 22.1527777778vw;
  margin-bottom: 4vh;
  width: 22.1527777778vw;
  margin-bottom: 1vh;
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#footer-address {
  width: 22.1527777778vw;
  margin-bottom: 3vh;
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-all-contact-container {
  align-items: center;
  display: flex;
  width: 50vw;
}
#footer-logo {
  width: 9.30555555556vw;
  margin-left: 10vw;
}
#footer-copyright {
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-container {
  align-items: center;
  display: flex;
  height: 27.2vh;
}
#container-logo-copyright {
  display: flex;
  flex-direction: column;
  gap: 10vh;
  margin-left: 20vw;
}

/* ==========================================================================
   Responsive layer for the quote form page.
   ========================================================================== */
* { box-sizing: border-box; }
img { max-width: 100%; }

/* Honeypot anti-spam field — hidden from real users. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Hamburger toggle — hidden on desktop, shown on small screens. */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e2e6df;
  border-radius: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #383535;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  /* Navbar → hamburger */
  #navbar_container {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
  }
  .nav-toggle { display: flex; order: 2; }
  #navbar_information { order: 1; gap: 14px; margin-left: auto; }
  #navbar_items {
    display: none;
    width: auto;
    height: auto;
    order: 4;
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 8px 0 4px;
    background: #fff;
  }
  #navbar_items.open { display: flex; }
  .navbar_text { padding: 6px 0; font-size: 1.1rem; }

  /* "Get A Price" banner */
  #get-a-price { font-size: 34px; height: auto; line-height: 1.2; }
  #get-a-price-container { height: 18vh; padding: 0 16px; }

  /* Form: single column, full-width, 16px inputs (prevents iOS zoom) */
  #container-contact { width: 90vw; padding-top: 5vh; }
  .contact-header, #service-details { font-size: 1.25rem; }
  .info-container-names, .info-container-address {
    flex-direction: column;
    gap: 2vh;
    width: 100%;
  }
  .info-container { width: 100%; }
  .info, .info-names, .info-address {
    width: 100%;
    font-size: 16px;
  }
  .select select { font-size: 16px; }
  #container-service-details-container { width: 90vw; height: auto; }
  #body2 { height: auto; padding-bottom: 6vh; }
  #ul { margin-top: 2rem; }
  #send-button { width: 100%; height: auto; padding: 14px 0; }
  #send { font-size: 1.1rem; }

  /* Footer */
  #footer { height: auto; }
  #footer-container { height: auto; flex-direction: column; gap: 3vh; padding: 4vh 0; }
  #footer-all-contact-container { width: 90vw; flex-direction: column; gap: 2vh; }
  .footer-items { margin-left: 0; width: auto; }
  .footer_text { font-size: 3.4vw; }
  #footer-contact-info-container { margin-left: 0; width: 90vw; }
  #footer-phone-number, #footer-email, #footer-address, #footer-copyright { font-size: 3.4vw; width: auto; }
  #container-logo-copyright { margin-left: 0; align-items: center; gap: 3vh; }
  #footer-logo { margin-left: 0; width: 40vw; }
}

/* Inline status message for the quote form (replaces alert popups). */
.form-msg {
  margin: 16px auto 0;
  max-width: 640px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  min-height: 1.2em;
}
.form-msg.ok { color: #1c7a34; }
.form-msg.err { color: #b3261e; }
