.google-map iframe,
.google-map object,
.google-map iframe,
.google-map object,
.google-map embed.google-map iframe,
.google-map object,
.google-map embed.google-map iframe,
.google-map object,
.google-map embed {
  height: auto;
}

.bottom-footer {
  margin-top: 0 !important;
}

:root {
  --qc-text: #4d4a47;
  --qc-heading: #413633;
  --qc-muted: #736b66;
  --qc-border: #eaded8;
  --qc-panel: #fffaf7;
}

body {
  color: var(--qc-text);
}

.qc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 247, 0.96);
  border-bottom: 1px solid var(--qc-border);
  box-shadow: 0 8px 28px rgba(65, 54, 51, 0.06);
}

.qc-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.qc-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.qc-logo img {
  width: 70px;
  height: 50px;
  object-fit: contain;
}

.qc-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.qc-menu a,
.qc-phone,
.qc-footer a,
.qc-text-link {
  color: var(--qc-heading);
  font-weight: 500;
  text-decoration: none;
}

.qc-menu a:hover,
.qc-phone:hover,
.qc-footer a:hover,
.qc-text-link:hover {
  color: #c76f67;
}

.qc-phone {
  white-space: nowrap;
}

.qc-hero {
  min-height: 680px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #3d332f;
}

.qc-hero picture,
.qc-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qc-hero img {
  object-fit: cover;
  opacity: 0.52;
}

.qc-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1180px;
}

.qc-hero-content h1,
.qc-page-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: inherit;
  font-family: Lustria, serif;
  font-size: 58px;
  line-height: 1.08;
}

.qc-hero-content p {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.65;
}

.qc-kicker {
  margin-bottom: 10px;
  color: #c76f67;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.qc-hero .qc-kicker {
  color: #ffd8cf;
}

.qc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.qc-section {
  padding: 86px 0 60px;
}

.qc-section h2,
.qc-section h3,
.qc-page-hero h1,
.qc-footer-title {
  color: var(--qc-heading);
  font-family: Lustria, serif;
}

.qc-section h2 {
  margin-bottom: 22px;
  font-size: 36px;
  line-height: 1.2;
}

.qc-section h3 {
  font-size: 23px;
  line-height: 1.3;
}

.qc-section p,
.qc-card p,
.qc-page-hero p {
  color: var(--qc-muted);
  line-height: 1.75;
}

.qc-section-title {
  max-width: 760px;
  margin: 0 auto 42px;
}

.qc-rounded {
  border-radius: 8px;
}

.qc-feature-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.qc-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--qc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(65, 54, 51, 0.06);
}

.qc-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.qc-card-body {
  padding: 26px;
}

.qc-card-body a {
  color: #c76f67;
  font-weight: 700;
  text-decoration: none;
}

.qc-contact-strip {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--qc-border);
  border-radius: 8px;
  background: #fff;
}

.qc-page-hero {
  padding: 120px 0 72px;
  background: var(--qc-panel);
}

.qc-page-hero p {
  max-width: 760px;
  font-size: 19px;
}

.qc-breadcrumbs {
  margin-bottom: 22px;
  color: var(--qc-muted);
  font-size: 14px;
}

.qc-breadcrumbs a {
  color: var(--qc-heading);
  text-decoration: none;
}

.qc-info-list {
  padding-left: 0;
  list-style: none;
}

.qc-info-list li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  color: var(--qc-muted);
}

.qc-info-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c76f67;
}

.qc-form {
  padding: 30px;
  border: 1px solid var(--qc-border);
  border-radius: 8px;
  background: #fff;
}

.qc-form .form-control,
.qc-form .custom-select {
  min-height: 54px;
  border-color: var(--qc-border);
}

.qc-map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
}

.qc-footer {
  padding: 54px 0 28px;
  border-top: 1px solid var(--qc-border);
}

.qc-footer-title {
  margin-bottom: 14px;
  font-size: 22px;
}

.qc-copyright {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--qc-border);
  color: var(--qc-muted);
  font-size: 14px;
}

@media (max-width: 991px) {
  .qc-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 15px;
    gap: 12px;
  }

  .qc-menu {
    justify-content: flex-start;
  }

  .qc-card img {
    height: 200px;
  }

  .qc-hero {
    min-height: 620px;
  }

  .qc-hero-content h1,
  .qc-page-hero h1 {
    font-size: 42px;
  }

  .qc-contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .qc-hero-content h1,
  .qc-page-hero h1 {
    font-size: 34px;
  }

  .qc-hero-content p,
  .qc-page-hero p {
    font-size: 17px;
  }

  .qc-section {
    padding: 64px 0 38px;
  }

  .qc-card img {
    height: 210px;
  }
}
