.elementor-507 .elementor-element.elementor-element-a63ecbd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-507 .elementor-element.elementor-element-a63ecbd{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0d0839e *//* Oak House Footer */

.oh-footer {
  --oh-footer-bg: #241914;
  --oh-footer-bg-soft: #2d211b;
  --oh-footer-card: rgba(255, 250, 241, 0.06);
  --oh-footer-card-strong: rgba(255, 250, 241, 0.1);
  --oh-footer-text: #fffaf1;
  --oh-footer-muted: rgba(255, 250, 241, 0.68);
  --oh-footer-border: rgba(255, 250, 241, 0.12);
  --oh-footer-green: #dfe8d4;
  --oh-footer-accent: #c49a62;

  width: 100%;
  background: var(--oh-footer-bg);
  color: var(--oh-footer-text);
  overflow: hidden;
}

.oh-footer * {
  box-sizing: border-box;
}

.oh-footer a {
  color: inherit;
  text-decoration: none;
}

.oh-footer__container {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.oh-footer__top {
  position: relative;
  padding: 72px 0 42px;
  background:
    radial-gradient(circle at 12% 0%, rgba(196, 154, 98, 0.18), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(223, 232, 212, 0.1), transparent 32%),
    linear-gradient(180deg, #2b1f19 0%, #241914 100%);
}

.oh-footer__top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  opacity: 0.35;
}

.oh-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 0.9fr 1.12fr;
  gap: 42px;
  align-items: start;
}

.oh-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.oh-footer__brand-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(223, 232, 212, 0.12);
  color: var(--oh-footer-green);
  flex: 0 0 auto;
}

.oh-footer__brand-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-footer__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.oh-footer__brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.045em;
  color: var(--oh-footer-text);
}

.oh-footer__brand-text small {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--oh-footer-muted);
}

.oh-footer__text {
  max-width: 390px;
  margin: 0 0 22px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--oh-footer-muted);
}

.oh-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 420px;
}

.oh-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--oh-footer-card);
  border: 1px solid var(--oh-footer-border);
  color: rgba(255, 250, 241, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.oh-footer__col h3,
.oh-footer__contact-col h3 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.02em;
  color: var(--oh-footer-text);
}

.oh-footer__links {
  display: grid;
  gap: 11px;
}

.oh-footer__links a {
  position: relative;
  width: fit-content;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--oh-footer-muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.oh-footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: var(--oh-footer-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.oh-footer__links a:hover {
  color: var(--oh-footer-text);
  transform: translateX(2px);
}

.oh-footer__links a:hover::after {
  transform: scaleX(1);
}

.oh-footer__contact-list {
  display: grid;
  gap: 12px;
}

.oh-footer__contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  color: var(--oh-footer-muted);
}

.oh-footer__contact-item > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--oh-footer-card);
  border: 1px solid var(--oh-footer-border);
  color: var(--oh-footer-green);
}

.oh-footer__contact-item svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-footer__contact-item strong {
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 750;
  color: rgba(255, 250, 241, 0.82);
}

a.oh-footer__contact-item:hover strong {
  color: var(--oh-footer-text);
}

.oh-footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.oh-footer__socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--oh-footer-card);
  border: 1px solid var(--oh-footer-border);
  color: var(--oh-footer-text);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.oh-footer__socials a:hover {
  background: var(--oh-footer-green);
  color: #241914;
  transform: translateY(-2px);
}

.oh-footer__socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-footer__socials a:first-child svg,
.oh-footer__socials a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.oh-footer__middle {
  padding: 28px 0;
  background: #fffaf1;
  color: #241914;
}

.oh-footer__info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.oh-footer__info-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(63, 46, 33, 0.1);
  box-shadow: 0 14px 36px rgba(42, 28, 18, 0.06);
}

.oh-footer__info-card > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf2e8;
  color: #243b25;
}

.oh-footer__info-card svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-footer__info-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1.25;
  color: #241914;
}

.oh-footer__info-card small {
  display: block;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 600;
  color: #766a5f;
}

.oh-footer__bottom {
  padding: 20px 0;
  background: #1d130f;
  border-top: 1px solid rgba(255, 250, 241, 0.1);
}

.oh-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.oh-footer__bottom p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 250, 241, 0.62);
}

.oh-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.oh-footer__bottom-links a {
  font-size: 13.5px;
  font-weight: 650;
  color: rgba(255, 250, 241, 0.68);
  transition: color 0.2s ease;
}

.oh-footer__bottom-links a:hover {
  color: var(--oh-footer-text);
}

/* Footer responsive */

@media (max-width: 1280px) {
  .oh-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }

  .oh-footer__contact-col {
    grid-column: span 4;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 24px;
    align-items: start;
    padding-top: 28px;
    border-top: 1px solid var(--oh-footer-border);
  }

  .oh-footer__contact-col h3 {
    margin: 0;
  }

  .oh-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-footer__socials {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .oh-footer__container {
    width: min(100% - 32px, 100%);
  }

  .oh-footer__top {
    padding: 56px 0 34px;
  }

  .oh-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px 26px;
  }

  .oh-footer__brand-col {
    grid-column: span 3;
  }

  .oh-footer__text {
    max-width: 720px;
  }

  .oh-footer__contact-col {
    grid-column: span 3;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .oh-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-footer__info-grid {
    grid-template-columns: 1fr;
  }

  .oh-footer__info-card {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .oh-footer__container {
    width: min(100% - 24px, 100%);
  }

  .oh-footer__top {
    padding: 46px 0 28px;
  }

  .oh-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .oh-footer__brand-col,
  .oh-footer__contact-col {
    grid-column: auto;
  }

  .oh-footer__brand-text strong {
    font-size: 32px;
  }

  .oh-footer__text {
    font-size: 14.5px;
  }

  .oh-footer__badges {
    gap: 7px;
  }

  .oh-footer__badges span {
    font-size: 12.5px;
  }

  .oh-footer__col {
    padding-top: 24px;
    border-top: 1px solid var(--oh-footer-border);
  }

  .oh-footer__contact-col {
    padding-top: 24px;
  }

  .oh-footer__links {
    grid-template-columns: 1fr;
  }

  .oh-footer__contact-list {
    grid-template-columns: 1fr;
  }

  .oh-footer__middle {
    padding: 20px 0;
  }

  .oh-footer__info-card {
    grid-template-columns: 44px 1fr;
    padding: 16px;
    border-radius: 18px;
  }

  .oh-footer__info-card > span {
    width: 44px;
    height: 44px;
  }

  .oh-footer__info-card svg {
    width: 22px;
    height: 22px;
  }

  .oh-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .oh-footer__bottom-links {
    flex-wrap: wrap;
    gap: 12px 16px;
  }
}

@media (max-width: 420px) {
  .oh-footer__brand {
    gap: 10px;
  }

  .oh-footer__brand-icon {
    width: 38px;
    height: 38px;
  }

  .oh-footer__brand-text strong {
    font-size: 29px;
  }

  .oh-footer__socials a {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */