*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f7f6f2;
  color: #5b5645;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em;
  line-height: 1.15;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  color: black;
}
p {
  margin: 0 0 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.austin-pen {
  font-family: "austin-pen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  margin-bottom: 0em;
}
.small-title {
  font-size: 14px;
}
.mobile-title {
  font-size: 20px;
}
#experience-title-card {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}
#title-card-info {
  margin-bottom: 5px;
}
.word-link {
  text-align: center;
  word-spacing: 50px;
  border-bottom: 1px solid #dad7c6;
  padding-bottom: 25px;
  color: #5b5645;
}
.word-link a {
  color: #5b5645;
  text-decoration: none;
}
.word-link a.active {
  color: #000000 !important;
}
.container {
  width: calc(100% -  48px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-main {
  min-height: 80vh;
}
.homepage-header {
  height: 500px;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-banner {
  height: 350px;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-banner p {
  width: 55%;
  margin: 0 auto;
}
.wp-block-kadence-rowlayout.kb-row-layout-wrap .kt-row-layout-overlay,
.wp-block-kadence-rowlayout:not([data-kadence-lazy-class]) .kt-row-layout-overlay {
  border-radius: 10px;
}
.kt-testimonial-item-wrap {
  height: 100%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  transition: 0.25s ease;
  cursor: pointer;
}
.button--primary {
  background: #f5b335;
  color: #494435;
  font-weight: 700;
}
.btn-primary {
  color: #ffffff;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  cursor: pointer;
}
.btn-primary a {
  background-color: #494435;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.btn-primary-header {
  color: #ffffff;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  cursor: pointer;
  margin-bottom: 0px;
}
.btn-primary-header a {
  background-color: #494435;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.white-btn {
  width: 100%;
}
.white-btn a {
  display: block;
  width: 95%;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}
.transparent-btn {
  width: 100%;
  text-align: center;
}
.transparent-btn a {
  color: #ffffff;
  display: block;
  width: 95%;
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}
.local-position {
  position: relative;
}
.local-img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
}
.experiences {
  margin-top: 50px;
  margin-bottom: 50px;
}
.company-info {
  background-color: #eae8dd;
  border-radius: 10px;
  padding: 25px;
}
.company-description {
  padding-right: 50px;
}
.bottom-line {
  border-bottom: 1px solid #dad7c6;
  margin-bottom: 25px;
}
.company-info-text {
  color: #000000;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 12px;
  height: auto;
  overflow: hidden;
}
.gallery-main img,
.gallery-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.gallery-side img {
  aspect-ratio: 1;
}
.gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .gallery-main img {
    height: 320px;
  }
  .gallery-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .gallery-side img {
    height: 180px;
  }
}
.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after,
.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before,
.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after,
.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
  height: 1px;
  border: 1px solid #dad7c6;
}
body.menu-open {
  overflow: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f7f6f2;
}
.site-header__inner {
  width: calc(100% -  48px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  column-gap: 24px;
  min-height: 96px;
  position: relative;
}
.site-header__brand {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header__phone {
  font-weight: 600;
}
.custom-logo-link,
.site-logo {
  display: inline-flex;
  align-items: center;
}
.custom-logo {
  max-height: 72px;
  width: auto;
}
.site-nav {
  justify-self: center;
}
.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu li {
  position: relative;
  list-style: none;
}
.primary-menu a {
  display: inline-block;
  padding: 12px 0;
}
.primary-menu .menu-item-has-children > a {
  padding-right: 16px;
}
.primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 12px 0;
  margin: 0;
  background: #f7f6f2;
  border: 1px solid #dddddd;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s ease;
  list-style: none;
  z-index: 50;
}
.primary-menu .sub-menu li {
  display: block;
}
.primary-menu .sub-menu a {
  display: block;
  padding: 10px 16px;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-toggle {
  display: none;
  justify-self: end;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  margin-left: auto;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.menu-toggle__line {
  display: block;
  width: 26px;
  height: 2px;
  background: #494435;
  margin: 3px 0;
  transition: 0.25s ease;
}
.menu-close {
  display: none !important;
}
@media (max-width: 1024px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }
  .site-header__actions {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .site-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    background: #f7f6f2;
    z-index: 1103;
    padding: 88px 24px 32px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    pointer-events: none;
    justify-self: unset;
  }
  .site-nav.is-resizing {
    transition: none !important;
  }
  .site-nav.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }
  .site-nav .menu-close {
    display: block !important;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 1106;
  }
  .site-nav .menu-close span {
    position: absolute;
    top: 19px;
    left: 8px;
    width: 24px;
    height: 2px;
    background: #494435;
  }
  .site-nav .menu-close span:first-child {
    transform: rotate(45deg);
  }
  .site-nav .menu-close span:last-child {
    transform: rotate(-45deg);
  }
  .primary-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    width: 100%;
  }
  .primary-menu a {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #dddddd;
  }
  .primary-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 16px;
    margin: 0;
  }
}
.site-footer {
  background: #494435;
  color: #fff;
  padding: 64px 0 24px;
}
.site-footer a {
  color: inherit;
}
.site-footer__inner {
  width: calc(100% -  48px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer__title {
  margin-bottom: 16px;
}
.site-footer__text,
.site-footer__address {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer__bottom {
  padding-top: 20px;
}
.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.footer-menu {
  list-style: none;
}
.footer-menu li + li {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }
}
